You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ~ simplified and separated (C++) implementation of `bool` tests
* ~ simplified and separated (C++) implementation of `bool` tests
* ~ updated **STLSoft** constructs, incl. macros
* ~ layout
* - dead code
* Merged 'msq' into 'int-types'
Squashed commit of the following:
commit 1083e94
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 16:40:31 2024 +1100
~ commit
commit cf1e7e3
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 16:37:33 2024 +1100
Environment variable (for verbosity) (#41)
* Merged 'env-edits' into 'env'
Squashed commit of the following:
commit c536d64742d96df26887394185d625ac029a306c
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 10:20:56 2024 +1100
~ updated **STLSoft** constructs, incl. macros
commit 2a4a1636607aefc948ecd708ba48dac84dfe2e94
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 10:25:09 2024 +1100
~ layout
* ~ preparatory changes
* `XTESTS_COMMANDLINE_PARSE_VERBOSITY()` now also recognises, if the command-line argument `"--verbosity= . . ."` is not found, the enviroment variables `"XTESTS_VERBOSITY"` and `"TEST_VERBOSITY"`
commit 6620ce6
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 16:35:44 2024 +1100
~ improved boilerplate (#39)
* ~ now uses `stlsoft::integral_traits<>` for integer test macros (in C++) to allow for custom integral types to be tested
* Merged 'dev' into 'int-types'
Squashed commit of the following:
commit 97fc966
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 17:00:52 2024 +1100
Terse macros (#42)
* ~ ignores
* ~ all scratch-test entry-point source file names standardised
* + added terse forms of macros, available by including **xtests/terse-api.h**
* Merged 'env-edits' into 'env'
Squashed commit of the following:
commit c536d64742d96df26887394185d625ac029a306c
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 10:20:56 2024 +1100
~ updated **STLSoft** constructs, incl. macros
commit 2a4a1636607aefc948ecd708ba48dac84dfe2e94
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 10:25:09 2024 +1100
~ layout
* ~ preparatory changes
* ~ boilerplate
* Merged 'dev' into 'terse-macros'
Squashed commit of the following:
commit 1083e94
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 16:40:31 2024 +1100
~ commit
commit cf1e7e3
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 16:37:33 2024 +1100
Environment variable (for verbosity) (#41)
* Merged 'env-edits' into 'env'
Squashed commit of the following:
commit c536d64742d96df26887394185d625ac029a306c
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 10:20:56 2024 +1100
~ updated **STLSoft** constructs, incl. macros
commit 2a4a1636607aefc948ecd708ba48dac84dfe2e94
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 10:25:09 2024 +1100
~ layout
* ~ preparatory changes
* `XTESTS_COMMANDLINE_PARSE_VERBOSITY()` now also recognises, if the command-line argument `"--verbosity= . . ."` is not found, the enviroment variables `"XTESTS_VERBOSITY"` and `"TEST_VERBOSITY"`
commit 6620ce6
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 16:35:44 2024 +1100
~ improved boilerplate (#39)
---------
Co-authored-by: Matt Wilson <[email protected]>
commit 1083e94
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 16:40:31 2024 +1100
~ commit
commit cf1e7e3
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 16:37:33 2024 +1100
Environment variable (for verbosity) (#41)
* Merged 'env-edits' into 'env'
Squashed commit of the following:
commit c536d64742d96df26887394185d625ac029a306c
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 10:20:56 2024 +1100
~ updated **STLSoft** constructs, incl. macros
commit 2a4a1636607aefc948ecd708ba48dac84dfe2e94
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 10:25:09 2024 +1100
~ layout
* ~ preparatory changes
* `XTESTS_COMMANDLINE_PARSE_VERBOSITY()` now also recognises, if the command-line argument `"--verbosity= . . ."` is not found, the enviroment variables `"XTESTS_VERBOSITY"` and `"TEST_VERBOSITY"`
commit 6620ce6
Author: Matt Wilson <[email protected]>
Date: Sat Nov 23 16:35:44 2024 +1100
~ improved boilerplate (#39)
---------
Co-authored-by: Matt Wilson <[email protected]>
Copy file name to clipboardexpand all lines: CHANGES.txt
+3-1
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,12 @@ Updated: 23rd November 2024
19
19
23rd November 2024 - 0.26.0-alpha1
20
20
==================================
21
21
22
+
* now uses `stlsoft::integral_traits<>` for integer test macros (in C++) to allow for custom integral types to be tested;
22
23
* added terse forms of macros, available by including **xtests/terse-api.h**;
23
24
* `XTESTS_COMMANDLINE_PARSE_VERBOSITY()` now also recognises, if the command-line argument `"--verbosity= . . ."` is not found, the enviroment variables `"XTESTS_VERBOSITY"` and `"TEST_VERBOSITY"`;
24
-
* updated **STLSoft** constructs, incl. macros;
25
25
* minor improvements to project boilerplate files;
Copy file name to clipboardexpand all lines: HISTORY.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,12 @@
4
4
23rd November 2024 - 0.26.0-alpha1
5
5
----------------------------------
6
6
7
+
* now uses `stlsoft::integral_traits<>` for integer test macros (in C++) to allow for custom integral types to be tested;
7
8
* added terse forms of macros, available by including **xtests/terse-api.h**;
8
9
*`XTESTS_COMMANDLINE_PARSE_VERBOSITY()` now also recognises, if the command-line argument `"--verbosity= . . ."` is not found, the enviroment variables `"XTESTS_VERBOSITY"` and `"TEST_VERBOSITY"`;
9
-
* updated **STLSoft** constructs, incl. macros;
10
10
* minor improvements to project boilerplate files;
staticvoidxtests_report_failure_equal(charconst* file, int line, charconst* function, charconst* expr, int expected, int actual, xtests_comparison_t comp)
0 commit comments