Commit Graph

  • 0dec25945a Add check test to debug failing VMD option tests. Rene Rivera 2015-05-26 10:49:24 -05:00
  • 13f2501097 Enable the full toolset Travis matrix. Rene Rivera 2015-05-26 09:26:08 -05:00
  • 344562f72b Poke Travis. Rene Rivera 2015-05-26 09:20:01 -05:00
  • 8d6ff7a540 Poke Travis. Rene Rivera 2015-05-26 09:09:20 -05:00
  • 77e94305e6 Poke Travis. Rene Rivera 2015-05-26 09:02:02 -05:00
  • 43903afcd3 Poke Travis. Rene Rivera 2015-05-25 10:31:06 -05:00
  • 8ea31f2e63 Poke Travis. Rene Rivera 2015-05-25 07:29:25 -05:00
  • db5f8b2fa8 Poke Travis. Rene Rivera 2015-05-25 07:20:58 -05:00
  • 82f14477e0 Poke Travis. Rene Rivera 2015-05-24 21:50:54 -05:00
  • 55509ea0c1 Poke Travis. Rene Rivera 2015-05-24 21:05:34 -05:00
  • 7eee3c5ef8 Poke Travis. Rene Rivera 2015-05-24 20:54:22 -05:00
  • 6bb7b5486b Poke Travis. Rene Rivera 2015-05-24 17:28:05 -05:00
  • 28f3abb207 Poke Travis, by changing target compiler matrix. Rene Rivera 2015-05-24 17:21:10 -05:00
  • 9bf2130032 Poke Travis, by adding gcc-4.9 to matrix. Rene Rivera 2015-05-24 16:53:26 -05:00
  • 64c7199ba2 Poke Travis, by adding gcc-4.8 to matrix. Rene Rivera 2015-05-24 08:15:59 -05:00
  • 6dbb3f5435 Fix bad clang version in Travis matrix. Rene Rivera 2015-05-24 08:06:06 -05:00
  • eb7ebad495 Poke Travis. And another clang version. Rene Rivera 2015-05-24 08:01:32 -05:00
  • 5b12d3b1d9 Add/switch to clang Travis to poke build. Rene Rivera 2015-05-24 07:54:06 -05:00
  • 283d4c406d Use Travis matrix with TOOLSET env spec. Rene Rivera 2015-05-24 07:47:15 -05:00
  • 2efb26b810 Switching to Python CI script. Rene Rivera 2015-05-23 23:33:43 -05:00
  • 96a395ccac Trim when Travis sends out emails. Rene Rivera 2015-05-21 15:08:06 -05:00
  • b7a00a68aa Add toolset to use for Travis. Rene Rivera 2015-05-21 12:46:40 -05:00
  • e5b485ccf2 Fix Travis dir locations. Rene Rivera 2015-05-21 12:15:35 -05:00
  • eb05d43616 Debugging Travis config. Rene Rivera 2015-05-21 11:58:59 -05:00
  • 3ae4a6a688 More Travis fixing. Rene Rivera 2015-05-21 11:41:49 -05:00
  • f132b81c8c Fix Travis yaml syntax. Rene Rivera 2015-05-21 11:33:45 -05:00
  • 7aa20b752c Add Travis email notify.. To poke the build. Rene Rivera 2015-05-21 11:20:09 -05:00
  • 153e05ea38 No master branch testing for Travis yet. Rene Rivera 2015-05-21 10:58:28 -05:00
  • c0ec80bacc Add Travis CI config. Rene Rivera 2015-05-21 10:57:43 -05:00
  • 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. Rene Rivera 2015-05-18 21:54:31 -05:00
  • 550521f1b4 Merge pull request #24 from eldiener/develop Rene Rivera 2015-05-18 11:21:36 -05:00
  • d9d0ed3d88 Fix BOOST_ARCH_PARISC (was BOOST_ARCH_PARISK) reference for detecting endianess. Thanks to Graham Hanson for finding this. Rene Rivera 2015-05-18 11:12:56 -05:00
  • 77561daca9 Fix MAKE_YYYYMM macro to correctly limit the month to a somewhat less invalid range. Thanks to rick68/gmail.com for finding this. Rene Rivera 2015-05-18 11:07:21 -05:00
  • d2adcf2b81 Fixed example for predef-check Edward Diener 2015-05-04 18:40:54 -04:00
  • e60f83f96a Merge pull request #23 from boostorg/master Rene Rivera 2015-03-05 12:03:09 -06:00
  • c14eafa3ef Remove unused library target. boost-1.58.0 Rene Rivera 2015-03-05 12:01:06 -06:00
  • 27302e439a Remove library target (in preference of automatic modular method soon to come). Rene Rivera 2015-03-04 09:34:29 -06:00
  • bd4dfdd135 Merge pull request #22 from boostorg/master Rene Rivera 2015-02-24 23:01:10 -06:00
  • abd3d80849 Some support for modular use of Predef lib. Rene Rivera 2015-02-24 22:48:49 -06:00
  • e959b7116a Merge pull request #21 from boostorg/develop Rene Rivera 2015-02-15 15:53:04 -06:00
  • 25d0738035 Fix missing expressions from predef_check invocation. Rene Rivera 2015-02-01 14:33:12 -06:00
  • 1ed4e62903 Add missing file. Rene Rivera 2015-01-29 15:52:21 -06:00
  • 00eb018794 Initial docs for predef_check. Rene Rivera 2015-01-29 15:41:56 -06:00
  • bcdaed4e9e Merge pull request #20 from jhunold/mismatch Rene Rivera 2015-01-28 14:32:23 -06:00
  • 7c3bbb1fe6 Fix signed/unsigned mismatch Jürgen Hunold 2015-01-28 21:26:33 +01:00
  • 4716885719 Remove tabs. Rene Rivera 2015-01-28 12:54:01 -06:00
  • 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. Rene Rivera 2015-01-28 11:54:00 -06:00
  • 7a4f232850 Merge pull request #19 from jhunold/whitespace Rene Rivera 2015-01-28 10:02:51 -06:00
  • 2f5071dab6 untabify Jürgen Hunold 2015-01-28 16:57:32 +01:00
  • 65bb36c66d Fix incorrect path calculation for predef check program sources. Hence, re-enable the tests that use predef/check. Rene Rivera 2015-01-27 14:17:37 -06:00
  • 44133dce99 Disable Mac check tests until the work on super layout. Rene Rivera 2015-01-27 10:22:37 -06:00
  • 211a868b80 Add general predef_check utility program and BBv2 support for using it. Rene Rivera 2015-01-27 08:28:37 -06:00
  • 3766bba8d0 Fix QNX compile warnings and errors from extra careful C compiler. Rene Rivera 2015-01-22 13:27:14 -06:00
  • 84967e3d0a Add missing BOOST_PREDEF_MAKE_0X_VVRRPP macro (thanks ro Erik Lindahl for finding it). Rene Rivera 2014-12-30 08:13:18 -06:00
  • e0e11e05a6 Update history doc for Android LibreOffice fixes. Rene Rivera 2014-12-29 23:23:52 -06:00
  • 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). Rene Rivera 2014-12-29 23:20:36 -06:00
  • ce0959ba62 Fix Haiku detection syntax error when Haiku is not detected. Bump version to 1.2 and update docs. Rene Rivera 2014-12-29 11:26:49 -06:00
  • a7d2f3813e haiku: fix copyright Jessica Hamilton 2014-11-16 21:44:12 +13:00
  • 9a435659cd haiku: add platform support Jessica Hamilton 2014-11-16 21:32:45 +13:00
  • d092116a89 Merge pull request #18 from boostorg/develop Rene Rivera 2014-12-27 14:43:17 -06:00
  • ee021f808a Fix bad MSC version number. Rene Rivera 2014-11-19 08:18:17 -06:00
  • 75365a884e Account for skip in Visual Studio product version vs. compiler version to map compiler version to product version. Rene Rivera 2014-11-18 12:44:39 -06:00
  • 650bcf4cc9 Merge pull request #16 from danieljames/metadata Rene Rivera 2014-08-18 09:19:09 -05:00
  • 7448023a15 Add metadata file. Daniel James 2014-08-18 15:09:00 +01:00
  • 4d5d6d148f Merge pull request #15 from boostorg/develop boost-1.57.0 boost-1.56.0 Rene Rivera 2014-07-10 08:53:53 -05:00
  • 4a4c6e630e Fix test build script to also work in non-modular release archive. Rene Rivera 2014-07-10 08:49:46 -05:00
  • d98e1e6337 Merge pull request #14 from boostorg/develop Rene Rivera 2014-07-09 09:07:56 -05:00
  • 372b4bd477 Fix OS_SVR4 missing AVAILABLE macro def. Fix marking OS_UNIX as exclusive. Rene Rivera 2014-07-07 08:25:21 -05:00
  • 2decd4f4bf Let OS_UNIX be detected at all times as it overlaps with other OS types. Rene Rivera 2014-07-07 08:21:22 -05:00
  • 40a722d69b Fix warning for undefined macro usage. Rene Rivera 2014-07-06 21:49:24 -05:00
  • 43f9558eb4 Merge pull request #13 from boostorg/develop Rene Rivera 2014-06-17 14:09:55 -05:00
  • 83f5e5a92e Merge pull request #12 from MSOpenTech/fixavaliable Rene Rivera 2014-06-17 14:07:23 -05:00
  • 35c34b7368 Fixing up some accidental checks that were using #ifdef when instead should have been using just #if to define the AVALIABLE macro. Steve Gates 2014-06-17 11:55:04 -07:00
  • 54aa7679d3 Merge pull request #10 from boostorg/develop Rene Rivera 2014-06-10 21:17:29 -05:00
  • ca118c5869 Merge pull request #9 from boostorg/master Rene Rivera 2014-06-10 21:08:52 -05:00
  • e65240f55b Merge pull request #8 from MSOpenTech/winrt2 Rene Rivera 2014-06-10 21:00:26 -05:00
  • 0eb222dbc5 Updating BOOST_PLAT_WINDOWS_* predef check to make sure macro WINAPI_FAMILY exists before comparing. Steve Gates 2014-06-10 15:44:03 -07:00
  • 3902dd743f Merge branch 'develop' Peter Dimov 2014-06-05 18:54:25 +03:00
  • bcdaa18a31 Reverting (c) to human author. Rene Rivera 2014-06-05 10:18:20 -05:00
  • 927dc0b46e Reverting (c) to human author. Rene Rivera 2014-06-05 10:18:20 -05:00
  • 4dd9dc75dc Merge Predef library to release. Rene Rivera 2013-09-09 04:06:52 +00:00
  • 16e8970091 Merge changes from Trunk. Fixes #6013. Fixes #7151. Fixes #7359. Fixes #7389. Fixes #7452. Fixes #7528. Fixes #7703. Fixes #7841. Fixes #7898. Fixes #7938. Fixes #8048. John Maddock 2013-02-24 19:07:59 +00:00
  • 380b7c8890 Merge STLPort endian detection to release. John Maddock 2011-01-13 11:28:34 +00:00
  • 1e24fd2fc7 Merge fix for #2762 from trunk. Rene Rivera 2010-05-27 14:12:42 +00:00
  • 1460f69de6 Merge to release, fix for fix in r35591: sometimes __hppa is on PA-RISC but __hpux isn't (e.g. on linux) Troy D. Straszheim 2009-10-21 18:07:45 +00:00
  • b168e09aa3 Merge from trunk Beman Dawes 2009-01-19 18:56:42 +00:00
  • 2aabae1e4b Corrected wrong order in copyright notices. Andreas Huber 2006-12-02 10:04:37 +00:00
  • aa54727b2f Merged a copyright addition from trunk to branch. Andreas Huber 2006-12-01 14:28:43 +00:00
  • 698eab3d18 Merged L & C issue fixes from trunk to branch. Andreas Huber 2006-12-01 11:34:43 +00:00
  • d01035df48 Updated patch from Boris Gubenko. John Maddock 2006-10-20 10:08:21 +00:00
  • 4009514a0d Fix for HP-UX on Itanium. John Maddock 2006-10-13 17:08:47 +00:00
  • 1a594321aa Added 64-bit Intel processor support. John Maddock 2006-10-13 12:40:40 +00:00
  • fd2f919926 Add detection for macros used by VC: _M_IX86; little-endian. _M_IA64; little-endian, as this is the default on I64 and AMD64 is only little endian. _M_ALPHA; little-endian, as again it's the default and Windows doesn't run on big-endian Alpha anyway AFAIK. Rene Rivera 2005-07-19 23:44:52 +00:00
  • 0ddbe8c3a7 Machine endianness detection taken from <boost/detail/limits.hpp> Caleb Epstein 2005-06-14 22:19:20 +00:00
  • afb3726763 Merge Predef library to release. Rene Rivera 2013-09-09 04:06:52 +00:00
  • afd0b62076 Merge changes from Trunk. Fixes #6013. Fixes #7151. Fixes #7359. Fixes #7389. Fixes #7452. Fixes #7528. Fixes #7703. Fixes #7841. Fixes #7898. Fixes #7938. Fixes #8048. John Maddock 2013-02-24 19:07:59 +00:00
  • 3e57d19b76 Merge STLPort endian detection to release. John Maddock 2011-01-13 11:28:34 +00:00
  • fdc7f914ef Merge fix for #2762 from trunk. Rene Rivera 2010-05-27 14:12:42 +00:00
  • d8f81aec33 Merge to release, fix for fix in r35591: sometimes __hppa is on PA-RISC but __hpux isn't (e.g. on linux) Troy D. Straszheim 2009-10-21 18:07:45 +00:00
  • 9135890ac9 Merge from trunk Beman Dawes 2009-01-19 18:56:42 +00:00