Raffi Enficiaud
ba0df8baff
Testing the shuffling on different scenarios
2016-02-02 09:30:32 +01:00
Raffi Enficiaud
118c60643c
Using a stronger random seed in case of seed=1 (time seed)
...
The time resolution is in seconds, which yields some issues in case two consecutive tests are ran fast one after the other.
2016-02-02 09:30:32 +01:00
Raffi Enficiaud
f99bcf95fb
Ranked children should be initialized for consecutive run of the same test tree
2016-02-02 09:30:32 +01:00
Raffi Enficiaud
293f1520e4
Addressing random number generation issue
2016-02-02 09:30:32 +01:00
Raffi Enficiaud
2b918d0bd5
Merge branch 'develop'
...
* develop:
Dates update
Better wording and links
Porting the rvalue_ref fix to the unit tests
some warnings in pedantic mode
change log update
Documentation on how to control the arity
fixup test cases
Making it truly variadic
Fixing the arity problem of the dataset test cases
new headers
initial version
Updating the changelog
Closing the handles and the hkeys properly and testing the start of the debugger
Static assert type support for operator<< to produce shorter error messages
Change log
Added test case to validate correct handling
Avoid two statements in tool evaluation
2016-02-02 09:15:51 +01:00
Gennadiy Rozental
261e376ed8
Introduce data test case with Fixtures
2016-02-01 22:41:36 -05:00
Raffi Enficiaud
634722127a
Merge branch 'topic/warning-removal-from-pedantic' into develop
...
* topic/warning-removal-from-pedantic:
some warnings in pedantic mode
2016-01-27 23:41:39 +01:00
Raffi Enficiaud
ef36191365
Merge branch 'topic/various-doc-improvement' into develop
...
* topic/various-doc-improvement:
Dates update
Better wording and links
2016-01-27 23:40:43 +01:00
Raffi Enficiaud
d75653483a
Merge branch 'topic/trac-11887-handling-rvalue-erasure' into develop
...
* topic/trac-11887-handling-rvalue-erasure:
Porting the rvalue_ref fix to the unit tests
2016-01-27 23:40:02 +01:00
Raffi Enficiaud
a0718239eb
Dates update
2016-01-27 08:40:16 +01:00
Raffi Enficiaud
f30bf818ec
Better wording and links
2016-01-27 00:07:33 +01:00
Raffi Enficiaud
a2e237d4b3
Porting the rvalue_ref fix to the unit tests
2016-01-26 23:24:49 +01:00
Raffi Enficiaud
1d72b5f7c5
some warnings in pedantic mode
2016-01-26 22:45:00 +01:00
Raffi Enficiaud
618933d1e8
Merge branch 'topic/data-variadic-template' into develop
...
* topic/data-variadic-template:
change log update
Documentation on how to control the arity
fixup test cases
Making it truly variadic
Fixing the arity problem of the dataset test cases
new headers
initial version
# Conflicts:
# doc/closing_chapters/change_log.qbk
2016-01-24 22:14:14 +01:00
Raffi Enficiaud
ac0f59f78d
Merge branch 'topic/assert-printability' into develop
...
* topic/assert-printability:
Static assert type support for operator<< to produce shorter error messages
2016-01-24 22:12:52 +01:00
Raffi Enficiaud
c65fdc5e55
Merge branch 'topic/trac-08905-ignores-return-value-from-WaitForSingleObject' into develop
...
* topic/trac-08905-ignores-return-value-from-WaitForSingleObject:
Updating the changelog
Closing the handles and the hkeys properly and testing the start of the debugger
# Conflicts:
# doc/closing_chapters/change_log.qbk
2016-01-24 22:12:21 +01:00
Raffi Enficiaud
0df29749d8
Merge branch 'topic/trac-11887-handling-rvalue-erasure' into develop
...
* topic/trac-11887-handling-rvalue-erasure:
Change log
Added test case to validate correct handling
Avoid two statements in tool evaluation
2016-01-24 22:11:08 +01:00
Raffi Enficiaud
dc285f0643
Merge branch 'develop'
...
* develop:
Fix typo in doc.
Suppress 'unused parameter' warnings.
Forgot about this ticket
typo bullets
Better use of BOOST_TEST_CONTEXT
CMakeLists.txt - small improvement
change log for the next version
Do not qualify <fenv.h> names that might be macros.
prevent unused warnings
2016-01-24 22:10:04 +01:00
Raffi Enficiaud
d0b5fc5951
change log update
2016-01-24 01:02:14 +01:00
Raffi Enficiaud
9260f54650
Documentation on how to control the arity
2016-01-24 01:01:03 +01:00
Raffi Enficiaud
a916f51836
fixup test cases
2016-01-24 01:01:03 +01:00
Raffi Enficiaud
8ed17b554d
Making it truly variadic
2016-01-24 01:01:03 +01:00
Raffi Enficiaud
673c7aeb39
Fixing the arity problem of the dataset test cases
2016-01-24 01:01:03 +01:00
Gennadiy Rozental
8af0d71014
new headers
2016-01-24 01:01:03 +01:00
Gennadiy Rozental
42de00192e
initial version
2016-01-24 01:01:03 +01:00
Raffi Enficiaud
39da6d85c4
Updating the changelog
2016-01-21 13:19:40 +01:00
Raffi Enficiaud
a0cfbd0a2a
Closing the handles and the hkeys properly and testing the start of the debugger
2016-01-21 13:19:04 +01:00
Gennadiy Rozental
ab083f9747
Static assert type support for operator<< to produce shorter error messages
2016-01-21 13:17:24 +01:00
Raffi Enficiaud
541c6be2e7
Change log
2016-01-21 13:16:02 +01:00
Gennadiy Rozental
20e50a6d94
Added test case to validate correct handling
2016-01-21 13:14:55 +01:00
Gennadiy Rozental
fd11b12dd6
Avoid two statements in tool evaluation
2016-01-21 13:14:55 +01:00
Raffi Enficiaud
37a1280bfd
Merge branch 'topic/PR92-cosmetic-suppress-unused-parameter-warnings' into develop
...
* topic/PR92-cosmetic-suppress-unused-parameter-warnings:
Suppress 'unused parameter' warnings.
2016-01-21 10:49:38 +01:00
Raffi Enficiaud
337ba52188
Merge branch 'topic/doc-updates' into develop
...
* topic/doc-updates:
Forgot about this ticket
typo bullets
Better use of BOOST_TEST_CONTEXT
2016-01-21 10:48:22 +01:00
Gennadiy Rozental
5a57a26a12
Merge pull request #91 from bebuch/develop
...
prevent unused warnings
2016-01-19 14:20:45 -05:00
Gennadiy Rozental
b92fb7b74b
Merge pull request #93 from zerotypos-found/fix_typo
...
Fix typo in doc
2016-01-19 10:08:19 -05:00
zerotypos-found
ce9b0d7198
Fix typo in doc.
2016-01-19 15:04:24 +09:00
Adam Wulkiewicz
81a1ec736b
Suppress 'unused parameter' warnings.
2016-01-14 15:43:05 +01:00
Raffi Enficiaud
98512e8e4f
Forgot about this ticket
2016-01-13 10:25:41 +01:00
Raffi Enficiaud
ab0657869f
typo bullets
2016-01-11 22:28:46 +01:00
Raffi Enficiaud
5ba23e34df
Better use of BOOST_TEST_CONTEXT
2016-01-09 21:22:35 +01:00
Raffi Enficiaud
a263b87a92
CMakeLists.txt - small improvement
2016-01-09 21:21:53 +01:00
Raffi Enficiaud
9a396fc7c8
change log for the next version
2016-01-09 21:15:43 +01:00
Raffi Enficiaud
8405b564d8
Merge branch 'master' into develop
...
* master:
Changelog update
Changelog update
Changelog update
Revert "Adding constraints on test files (compiler capabilities)"
Adding constraints on test files (compiler capabilities)
2015-12-22 07:44:51 +01:00
Raffi Enficiaud
dfa71b3c89
Merge branch 'topic/6767-fenv-names-macros' into develop
...
* topic/6767-fenv-names-macros:
Do not qualify <fenv.h> names that might be macros.
2015-12-22 07:44:14 +01:00
Raffi Enficiaud
b3d233a360
Merge branch 'develop'
...
* develop:
Updating CMake
fix init lists for C++0x/gcc4.4
2015-12-06 09:50:28 +01:00
Raffi Enficiaud
3a05632e34
Merge branch 'topic/fixup-gcc-44' into develop
...
* topic/fixup-gcc-44:
Updating CMake
fix init lists for C++0x/gcc4.4
2015-12-06 09:50:02 +01:00
Raffi Enficiaud
58b026694e
Updating CMake
2015-12-05 22:43:54 +01:00
Raffi Enficiaud
a6c3f7bb1d
fix init lists for C++0x/gcc4.4
2015-12-05 22:43:13 +01:00
Raffi Enficiaud
ce2bdbdd7a
Merge branch 'develop'
...
* develop:
fixup! MSVC-9/C++03 cannot have references for std::pair
Revert "Merge pull request #88 from jwakely/rhbz1262444"
Do not qualify <fenv.h> names that might be macros.
2015-12-05 22:40:39 +01:00
Jonathan Wakely
f50e7bc9fe
Do not qualify <fenv.h> names that might be macros.
2015-11-22 16:51:03 +01:00