2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-24 18:32:30 +00:00

Commit Graph

  • 4820feeacc Replace anonymous enum arity with static const Edward Catmur 2020-06-17 11:32:03 +01:00
  • 6385538948 Merge pull request #331 from boostorg/topic/GH-298-boost-test-metadata Raffi Enficiaud 2022-03-04 11:13:58 +01:00
  • cff7e3003c [skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. Edward Diener 2021-01-21 16:22:14 -05:00
  • 8b54099e15 Merge pull request #330 from boostorg/topic/GH-281-execution_aborted-exception-visibility Raffi Enficiaud 2022-03-04 11:02:35 +01:00
  • d8414b65a8 Change log Raffi Enficiaud 2022-03-03 22:12:07 +01:00
  • 099ac655f6 Export execution_aborted exception to allow catching it from outside the DLL Peter Klotz 2020-08-25 10:21:34 +02:00
  • a9052b36f0 Merge pull request #329 from boostorg/topic/GH-301-UB-unrelated-pointers-comparison Raffi Enficiaud 2022-03-02 10:43:03 +01:00
  • 31b167cc0e Change log Raffi Enficiaud 2022-03-01 22:51:15 +01:00
  • ef38484637 More lax on the timed tests as some builders are not that fast Raffi Enficiaud 2022-03-02 10:12:59 +01:00
  • cdb782c092 UB comparing unrelated pointers in priority_order Ed Catmur 2021-02-15 10:34:58 +00:00
  • 1a664815c4 Merge pull request #328 from boostorg/topic/GH-286-framework_init_observer_t-uninit-var Raffi Enficiaud 2022-03-01 23:36:49 +01:00
  • a8a17044ff Change log Raffi Enficiaud 2022-03-01 22:44:52 +01:00
  • 194a69ee9a fix uninitilized variable in framework_init_observer_t Gabriel Hege 2020-10-07 12:29:53 +02:00
  • 8e4440ca4b Merge pull request #327 from boostorg/fixup/develop-tests Raffi Enficiaud 2022-03-01 22:30:30 +01:00
  • 2cb215d2d9 Fixing various issues that landed on C++17 compilers (MSVC) Raffi Enficiaud 2022-02-28 21:45:14 +01:00
  • ef997ddd02 Merge branch 'develop' next-internal Raffi Enficiaud 2022-02-26 16:07:48 +01:00
  • 11a8d379b4 Do not define BOOST_TEST_SOURCE in CMakeLists.txt boost-1.78.0.beta1 boost-1.78.0 boost-1.77.0.beta1 boost-1.77.0 Peter Dimov 2021-06-09 18:36:48 +03:00
  • 01ffbe2521 Do not define BOOST_TEST_SOURCE in CMakeLists.txt Peter Dimov 2021-06-09 18:36:48 +03:00
  • 0b9b7c7e1a Add header-only targets to CMakeLists.txt Peter Dimov 2021-06-07 20:50:00 +03:00
  • 022fbd1598 boost_test_exec_monitor is alaways STATIC Peter Dimov 2021-06-04 03:14:56 +03:00
  • dafea5d0f9 Add CMakeLists.txt Peter Dimov 2021-05-28 05:10:31 +03:00
  • bce2d24c8b Add header-only targets to CMakeLists.txt Peter Dimov 2021-06-07 20:50:00 +03:00
  • 371651aa61 boost_test_exec_monitor is alaways STATIC Peter Dimov 2021-06-04 03:14:56 +03:00
  • efaa7018bf Add CMakeLists.txt Peter Dimov 2021-05-28 05:10:31 +03:00
  • 9d863d07e8 Merge pull request #287 from boostorg/jzmaddock-patch-1 Raffi Enficiaud 2020-10-12 20:45:03 +02:00
  • f1966056ba Web assembly has no support for an alternate stack. jzmaddock 2020-10-12 19:43:14 +01:00
  • 65892881d7 Merge branch 'develop' boost-1.76.0.beta1 boost-1.76.0 boost-1.75.0.beta1 boost-1.75.0 boost-1.74.0.beta1 boost-1.74.0 Raffi Enficiaud 2020-05-17 12:02:41 +02:00
  • c6912015fe Merge branch 'topic/GH-264-GCC-override-warnings-suggestions' into next-internal Raffi Enficiaud 2020-05-09 19:27:46 +02:00
  • 288e72d1d9 Merge branch 'topic/PR-266-Embarcadero-C++-clang-based-compilers' into next-internal Raffi Enficiaud 2020-05-09 19:26:35 +02:00
  • d4552e5c27 Merge branch 'topic/wchar_t-printer-fixup' into next-internal Raffi Enficiaud 2020-05-09 16:47:18 +02:00
  • abbcf930aa Change log Raffi Enficiaud 2020-05-09 16:43:44 +02:00
  • e55dc9e657 Use BOOST_OVERRIDE to fix GCC -Wsuggest-override and Clang-tidy modernize-use-override warnings. Also fix misspellings in comments. Eugene Zelenko 2020-04-26 17:53:38 -07:00
  • c2a436cc8a Change log Raffi Enficiaud 2020-05-09 16:30:51 +02:00
  • 715861818e Printf check attribute factorization Raffi Enficiaud 2020-05-09 16:27:59 +02:00
  • 5d0e43552a Inline friend function definitions for exported/imported classes Edward Diener 2020-04-25 21:01:12 -04:00
  • db3c749f13 Add Embarcadero to conforming implementation Edward Diener 2020-04-18 10:16:25 -04:00
  • 363749cb9a Change __BORLANDC__ to BOOST_BORLANDC, Edward Diener 2020-03-31 22:20:27 -04:00
  • 54ed042913 Merge branch 'topic/PR-142-debugger-on-apple' into next-internal Raffi Enficiaud 2020-05-09 16:17:27 +02:00
  • e5d1f76671 Change log Raffi Enficiaud 2020-05-09 16:16:26 +02:00
  • 8d46d569a6 Adding LLDB as debugger Raffi Enficiaud 2020-04-02 21:27:39 +02:00
  • 047437d811 Merge branch 'topic/GH-269-bind-placeholders' into next-internal Raffi Enficiaud 2020-05-09 14:47:40 +02:00
  • cfe91e5afa Change log Raffi Enficiaud 2020-05-09 10:55:24 +02:00
  • 0285840f07 Fixing deprecated inclusions to boost/bind Raffi Enficiaud 2020-05-09 10:54:34 +02:00
  • db6b98c727 Fixing cast issue when logging wchar_t Raffi Enficiaud 2020-05-09 10:42:38 +02:00
  • 80abc2b80e Make under_debugger work on apple (iOS/macOS) Tom Hughes 2018-04-26 10:14:02 -07:00
  • 2b2fa69e41 Merge branch 'topic/PR-267-macOS-API-only' into next-internal Raffi Enficiaud 2020-05-08 00:36:48 +02:00
  • 81904f001c Change log Raffi Enficiaud 2020-05-07 21:55:32 +02:00
  • 406c330bc8 Merge branch 'develop' boost-1.73.0 Raffi Enficiaud 2020-04-21 09:23:19 +02:00
  • 92e1131fb0 Use macOS API only on macOS Pino Toscano 2020-04-20 08:31:02 +02:00
  • 4a1fb32047 Merge branch 'topic/CI-appveyor' into next-internal Raffi Enficiaud 2020-04-19 21:17:54 +02:00
  • 5306cb383c README.md update Raffi Enficiaud 2020-04-18 15:44:16 +02:00
  • 02021d41cc appveyor update Raffi Enficiaud 2020-04-18 14:48:06 +02:00
  • 113cd508e1 travis update Raffi Enficiaud 2020-04-18 15:31:55 +02:00
  • da2a2cb5f1 Merge branch 'local/fixup-logger-tests' into next-internal-2 Raffi Enficiaud 2020-04-19 21:13:45 +02:00
  • 281f975ca0 Fixing the path relative to the unit test files Raffi Enficiaud 2020-04-18 12:59:50 +02:00
  • fbe89d1f78 Merge branch 'topic/PR-265-supress-warning' into next-internal-2 Raffi Enficiaud 2020-04-19 21:11:31 +02:00
  • 9fb06ac4ca Merge branch 'topic/GH-179-test_tools-test-failed-on-some-archs' into next-internal-2 Raffi Enficiaud 2020-04-19 21:10:52 +02:00
  • cbb3ca9623 Merge branch 'local/remove-unused-files' into next-internal-2 Raffi Enficiaud 2020-04-19 21:10:05 +02:00
  • 08d72f7254 Change log Raffi Enficiaud 2020-04-18 19:13:30 +02:00
  • 31f77c9661 char can be unsigned on some archs Raffi Enficiaud 2020-04-18 18:36:11 +02:00
  • 0463bde0d5 Change log Raffi Enficiaud 2020-04-18 16:19:38 +02:00
  • e48498ab04 Suppress the unused parameter warning for root_test_unit_id Partha P. Mukherjee 2020-04-17 14:58:29 -04:00
  • 843fd13c8d Removing unused files Raffi Enficiaud 2020-04-09 10:15:13 +02:00
  • 9a8cdba280 Merge branch 'develop' Raffi Enficiaud 2020-04-08 18:50:18 +02:00
  • 8e9d0ab9dc Change log Raffi Enficiaud 2020-04-08 18:49:22 +02:00
  • 123c28959a Merge branch 'topic/PR-187-BOOST_TEST-with-tolerance-message' into next-internal Raffi Enficiaud 2020-04-08 17:47:06 +02:00
  • b4ff3d0ef0 Merge branch 'build/fixup' into next-internal Raffi Enficiaud 2020-04-08 17:46:57 +02:00
  • 8763b690f1 Fix issue on the Boost.Test regression dashboard Raffi Enficiaud 2020-04-08 17:16:08 +02:00
  • 7824c2bc1d Merge branch 'local/remove-unused-file' into next-internal Raffi Enficiaud 2020-04-08 17:42:08 +02:00
  • 2e629a6a32 Change log Raffi Enficiaud 2019-02-02 14:02:45 +01:00
  • b0bcb56d6d Formatting improvements for the collection comparisons Raffi Enficiaud 2020-04-08 16:03:38 +02:00
  • 656638e431 Holding the state of the floating point comparison expression mutator Raffi Enficiaud 2020-04-07 21:27:32 +02:00
  • 53da1d4171 Removing unused file Raffi Enficiaud 2020-04-06 19:40:33 +02:00
  • de6e26a501 Minor doc fixes Raffi Enficiaud 2020-04-07 19:43:17 +02:00
  • aa9550d2de Merge branch 'develop' Raffi Enficiaud 2020-04-06 18:45:51 +02:00
  • 0d7430904e Merge branch 'topic/GH-263-header-variant-test-no-lib' into next-internal Raffi Enficiaud 2020-04-06 17:55:17 +02:00
  • c7ebd4eed8 Change log Raffi Enficiaud 2020-04-06 16:15:19 +02:00
  • 961646222e Activating the auto-link only in the main translation unit Raffi Enficiaud 2020-04-06 14:38:17 +02:00
  • fc8979b069 Merge branch 'develop' Raffi Enficiaud 2020-04-06 13:10:20 +02:00
  • 2f79bfffd3 Merge branch 'topic/GH-253-invalid-XML-log-BOOST_AUTO_TEST_CASE_TEMPLATE' into next-internal Raffi Enficiaud 2020-04-06 10:40:08 +02:00
  • 6d43c1e416 Merge branch 'topic/GH-251-context-messages-always-printed' into next-internal Raffi Enficiaud 2020-04-06 10:38:27 +02:00
  • e43c2cac5c Change log Raffi Enficiaud 2020-04-06 00:07:20 +02:00
  • f5043a1aa4 Printing context messages takes logger each logger state and configuration Raffi Enficiaud 2020-04-04 23:47:54 +02:00
  • 2095c6a909 Change log Raffi Enficiaud 2020-04-04 22:54:03 +02:00
  • ec2c41501a GH-253 XML logger not handling skipped test names Raffi Enficiaud 2020-04-03 15:15:06 +02:00
  • 2fe3605015 Merge branch 'local/loggers' into next-internal Raffi Enficiaud 2020-04-04 22:58:15 +02:00
  • 9085730054 Update of tests using loggers Raffi Enficiaud 2020-04-04 18:17:05 +02:00
  • b29815a78d Logging improvements Raffi Enficiaud 2020-04-04 18:16:25 +02:00
  • 1e0abd6e41 Observers test_start now contain the root test unit id Raffi Enficiaud 2020-04-04 02:35:12 +02:00
  • a689b25454 Framework init observer is not a singleton anymore Raffi Enficiaud 2020-04-03 23:45:03 +02:00
  • b07f902452 CMakeLists.txt improvements Raffi Enficiaud 2020-04-04 16:48:19 +02:00
  • 3280099eab .gitignore Raffi Enficiaud 2020-04-04 22:22:38 +02:00
  • 5fb1b8a9f5 Merge branch 'topic/GH-254-color-restored-windows' into next-internal Raffi Enficiaud 2020-04-04 22:57:11 +02:00
  • 7fbd1ff917 Change log Raffi Enficiaud 2020-04-03 15:06:20 +02:00
  • 5bc987e673 Fixing CMakeLists.txt header include order Raffi Enficiaud 2020-04-03 15:03:58 +02:00
  • 089d7c6f9d Warning removal Raffi Enficiaud 2020-04-03 16:41:29 +02:00
  • 53cb585382 "setcolor" now uses an external state for all state restoration scenarios Raffi Enficiaud 2020-04-02 23:43:38 +02:00
  • 25af26af5c Doc: mentioning the automatic disabling logic for 'catch_system_errors' Raffi Enficiaud 2020-04-02 21:27:01 +02:00
  • 5ec3a126b8 Documentation: fix link Raffi Enficiaud 2020-04-02 20:18:13 +02:00
  • e8b173655c Merge branch 'develop' boost-1.73.0.beta1 Raffi Enficiaud 2020-03-30 09:00:52 +02:00