2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-16 01:42:11 +00:00
Commit Graph

2346 Commits

Author SHA1 Message Date
Raffi Enficiaud
450c1927b9 Fixing doc file links (check on the website) 2015-09-18 17:19:29 +02:00
Raffi Enficiaud
29f2adc11a remove non-sense 2015-09-17 15:27:55 +02:00
Raffi Enficiaud
46ce341e79 Merge branch 'local/exception_doc' into develop
* local/exception_doc:
  Don't know what would be the best option for the examples: either a "generic" example in which case the reader cannot load the example file (minor as the file is visible in the doc) or the full name of the example (hard to maintain).
  Updating the README for the doc Trying to integrate the boost.test logo to the doc
  line endings
  Exception correctness testing section
2015-09-17 15:12:32 +02:00
Raffi Enficiaud
e41a29bb32 Don't know what would be the best option for the examples: either a "generic" example in which case the reader cannot load the example file (minor as the file is visible in the doc) or the full name of the example (hard to maintain). 2015-09-17 15:11:46 +02:00
Raffi Enficiaud
cfbb2958d5 Updating the README for the doc
Trying to integrate the boost.test logo to the doc
2015-09-17 15:09:30 +02:00
Raffi Enficiaud
447b6d6b30 line endings 2015-09-17 15:09:04 +02:00
Raffi Enficiaud
2c6dcdb247 Exception correctness testing section
- clarify the reference section
- emphasises the BOOST_<level>_THROW behaviour wrt. unexpected exceptions
- full example for API testing
- renaming cpp files
- adding examples
2015-09-17 15:07:48 +02:00
Gennadiy Rozental
9857c9f67f a==a with tolerance 0 2015-09-07 16:57:04 -04:00
Gennadiy Rozental
26566015d1 second operand of binary op should not be const 2015-09-07 16:36:30 -04:00
Gennadiy Rozental
b5d35a37cf Merge branch 'develop' of github.com:boostorg/test into develop 2015-09-07 16:01:08 -04:00
Gennadiy Rozental
01bb1658bf fixed bug with const value comparison 2015-09-07 15:58:29 -04:00
Gennadiy Rozental
868395b724 Merge pull request #84 from BenWiederhake/develop
Documentation enhancement
2015-09-07 02:17:41 -04:00
Gennadiy Rozental
8be6a5fbe8 use BOOST_NORETURN 2015-09-07 02:06:26 -04:00
Gennadiy Rozental
6f17d56d34 Merge pull request #86 from jzmaddock/noexcept-fix
Fix broken support for building with -fno-exceptions on GCC.
2015-09-07 01:51:18 -04:00
jzmaddock
b0ae9050b7 Fix broken support for building with -fno-exceptions on GCC. 2015-09-06 10:03:18 +01:00
Ben Wiederhake
b7215b239c Documentation enhancement 2015-08-26 20:57:20 +02:00
BenWiederhake
cbc7db5472 Documentation enhancement: missing linebreak. 2015-08-17 22:33:50 +02:00
BenWiederhake
fcded0798d Documentation enhancement 2015-08-17 22:33:02 +02:00
Raffi Enficiaud
830880ece1 Merge pull request #82 from danieljames/fix-json
Fix incorrect json.
2015-08-13 08:45:03 +02:00
Daniel James
96649d901b Fix incorrect json. 2015-08-12 23:09:32 +01:00
Raffi Enficiaud
20f29b2f1f Typo 2015-07-21 23:43:15 +02:00
Raffi Enficiaud
3de2eecc6d Merge branch 'master' into develop
* master:
  Change log update
