Commit Graph
166 Commits
Author SHA1 Message Date
Rene Rivera 2efb26b810 Switching to Python CI script. 2015-05-23 23:33:43 -05:00
Rene Rivera 96a395ccac Trim when Travis sends out emails. 2015-05-21 15:08:06 -05:00
Rene Rivera b7a00a68aa Add toolset to use for Travis. 2015-05-21 12:46:40 -05:00
Rene Rivera e5b485ccf2 Fix Travis dir locations. 2015-05-21 12:15:35 -05:00
Rene Rivera eb05d43616 Debugging Travis config. 2015-05-21 11:58:59 -05:00
Rene Rivera 3ae4a6a688 More Travis fixing. 2015-05-21 11:41:49 -05:00
Rene Rivera f132b81c8c Fix Travis yaml syntax. 2015-05-21 11:33:45 -05:00
Rene Rivera 7aa20b752c Add Travis email notify.. To poke the build. 2015-05-21 11:20:09 -05:00
Rene Rivera 153e05ea38 No master branch testing for Travis yet. 2015-05-21 10:58:28 -05:00
Rene Rivera c0ec80bacc Add Travis CI config. 2015-05-21 10:57:43 -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 550521f1b4 Merge pull request #24 from eldiener/develop
Fixed example for predef-check
2015-05-18 11:21:36 -05:00
Rene Rivera d9d0ed3d88 Fix BOOST_ARCH_PARISC (was BOOST_ARCH_PARISK) reference for detecting
endianess. Thanks to Graham Hanson for finding this.
2015-05-18 11:12:56 -05:00
Rene Rivera 77561daca9 Fix MAKE_YYYYMM macro to correctly limit the month to a somewhat less
invalid range. Thanks to rick68/gmail.com for finding this.
2015-05-18 11:07:21 -05:00
Edward Diener d2adcf2b81 Fixed example for predef-check 2015-05-04 18:40:54 -04:00
Rene Rivera e60f83f96a Merge pull request #23 from boostorg/master
Remove unused library target.
2015-03-05 12:03:09 -06:00
Rene Rivera c14eafa3ef Remove unused library target. boost-1.58.0 2015-03-05 12:01:06 -06:00
Rene Rivera 27302e439a Remove library target (in preference of automatic modular method soon to come). 2015-03-04 09:34:29 -06:00
Rene Rivera bd4dfdd135 Merge pull request #22 from boostorg/master
Master
2015-02-24 23:01:10 -06:00
Rene Rivera abd3d80849 Some support for modular use of Predef lib. 2015-02-24 22:48:49 -06:00
Rene Rivera e959b7116a Merge pull request #21 from boostorg/develop
Predef 1.2 release.
2015-02-15 15:53:04 -06:00
Rene Rivera 25d0738035 Fix missing expressions from predef_check invocation. 2015-02-01 14:33:12 -06:00
Rene Rivera 1ed4e62903 Add missing file. 2015-01-29 15:52:21 -06:00
Rene Rivera 00eb018794 Initial docs for predef_check. 2015-01-29 15:41:56 -06:00
Rene Rivera bcdaed4e9e Merge pull request #20 from jhunold/mismatch
Fix signed/unsigned mismatch
2015-01-28 14:32:23 -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
Rene Rivera 7a4f232850 Merge pull request #19 from jhunold/whitespace
Remove tabs.
2015-01-28 10:02:51 -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 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 3766bba8d0 Fix QNX compile warnings and errors from extra careful C compiler. 2015-01-22 13:27:14 -06:00
Rene Rivera 84967e3d0a Add missing BOOST_PREDEF_MAKE_0X_VVRRPP macro (thanks ro Erik Lindahl
for finding it).
2014-12-30 08:13:18 -06:00
Rene Rivera e0e11e05a6 Update history doc for Android LibreOffice fixes. 2014-12-29 23:23:52 -06:00
Rene Rivera 5912dd7e62 Add Android OS header for endian definition. And some platforms don't
define all of the *BYTE_ORDER *_ENDIAN macros so need to guard for that
case. (Thanks to mstahl@redhat.com for pointing those out).
2014-12-29 23:20:36 -06:00
Rene Rivera ce0959ba62 Fix Haiku detection syntax error when Haiku is not detected. Bump
version to 1.2 and update docs.
2014-12-29 11:26:49 -06:00
Jessica Hamilton a7d2f3813e haiku: fix copyright 2014-12-29 10:52:24 -06:00
Jessica Hamilton 9a435659cd haiku: add platform support 2014-12-29 10:52:10 -06:00
Rene Rivera d092116a89 Merge pull request #18 from boostorg/develop
Merge MSVC version and metadata changes.
2014-12-27 14:43:17 -06:00
Rene Rivera ee021f808a Fix bad MSC version number. 2014-11-19 08:18:17 -06:00
Rene Rivera 75365a884e Account for skip in Visual Studio product version vs. compiler version
to map compiler version to product version.
2014-11-18 12:44:39 -06:00
Rene Rivera 650bcf4cc9 Merge pull request #16 from danieljames/metadata
Create metadata file.
2014-08-18 09:19:09 -05:00
Daniel James 7448023a15 Add metadata file. 2014-08-18 15:09:00 +01:00
Rene Rivera 4d5d6d148f Merge pull request #15 from boostorg/develop
Fix test build script to also work in non-modular release archive.
boost-1.57.0 boost-1.56.0
2014-07-10 08:53:53 -05: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 d98e1e6337 Merge pull request #14 from boostorg/develop
Merge to master for 1.56 release.
2014-07-09 09:07:56 -05:00
Rene Rivera 372b4bd477 Fix OS_SVR4 missing AVAILABLE macro def. Fix marking OS_UNIX as
exclusive.
2014-07-07 08:25:21 -05:00
Rene Rivera 2decd4f4bf Let OS_UNIX be detected at all times as it overlaps with other OS types. 2014-07-07 08:21:22 -05:00