Commit Graph

334 Commits

Author SHA1 Message Date
Rene Rivera
b0ca8915b5 Merge remote-tracking branch 'origin/develop' boost-1.64.0-beta2 boost-1.64.0-beta1 boost-1.64.0 2017-03-17 20:44:25 -05:00
Rene Rivera
0d56819d68 Switch VS versions post 2015 to CL version. 2017-03-17 11:11:30 -05:00
Rene Rivera
b6910fb493 Merge branch 'develop' 2017-02-23 10:33:37 -06:00
Rene Rivera
822d09f19b Fix Intel C/C++ compiler version specification.
Add `BOOST_VERSION_NUMBER_MAJOR`, `BOOST_VERSION_NUMBER_MINOR`,
`BOOST_VERSION_NUMBER_PATCH` macros to extract components from valid
version numbers.
2017-01-03 22:07:48 -06:00
Rene Rivera
e7e3a2ac38 Document and cleanup Appveyor build spec. 2016-11-19 16:18:44 -06:00
Rene Rivera
eaccac21dc Back to just the boost repo in the cache. 2016-11-19 09:51:01 -06:00
Rene Rivera
3c2d8bdb47 Try and tweak the cache settings to get a valid git repo back. 2016-11-18 19:15:24 -06:00
Rene Rivera
5111859be2 Lets see if the cache works on Travis. 2016-11-18 18:54:23 -06:00
Rene Rivera
4f9b045d74 Try and directly add git subtree to see if it makes the cache work. 2016-11-18 13:24:47 -06:00
Rene Rivera
af39447f70 First attempt at caching with Appveyor. 2016-11-18 09:37:47 -06:00
Rene Rivera
72e2f8c288 Reduce Xcode builds to the new smaller set Travis supports. 2016-11-17 16:04:13 -06:00
Rene Rivera
dc9b143061 Clean up and document Travis setup. 2016-11-17 13:24:58 -06:00
Rene Rivera
5393bee297 Make sure we run on trusty and add all clang versions for Travis. 2016-11-13 14:24:03 -06:00
Rene Rivera
6cc5e91e7c Add g++-6 testing. 2016-11-13 09:22:08 -06:00
Rene Rivera
99bcba4ff9 Test plain gcc-5 toolset. 2016-11-13 08:14:28 -06:00
Rene Rivera
d39d1b9dc4 Add current Xcode versions for testing. 2016-11-12 17:31:12 -06:00
Rene Rivera
0fb2c586b0 Switch Appveyor CI to latest generic testing scripts. 2016-11-10 23:37:38 -06:00
Rene Rivera
3680a040a2 Switch CI testing script to latest generic version. 2016-11-09 23:34:23 -06:00
Rene Rivera
ca4d2f3288 Add, and update, documentation build targets. boost-1.63.0 2016-10-10 11:39:52 -05:00
Rene Rivera
06f6303d16 Add, and update, documentation build targets. 2016-10-07 23:07:35 -05:00
Rene Rivera
2a2386c6d6 Merge remote-tracking branch 'origin/develop' boost-1.62.0 2016-07-22 12:58:13 -05:00
Rene Rivera
eabda26cc9 Assign doc ID and dir for consistent URLs. 2016-07-22 09:07:35 -05:00
Rene Rivera
bab16e199b Follow library naming requirement for docs. 2016-07-22 09:02:21 -05:00
Rene Rivera
41957f466f Ignore locally generated docs to avoid accidental commits. 2016-07-22 08:31:13 -05:00
Rene Rivera
43e6ec9493 Remove pre-built docs now that they are part of the global docs. 2016-07-22 08:28:05 -05:00
Rene Rivera
dde19914bc Merge branch 'develop' 2016-07-21 19:43:39 -05:00
Rene Rivera
0c0d35857c Update documentation.. In prep for linking into general Boost
documentation.
2016-07-19 10:29:25 -05:00
Rene Rivera
347e7dfdc5 Merge pull request #46 from eldiener/develop
Fixed bug in rule for when a version number in a predef expression is…
2016-06-03 21:16:05 -05:00
Edward Diener
abb1e4850d Fixed bug in rule for when a version number in a predef expression is given using two parts. 2016-06-03 17:31:41 -04:00
Rene Rivera
3c9f3a518a Merge pull request #45 from NumScale/fix_doc_hw_simd_x86_amd
Fix SIMD documentation for AMD family
2016-06-02 08:58:34 -05:00
Charly Chevalier
6fcc7bb1a2 Fix SIMD documentation for AMD family 2016-06-02 11:31:57 +02:00
Rene Rivera
1e8d1c2cfc Merge pull request #44 from boostorg/develop
Fix XSL boost root path.
boost-1.61.0
2016-03-03 14:26:42 -06:00
Rene Rivera
afb272298a Fix XSL boost root path.
When the Predef local docs are generated for release links, images, css looks missing because the boost.root doesn't go far enough up the hierarchy.
2016-03-03 10:23:22 -06:00
Rene Rivera
815e493e7f Merge pull request #43 from boostorg/develop
Merge 1.4.1 release.
2016-02-17 12:56:10 -06:00
Rene Rivera
ee38c7c65d Update lib version to 1.4.1 for replease. 2016-02-17 09:45:31 -06:00
Rene Rivera
a5e8c991c1 Merge pull request #42 from awulkiew/patch-1
Suppress 'undefined macro' warnings.
2016-01-25 09:05:53 -06:00
Adam Wulkiewicz
1867ea911c Suppress 'undefined macro' warnings. 2016-01-25 14:55:36 +01:00
Rene Rivera
009367d6a1 Conform to latest library requirements. 2016-01-07 12:50:26 -06:00
Rene Rivera
0f70c3578a Explicitly state linux build requirements to hopefully avoid future
stall problems on Travis-CI.
2015-12-22 14:26:35 -06:00
Rene Rivera
afedd8077c Add Travis-CI xcode 7.2 testing. 2015-12-22 09:09:44 -06:00
Rene Rivera
377f96bc14 Merge pull request #39 from NumScale/simd_fix_x86_predef_redefinition_and_fix_doc
Fix SIMD x86 predef redefinition (on AMD cpus) and fix doc
2015-12-08 10:25:38 -06:00
Charly Chevalier
c4bebf10ef Fix SIMD documentation for FMA4 2015-12-08 11:14:53 +01:00
Charly Chevalier
1b27540a96 Fix redefinition of BOOST_HW_SIMD for x86 (AMD) 2015-12-08 11:14:46 +01:00
Charly Chevalier
8f5fcf9bdf Fix typo in SIMD predefs ocumentation (x86 -> X86) 2015-12-08 10:46:05 +01:00
Rene Rivera
bbddc9fbbf Add all xcode versions supported by Travis to testing. 2015-12-07 10:03:09 -06:00
Rene Rivera
f825a53329 ANother attempt at adding xcode/osx testing. 2015-12-04 13:44:32 -06:00
Rene Rivera
4515b465f7 Remove main args to avoid unused arg warnings (and possibly forced
errors).
2015-11-19 14:26:41 -06:00
Rene Rivera
b38474d0ee Remove unused main args as they will cause warnings for some setups (and
possibly errors).
2015-11-14 20:52:44 -06:00
Rene Rivera
d0b01486a5 Merge pull request #36 from hamparawa/develop
fixed a typo in BOOST_OS_CYGWIN macro
2015-10-20 07:10:32 -05:00
Chandimal Hamparawa
177a6ca792 fixed a typo in BOOST_OS_CYGWIN macro 2015-10-20 14:23:12 +05:30