|
6565429eca
|
glob headers
|
2022-07-05 10:48:30 +02:00 |
|
|
a24f53d25c
|
Rework as esp-idf component
|
2022-07-04 20:18:03 +02:00 |
|
|
69614bb1da
|
Fix CMake tests in .travis.yml
|
2021-06-10 16:37:10 +03:00 |
|
|
24abbdc906
|
Update CMakeLists.txt
|
2021-06-10 02:09:03 +03:00 |
|
|
45178c3cc5
|
Merge branch 'master' into develop
|
2021-06-10 02:07:17 +03:00 |
|
|
93b896c932
|
Corrected cmake tests
|
2021-05-29 08:59:36 -04:00 |
|
|
229f654b59
|
Merge branch 'develop'
boost-1.76.0
boost-1.76.0.beta1
|
2021-02-15 16:07:36 -05:00 |
|
|
aa8f347df2
|
Treat nvcc compiling in cuda mode with _MSC_VER defined as if it is the VC++ default preprocessor as far as variadic macro support is concerned.
|
2021-02-11 23:38:30 -05:00 |
|
|
d8471d6526
|
Merge pull request #36 from sdarwin/drone
Drone config
|
2021-01-13 12:42:59 -05:00 |
|
|
bee33b0117
|
add drone config [ci skip]
|
2021-01-13 17:09:26 +00:00 |
|
|
b49e14231f
|
Merge branch 'develop'
|
2020-12-29 16:26:32 -05:00 |
|
|
5289c50299
|
Update meta information
|
2020-12-28 10:15:43 -05:00 |
|
|
5e17804af2
|
Merge branch 'develop'
boost-1.75.0
boost-1.75.0.beta1
|
2020-10-25 06:16:15 -04:00 |
|
|
15dcb92ebf
|
Revert "Chyange number of jobs to use $nproc"
This reverts commit 112673238a .
|
2020-10-25 06:15:04 -04:00 |
|
|
ae5e475169
|
Merge branch 'develop'
|
2020-10-24 20:35:07 -04:00 |
|
|
112673238a
|
Chyange number of jobs to use $nproc
|
2020-10-24 20:33:54 -04:00 |
|
|
bff73def85
|
Remove preprocessor limits CI testing
|
2020-09-25 12:47:54 -04:00 |
|
|
5e2770334d
|
Address model for msvc-10 and msvc-11 must be only 32-bit in appveyor.yml
|
2020-09-25 11:18:29 -04:00 |
|
|
e4186a6df1
|
Updated appveyor tests
|
2020-09-22 19:33:56 -04:00 |
|
|
4a274cbe86
|
Corrected msvc-14.0 setup
|
2020-09-22 13:24:12 -04:00 |
|
|
7bed5072e4
|
Update on config.hpp so we are not redefining a defined macro.
|
2020-09-22 00:30:33 -04:00 |
|
|
b3f95b899f
|
More individual travis ci preprocessor limits tests.
|
2020-09-21 18:39:06 -04:00 |
|
|
8f937e431e
|
More individual appveyor preprocessor limits tests.
|
2020-09-20 17:26:49 -04:00 |
|
|
879e876d45
|
Add address-model for limits build in Travis CI
|
2020-09-20 06:15:41 -04:00 |
|
|
1a2e813fcb
|
Corrected Travis CI syntax
|
2020-09-20 05:38:29 -04:00 |
|
|
5a30bc472d
|
Updated Appveyor setup.
|
2020-09-20 00:52:01 -04:00 |
|
|
d12d2d9a3a
|
Updated .yml files
|
2020-09-19 23:02:30 -04:00 |
|
|
2ab48feed5
|
Corrected syntax
|
2020-09-19 19:46:58 -04:00 |
|
|
6ec9072f27
|
Update yml to handle Boost Build bug with explicit alias when not invoking b2 from the test directory.
|
2020-09-19 17:46:22 -04:00 |
|
|
cac5e3e2ef
|
Rearrangement of links and better explanation of variadic macro support.
|
2020-09-19 09:14:26 -04:00 |
|
|
4b1d674a17
|
Updated title page specifying assumption of variadic macro support.
|
2020-09-19 07:59:43 -04:00 |
|
|
9fcd0a289a
|
Upgrade docs to say that variadic macros must be supported by the compiler.
|
2020-09-19 02:24:44 -04:00 |
|
|
5fd12d32d4
|
Assume variadic macro support.
|
2020-09-17 18:25:36 -04:00 |
|
|
8288ce7575
|
Updated limitations docs.
|
2020-09-14 18:26:49 -04:00 |
|
|
ae836b12e4
|
Updated appveyor which protects b2 parameter by putting it within quote marks.
|
2020-09-14 15:43:10 -04:00 |
|
|
fe22f14954
|
Fixed check by not omitting the 0 check.
|
2020-09-04 17:38:08 -04:00 |
|
|
322e4266fb
|
Reinstalled Intel on Windows fix fgor 17.0 on up.
|
2020-09-02 04:14:49 -04:00 |
|
|
f74e04f827
|
Fixed tests for non-strict compilers.
|
2020-09-02 01:37:00 -04:00 |
|
|
1ace1d3806
|
Fixed syntax error of a missing #endif
|
2020-09-01 21:08:13 -04:00 |
|
|
ed066d3c81
|
Further separation to strict and non-strict implementations in variadic implementations.
|
2020-09-01 19:31:41 -04:00 |
|
|
96e994a25a
|
Further separation to strict and non-strict implementations in tuple implementations.
|
2020-09-01 19:19:23 -04:00 |
|
|
ac553f44fb
|
Further separation to strict and non-strict implementations in seq implementations.
|
2020-09-01 16:03:28 -04:00 |
|
|
b93e99332b
|
Further separation to strict and non-strict implementations in logical and repetition implementations.
|
2020-09-01 08:30:03 -04:00 |
|
|
001d109eab
|
Further separation to strict and non-strict implementations in list implementations.
|
2020-09-01 02:50:29 -04:00 |
|
|
fedfdc2f32
|
Further separation to strict and non-strict implementations.
|
2020-09-01 00:35:19 -04:00 |
|
|
775f9eb24e
|
Further separation to strict and non-strict implementations.
|
2020-08-31 21:08:44 -04:00 |
|
|
9b8138324f
|
Changed separation to strict and non-strict implementations and include only the header files needed by either.
|
2020-08-31 16:51:00 -04:00 |
|
|
158fc13f01
|
Changed separation to strict and non-strict implementations and include only the header files needed by either.
|
2020-08-31 16:38:03 -04:00 |
|
|
721ef44e79
|
Revert arithmetic changes to original for msvc default preprocessor.
|
2020-08-31 10:55:17 -04:00 |
|
|
c1eb9292d7
|
Removed BOOST_PP_CAT workaround for Intel compiler on Windows for version 18.0 and above, as it was causing a failure in preprocessor tests.
|
2020-08-30 15:07:31 -04:00 |
|