2015-07-21 23:42:09 +02:00
Raffi Enficiaud
48d3418a05 Change log update boost-1.59.0 2015-07-21 23:41:49 +02:00
Gennadiy Rozental
adcb8db3f3 few comments fixed 2015-07-21 03:08:54 -04:00
Gennadiy Rozental
9c6b3f7670 Merge branch 'develop' of github.com:boostorg/test into develop 2015-07-18 02:17:59 -04:00
Gennadiy Rozental
38fe5aa97e fixed unit test 2015-07-18 02:17:36 -04:00
Raffi Enficiaud
da7a6ebd04 Merge pull request #80 from mkurdej/fix-typos
Fix typos.
2015-07-13 14:02:15 +02:00
Marek Kurdej
aeb67a50ca Fixed typos. Used U.S. spelling consistently. 2015-07-10 15:09:52 +02:00
Marek Kurdej
9221afcefe Fix typo checkoint -> checkpoint. 2015-07-10 14:34:33 +02:00
Raffi Enficiaud
d119263c12 Merge pull request #79 from akrzemi1/patch-9
doc: "singular" --> "single"
2015-07-08 23:24:40 +02:00
Andrzej Krzemieński
af10d01b72 doc: "singular" --> "single" 2015-07-08 23:13:01 +02:00
Raffi Enficiaud
73d8bf0369 Change log update of the develop branch 2015-07-08 09:54:25 +02:00
Raffi Enficiaud
2a09f41176 Merge branch 'master' into develop
* master: (54 commits)
  Closing issue 7894
  Some more changelog
  Making the release name appear as well
  Change log update
  Removed postponed issue
  Update of the change log
  Change log already addressed
  Thread: merge [81791]-tools dir missing
  Spirit: merging from trunk upto rev. 61489
  Merge r62426 from ^/trunk ------------------------------------------------------------------------ r62426 | jhunold | 2010-06-04 16:31:54 +0200 (Fr, 04 Jun 2010) | 2 lines
  Reverted an accidental commit.
  Merged changes from trunk (rev. 62450). Fixes #3876.
  merge into release
  merge into release
  merge memory fix. Fixes #2889
  rm cmake from the release branch before it goes out broken.  Policy dictates that you never commit to release, you commit to trunk and merge to release.
  Add basic copyright/license to keep cmake out of the inspection report
  Trunk version of Boost.Test finally being released
  Fixed broken merges from last commit; kept boost::next and boost::prior changes to BGL that went in by accident in that commit, though
  Fixed almost all tab and min/max issues found by inspect tool
  ...

Conflicts:
	doc/closing_chapters/change_log.qbk
2015-07-08 09:51:58 +02:00
Raffi Enficiaud
b30768e2dc Closing issue 7894 2015-07-08 09:44:18 +02:00
Gennadiy Rozental
1c5ee0e37d missing header 2015-07-08 01:16:33 -04:00
Gennadiy Rozental
fc2083eca2 Support for build with no exceptions 2015-07-08 00:49:31 -04:00
Gennadiy Rozental
374ccc8a4e remove Interaction testing related flag 2015-07-07 21:44:59 -04:00
Gennadiy Rozental
8ed4b8f7d0 Merge branch 'develop' of github.com:boostorg/test into develop 2015-07-07 21:02:07 -04:00
Gennadiy Rozental
40d8bb7139 disable break_exec_path 2015-07-07 20:57:03 -04:00
Gennadiy Rozental
89b3d9e9fb more conversion warnings cleaned up 2015-07-07 17:42:56 -04:00
Gennadiy Rozental
496433f9a4 Fixes #10256 2015-07-07 17:13:13 -04:00
Gennadiy Rozental
b6f43b5a71 more warnings cleanup 2015-07-07 17:03:57 -04:00
Gennadiy Rozental
c20710f967 timeout declared as unsigned eliminating number of warnings 2015-07-07 15:54:15 -04:00
Raffi Enficiaud
2e8c56868d Some more changelog 2015-07-07 21:53:47 +02:00
Raffi Enficiaud
36ca8e5d16 Making the release name appear as well 2015-07-07 21:30:57 +02:00
Raffi Enficiaud
c22741c71a Change log update 2015-07-07 20:48:32 +02:00
Gennadiy Rozental
761f74e692 avoid spaces in test case names 2015-07-07 13:44:53 -04:00
Gennadiy Rozental
5291e67e3f expand message on unrecognized signal 2015-07-07 13:06:55 -04:00
Gennadiy Rozental
f7ada43cf0 protect define 2015-07-07 13:02:05 -04:00
Raffi Enficiaud
8b546cf981 Removed postponed issue 2015-07-07 11:39:01 +02:00