2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-22 15:42:34 +00:00
Commit Graph

2364 Commits

Author SHA1 Message Date
Raffi Enficiaud
13b4cfa64f some mistakes for the env variables (test filter and wait for debug). 2015-09-28 10:27:45 +02:00
Raffi Enficiaud
abd598a2ce Update change log 2015-09-28 10:23:16 +02:00
Gennadiy Rozental
3906cc513f Copyright update 2015-09-25 04:20:51 -04:00
Gennadiy Rozental
326fae928e eliminate use of virtual functions in dataset interface 2015-09-25 03:40:41 -04:00
Gennadiy Rozental
c53a3b4e0d Introducing initializer_list based datasets 2015-09-25 01:05:04 -04:00
Gennadiy Rozental
14400788db Implemented seed for datasets, allowing to avoid some data::make calls in BOOST_DATA_TEST_CASE. 2015-09-25 01:00:46 -04:00
Gennadiy Rozental
a733f30a31 after testing 2015-09-24 02:41:37 -04:00
Raffi Enficiaud
fad2d2938c Merge branch 'pr/pr-87' into develop
* pr/pr-87:
  Fix compilation with BOOST_NO_EXCEPTIONS
2015-09-18 17:44:08 +02:00
Marcel Raad
e0f176a355 Fix compilation with BOOST_NO_EXCEPTIONS
The return type of throw_exception was missing.

Amend: making the signature of BOOST_NORETURN appear first.
2015-09-18 17:34:40 +02:00
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
325961e188 work in progress 2015-09-16 20:05:03 -04:00
Gennadiy Rozental
3dff605b6b work in progress 2015-09-16 17:17:36 -04:00
Gennadiy Rozental
ce7b1443e2 work in progress 2015-09-16 09:30:23 -04:00
Gennadiy Rozental
f7972e751c work in progress 2015-09-16 08:27:53 -04:00
Gennadiy Rozental
7d0c7cc5c9 in progress 2015-09-15 03:17:38 -04:00
Gennadiy Rozental
48905a08f9 in progress 2015-09-15 02:09:20 -04:00
Gennadiy Rozental
3ca084a81b in progress 2015-09-15 01:05:01 -04:00
Gennadiy Rozental
af4fdb7496 in progress 2015-09-15 00:54:02 -04:00
Gennadiy Rozental
63bf25bf12 in progress 2015-09-15 00:20:32 -04: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