Commit Graph

9 Commits

Author SHA1 Message Date
Rene Rivera 0f113b0871 Fix non-standard test feature test collection. I.e. make the feature
collection no rely on implementioned defined behaviour. And fix check
program handling of no-expression invocations vs expression invocations.
2015-06-29 18:49:33 -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 25d0738035 Fix missing expressions from predef_check invocation. 2015-02-01 14:33:12 -06:00
Jürgen Hunold 7c3bbb1fe6 Fix signed/unsigned mismatch
Detected by msvc/gcc/clang
2015-01-28 21:26:33 +01:00
Rene Rivera 4716885719 Remove tabs. 2015-01-28 12:54:01 -06:00
Rene Rivera 1e9ad49f15 Fix repeated path parts in source and include paths because they are
already absolute and don't need to be pwd rooted again. Also update
copyright on C source.
2015-01-28 11:54:00 -06:00
Jürgen Hunold 2f5071dab6 untabify 2015-01-28 16:57:32 +01: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 211a868b80 Add general predef_check utility program and BBv2 support for using it. 2015-01-27 08:28:37 -06:00