Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GNU-DetermineCompiler: Add support for very old versions of GCC | Kars de Jong | 2015-08-13 | 1 | -1/+3 |
| | | | | | | Very old versions of gcc (2.3.1) do not define __GNUC_MINOR__. Signed-off-by: Kars de Jong <kars.dejong@locamation.nl> | ||||
* | Project: Add configurable name for version computation macros. | Stephen Kelly | 2014-06-05 | 1 | -3/+3 |
| | |||||
* | CompilerId: Allow specifying a prefix for preprocessor defines. | Stephen Kelly | 2014-05-07 | 1 | -3/+3 |
| | |||||
* | Project: Generate the CXX compiler Id test from multiple files. | Stephen Kelly | 2014-05-07 | 1 | -0/+9 |
This will allow sharing of the logic of the order to test compilers in and the preprocessor macros used to do that and to determine the version components. |