Commit Graph

26 Commits

Author SHA1 Message Date
Rene Rivera
13de873d87 Work around Boost removing modular include dirs for release. 2019-03-08 18:42:27 -06:00
Rene Rivera
48d9231a1b Convert build files to rootless parity with hash-predef. 2019-01-09 16:27:04 -06:00
Rene Rivera
7c99dfbbd5 Revert "isolate all headers to ensure that none rely on inclusions from another (#60)" (#62)
This reverts commit 284cde95a2.
2017-10-04 14:13:28 -05:00
James E. King, III
284cde95a2 isolate all headers to ensure that none rely on inclusions from another (#60) 2017-10-04 10:20:45 -05:00
James E. King, III
bca18299d2 correct Windows UWP platform detection (#57) 2017-10-03 20:36:17 -05:00
Edward Diener
aa4604a3bd Remove executable attribute from file. (#53) 2017-09-17 09:21:38 -05:00
Rene Rivera
ba45bd73f3 Seems we need to avoid duplicate project names. 2017-08-01 12:24:55 -05:00
Rene Rivera
db499c07df Add WORKAROUND style definitions for public use. 2017-06-01 22:31:09 -05:00
Rene Rivera
009367d6a1 Conform to latest library requirements. 2016-01-07 12:50:26 -06:00
Rene Rivera
2fb725a93d Fix new compile check BB2 utility not dealing with dotted version
numbers.
2015-08-07 08:29:55 -05:00
Rene Rivera
d77608cf70 Check if having only one property causes problems with the checks. 2015-06-09 22:31:53 -05:00
Rene Rivera
631dd73038 Change to get a "true" && "false" check result. 2015-06-09 16:07:44 -05:00
Rene Rivera
8fd39047e4 Alter check value test to further debug check expression eval. 2015-06-09 15:26:31 -05:00
Rene Rivera
ca54bcad60 Add 'minimal' test target. 2015-05-26 20:57:50 -05:00
Rene Rivera
0dec25945a Add check test to debug failing VMD option tests. 2015-05-26 10:49:24 -05:00
Rene Rivera
99bd64cd11 Fix incorrect check expression eval. It turns out the expression eval
was just not implemented and only really worked for the require checks
as those are ok with duplicate properties. Now full and/or expression
parsing an evaluation is implemented.
2015-05-18 21:54:31 -05:00
Rene Rivera
65bb36c66d Fix incorrect path calculation for predef check program sources. Hence, re-enable the tests that use predef/check. 2015-01-27 14:17:37 -06:00
Rene Rivera
44133dce99 Disable Mac check tests until the work on super layout. 2015-01-27 10:22:37 -06:00
Rene Rivera
211a868b80 Add general predef_check utility program and BBv2 support for using it. 2015-01-27 08:28:37 -06:00
Rene Rivera
4a4c6e630e Fix test build script to also work in non-modular release archive. 2014-07-10 08:49:46 -05:00
Rene Rivera
3ccc33fa28 Update copyrights back to original author. 2014-01-10 08:46:03 -06:00
Rene Rivera
b28bad14ea Address endian compile errors for OSX in the cases where sys/param.h was
include ahead of the predef headers. The solution was to: use the OSX
machine/endian.h header, and only allow a single OS to be detected at
once. Test cases added for both conditions on OSX.
2013-10-05 16:41:55 -05:00
Rene Rivera
3ecdcb44df Adjustments for building tests with dynamically generated header links
for modular SVN layout.
2013-09-27 12:11:42 -05:00
Rene Rivera
f13411977e Prep for formal inclusion into Boost trunk. 2013-07-28 12:07:05 -05:00
Rene Rivera
9fcecba7cc Most changes from review comments implemented. Remove use of "#elif" for
backward PP compatability. Add BOOST_category_item_AVAILABLE as a
defined, or not, symbol for use with "#ifdef" or "#ifndef". Add
documentation of macros used for detection and version information. Also
replace direct use of BVN(0,0,0) and BVN(0,0,1) with more meaningful
macros that are globally defined, and hence consistent.
2013-01-18 21:25:30 -06:00
Rene Rivera
dbb5965186 Restructure the project to match new modular layout. 2012-12-28 22:25:52 -06:00