Raffi Enficiaud
dba055cfdf
Fix doc contradiction (thanks to https://github.com/DesWurstes )
2018-09-02 17:37:47 +02:00
Raffi Enficiaud
81c4d667cb
Github issues on doc
2018-09-02 10:22:39 +02:00
Raffi Enficiaud
795b36e7be
Bumping version
2018-08-27 15:25:31 +02:00
Raffi Enficiaud
f910c45312
Minor change log changes
2018-07-29 02:11:44 +02:00
Raffi Enficiaud
54490c7a0e
colour-output default value fix
2018-07-04 22:10:48 +02:00
Raffi Enficiaud
3449ff67e1
Documentation added on test naming and sanitizing
2018-06-27 12:30:10 +02:00
Raffi Enficiaud
b9f1cdfacd
"--run_test=*" activates the disabled tests
2018-06-27 12:30:10 +02:00
Raffi Enficiaud
b4e08ee4bf
Merge branch 'topic/12953-access-master_test_suite-in-datatest-cases' into next-internal
...
* topic/12953-access-master_test_suite-in-datatest-cases:
Change log
Another example with different arity
Datasets based on std::initializer_list fixes
Delayed/lazy dataset construction
Handling sequences of size 0
# Conflicts:
# doc/closing_chapters/change_log.qbk
# test/Jamfile.v2
2018-06-27 10:26:54 +02:00
Raffi Enficiaud
264e7331d0
Change log
2018-06-27 10:22:46 +02:00
Raffi Enficiaud
23fc54db50
Change log
2018-06-27 10:11:52 +02:00
Raffi Enficiaud
2cb60929b0
Merge branch 'topic/PR-145-cygwin-fixes' into next-internal
...
* topic/PR-145-cygwin-fixes:
Change log
Forcing cygwin bjam builds to use a recent C++ standard
# Conflicts:
# doc/closing_chapters/change_log.qbk
2018-06-25 20:15:55 +02:00
Raffi Enficiaud
2ea87076bb
Change log
2018-06-25 20:14:21 +02:00
Raffi Enficiaud
0591dc21d3
Updating the documentation
...
- difference between skipped and disabled tests
- examples
- additional comments in the code
2018-06-25 20:12:37 +02:00
Raffi Enficiaud
9a9e1467fd
Precondition failure is not an error and better handling of skipped tests
...
- Skipped tests is not an error
- Handling of skipped tests
- Now printing when a test has been skipped because of the failed precondition
- More demonstrative test
- Unit test reproducing the precondition error issue
2018-06-25 20:10:51 +02:00
Raffi Enficiaud
63935b2f53
Change log
2018-06-22 09:10:42 +02:00
Raffi Enficiaud
3f5d06cb22
Merge branch 'topic/13528-crashes-with-report_sink' into next-internal
...
* topic/13528-crashes-with-report_sink:
Change log
Execute the callback cleaner also for stdout/stderr
Ensuring shutdown in all execution path
# Conflicts:
# doc/closing_chapters/change_log.qbk
2018-06-21 22:12:35 +02:00
Raffi Enficiaud
73b291466d
Change log
2018-06-21 22:11:48 +02:00
Raffi Enficiaud
090814233f
Merge branch 'topic/prevent-master-test-suite-from-copy' into next-internal
...
* topic/prevent-master-test-suite-from-copy:
Change log
Preventing the copy of the master test suite
2018-06-20 23:03:23 +02:00
Raffi Enficiaud
c91f1358d7
Change log
2018-06-20 23:01:49 +02:00
Raffi Enficiaud
0401bf8948
Change log
2018-06-20 20:14:37 +02:00
nk
ce0db6c0a1
Fix exception_api.run-fail.cpp doc example
2018-06-20 15:46:36 +02:00
Raffi Enficiaud
65c33821b4
Change log
2018-04-27 18:08:28 +02:00
Raffi Enficiaud
20844f203d
Change log prep for 1.68 / 3.8
2018-04-27 18:06:13 +02:00
Raffi Enficiaud
d821856915
Change log
2018-03-28 13:42:30 +02:00
Raffi Enficiaud
eeca2865bf
Merge branch 'topic/doc-updates' into develop
...
* topic/doc-updates:
Fixing sentence
Additional links
2018-03-20 22:45:52 +01:00
Raffi Enficiaud
a04f6ee101
Change logs
2018-03-20 12:01:19 +01:00
Jonnahtan Saltarin
7f1a9ee8c7
Fixing sentence
2018-03-12 23:38:00 +01:00
Raffi Enficiaud
19065d280d
Additional links
2018-02-20 20:25:36 +01:00
Raffi Enficiaud
7bfbbfc8d6
Change log
2018-02-19 23:31:02 +01:00
Raffi Enficiaud
801754362e
Merge branch 'topic/13435-report-generation-before-observer-shutdown' into next-internal
...
* topic/13435-report-generation-before-observer-shutdown:
Change log
Moving the report generation before the global configuration shutdown
2018-02-12 00:48:21 +01:00
Raffi Enficiaud
3f70773a41
Merge branch 'topic/13058-warning-reinterpret-cast' into next-internal
...
* topic/13058-warning-reinterpret-cast:
Change log
static_cast instead of reinterpret_cast
2018-02-12 00:47:53 +01:00
Raffi Enficiaud
a3bd1ec427
Change log
2018-02-12 00:47:37 +01:00
Raffi Enficiaud
d72c4a7e3f
Change log
2018-02-12 00:46:04 +01:00
Raffi Enficiaud
00f604f1d1
Change log
2018-02-11 16:05:04 +01:00
Raffi Enficiaud
c4d0aa6587
Merge branch 'topic/13181-collection-compare-missing-typename' into next-internal
...
* topic/13181-collection-compare-missing-typename:
Change log and documentation update
Fixing VS compilation issues
forward_iterable: const_iterator infered by the type returned by begin
2018-02-10 20:33:12 +01:00
Raffi Enficiaud
b3e34e94b6
Change log and documentation update
2018-02-10 20:31:09 +01:00
Raffi Enficiaud
bb95cdcc42
Merge branch 'topic/12596-sanitize-metacharacters-test-names' into next-internal
...
* topic/12596-sanitize-metacharacters-test-names:
Change log
Sanitizing chars in test case names that collide with runtime filters reserved chars
2018-02-10 20:28:35 +01:00
Raffi Enficiaud
67845f82a0
Change log
2018-02-10 14:39:16 +01:00
Raffi Enficiaud
1a3e1f394e
Change log
2018-02-04 19:55:07 +01:00
Raffi Enficiaud
7f70eff592
Merge branch 'topic/PR127-silence-unused-variable-warning' into next-internal
...
* topic/PR127-silence-unused-variable-warning:
Change log
Silence 'unused variable' warning
2018-01-31 23:42:33 +01:00
Raffi Enficiaud
e3071c7fdc
Change log
2018-01-31 22:48:05 +01:00
Raffi Enficiaud
ed5a6b7bd6
Change log
2018-01-29 10:52:41 +01:00
Raffi Enficiaud
009ef6d554
Merge branch 'topic/13407-cygwin-crash' into next-internal
...
* topic/13407-cygwin-crash:
Change log
Fix non-initialized variable causing crash on Cygwin
2018-01-19 09:21:03 +01:00
Raffi Enficiaud
285d9ddf26
Change log
2018-01-19 09:15:12 +01:00
Raffi Enficiaud
d2468aa70e
Merge branch 'topic/13387-header-fail-compile' into next-internal
...
* topic/13387-header-fail-compile:
Change log
Fix missing includes
2018-01-18 20:47:07 +01:00
Raffi Enficiaud
bfcfe83644
Merge branch 'topic/PR125-unused-parameters' into next-internal
...
* topic/PR125-unused-parameters:
Change log
prevent 2 unused parameter warnings
2018-01-18 20:46:45 +01:00
Raffi Enficiaud
3218dabf76
Change log
2018-01-18 20:27:57 +01:00
Raffi Enficiaud
97d84abb9d
Change log
2018-01-18 15:11:59 +01:00
Raffi Enficiaud
32bf0f2d0a
Change log
2018-01-18 14:49:04 +01:00
Raffi Enficiaud
3dcba76f27
Updating the doc
2018-01-18 14:49:03 +01:00