Gennadiy Rozental
efd1784bfd
rely on RVO instead of moving return value
2015-06-27 03:29:14 -04:00
Gennadiy Rozental
5800187ec0
fix for windows
2015-06-26 02:12:06 -04:00
Gennadiy Rozental
3a3e17944b
BOOST_TEST_DYN_LINK is defined by build system
2015-06-24 23:15:18 -04:00
Gennadiy Rozental
998f9fbaf1
avoid non Linux/Sun warnings
2015-06-24 13:29:33 -04:00
Gennadiy Rozental
34b0107cc3
Merge branch 'develop' of github.com:boostorg/test into develop
2015-06-24 01:00:12 -04:00
Gennadiy Rozental
c0260bcf20
proper fix for unmatched path
2015-06-24 00:59:23 -04:00
Gennadiy Rozental
2d69d570a0
Merge pull request #77 from mkurdej/fix-typo-fixure
...
Fix typo fixure -> fixture.
2015-06-23 17:26:28 -04:00
Gennadiy Rozental
abed84a523
attempt to fix the MATCH
2015-06-23 14:57:14 -04:00
Marek Kurdej
01294f9738
Fix type fixure -> fixture.
2015-06-23 16:55:36 +02:00
Gennadiy Rozental
232ccbdb00
fixed DEBUGGABLE handling and added new test modules
2015-06-22 22:27:26 -04:00
Gennadiy Rozental
b2827b3a03
merge
2015-06-16 17:18:26 -04:00
Gennadiy Rozental
9416259a8a
renamed: algorithms_test.cpp -> algorithm_test.cpp
2015-06-16 17:15:11 -04:00
Gennadiy Rozental
5fa6389e7e
make the test work in a portable manner
2015-06-16 17:13:13 -04:00
Gennadiy Rozental
b1833b69d9
test module name standartization
2015-06-14 02:55:24 -04:00
Gennadiy Rozental
dbe5847568
new tests for usage variants
2015-06-13 21:12:30 -04:00
Gennadiy Rozental
9b58f32cf2
pushed new example naming scheme into qbk files
2015-06-13 01:41:41 -04:00
Gennadiy Rozental
d3ef083c6d
fixed example
2015-06-12 22:47:21 -04:00
Gennadiy Rozental
78f8632bb5
test ALL examples
2015-06-12 05:39:02 -04:00
Gennadiy Rozental
e6e9952326
semicolon should trail macro
2015-06-12 05:38:10 -04:00
Gennadiy Rozental
16fd8be5ad
example renamed
2015-06-12 05:37:21 -04:00
Gennadiy Rozental
3f7216db3d
semicolon should trail macro
2015-06-12 05:36:02 -04:00
Gennadiy Rozental
558061c79f
.
2015-06-11 22:06:15 -04:00
Gennadiy Rozental
443c73d9ce
.
2015-06-11 04:24:13 -04:00
Gennadiy Rozental
80e548963c
.
2015-06-11 04:23:12 -04:00
Gennadiy Rozental
091a2f5eac
.
2015-06-11 03:30:41 -04:00
Gennadiy Rozental
6e083bc43c
.
2015-06-11 03:27:52 -04:00
Gennadiy Rozental
31832b76f7
test reorganization
2015-06-05 18:09:28 -04:00
Gennadiy Rozental
fd1aa4c25f
test reorganization
2015-06-05 17:38:15 -04:00
Raffi Enficiaud
4b2d2c420d
A bit of more documentation on output_test_streams
2015-06-03 01:35:46 +02:00
Raffi Enficiaud
d808757c18
Merge pull request #73 from akrzemi1/develop
...
Doc: improved FP comparison description
2015-06-02 23:48:30 +02:00
Raffi Enficiaud
94b35582a9
Merge branch 'local/fix_unit_tests' into develop
2015-06-02 23:31:45 +02:00
Raffi Enficiaud
06f7cf89a1
Guarding the compilation for non-C++11 capable compilers
2015-06-02 23:31:29 +02:00
Raffi Enficiaud
4147f9f003
Merge branch 'local/fix_unit_tests' into develop
2015-06-02 23:20:22 +02:00
Raffi Enficiaud
a2f4a63848
Making a test less C++11 for older compilers
2015-06-02 23:20:06 +02:00
Raffi Enficiaud
2d4772f860
Merge branch 'local/fix_unit_tests' into develop
2015-06-02 22:44:26 +02:00
Raffi Enficiaud
5cb1fcf192
Fixing the cyclic dependency check: ts3 is not executed because dependant on something failing
2015-06-02 22:40:00 +02:00
Raffi Enficiaud
fdb4f6b5e5
Mentionning cyclic dependency
...
"" around the name of the test
2015-06-02 22:40:00 +02:00
Raffi Enficiaud
7decd403d8
Fixing the unit test: variadic macros are not declared properly by the preprocessor library for C++11
2015-06-02 22:40:00 +02:00
Andrzej Krzemienski
76c8516e5a
Doc: FP fixes
2015-06-02 22:18:07 +02:00
Andrzej Krzemienski
d8441c92b2
Doc: improved FP comparison description
2015-06-02 22:18:05 +02:00
Raffi Enficiaud
b869b0693a
Merge branch 'develop' of https://github.com/boostorg/test into develop
2015-06-02 20:44:59 +02:00
Raffi Enficiaud
e7b8fe8c26
Merge pull request #75 from akrzemi1/patch-8
...
Silenced "(unsigned)-1" warning
2015-06-02 17:26:49 +02:00
Andrzej Krzemieński
e445ea7de4
Silenced "(unsigned)-1" warning
...
This warning was polluting my testing results.
2015-06-02 16:30:53 +02:00
Raffi Enficiaud
651c3687a5
Merge pull request #74 from akrzemi1/patch-7
...
testing: run tests conditionally
2015-06-02 13:56:21 +02:00
Andrzej Krzemieński
ba296c4857
testing: run tests conditionally
...
As an illustration, I configured three examples from documentation, so that they are only compiled when support for variadic macros is present on the compiler. I am using a feature from Boost.Config: http://www.boost.org/doc/libs/1_58_0/libs/config/doc/html/boost_config/build_config.html
It uses predefined platform macros (rather than tester name) to detect the availability of the feature.
2015-06-02 13:55:08 +02:00
Raffi Enficiaud
1f1b9d71c3
Merge branch 'develop' of https://github.com/boostorg/test into develop
2015-06-01 16:57:10 +02:00
Raffi Enficiaud
555d018d39
Fix MSVC tests
2015-06-01 16:44:17 +02:00
Raffi Enficiaud
1d5892ca52
cleanup
2015-06-01 16:26:51 +02:00
Raffi Enficiaud
46ecc7ce48
Making the changelog a bit nicer
2015-06-01 09:29:36 +02:00
Raffi Enficiaud
12f0f94ae0
additional test on output streams
2015-06-01 09:29:16 +02:00