Commit Graph

415 Commits

Author SHA1 Message Date
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' 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.
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
Rene Rivera
e98eff209b Merge pull request #35 from boostorg/develop
Predef 1.4
2015-10-15 10:04:28 -05:00
Rene Rivera
d7569aaa9e Update history docs for release. 2015-10-14 23:11:56 -05:00
Rene Rivera
9de7442449 Merge pull request #34 from VemundH/fix_typo
Fix typo: AVALIABLE -> AVAILABLE
2015-09-13 10:32:52 -05:00
VemundH
8b5c2581dc fix typo AVALIABLE -> AVAILABLE 2015-09-13 14:42:12 +02:00
Rene Rivera
7b1cdcbe18 Remove vs-2012-64 toolset as it's not working on Appveyor setup. 2015-08-27 13:05:35 -05:00
Rene Rivera
39a4a38e36 Fix test warning for GCC about signed vs. unsigned constants. 2015-08-27 10:18:39 -05:00
Rene Rivera
0f20470cbc Merge pull request #33 from ruslo/fix.cplusplus
Fix misprint: s,__cpluplus,__cplusplus,
2015-08-09 20:43:11 -05:00
Ruslan Baratov
acb6b9b8bf Fix misprint: s,__cpluplus,__cplusplus, 2015-08-09 17:45:31 +03: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
6d448857ed Use define requirement instead of direct -D option for check compile, as
obviously not all compilers use "-D".
2015-08-06 21:05:26 -05:00
Rene Rivera
bfac404a0f Bump to version 1.4 for next release. Switched BBv2 check support to use
the compile only check utility to address cross-compile use cases.
2015-08-06 20:51:56 -05:00
Rene Rivera
0e69791f69 Merge pull request #31 from jfalcou/simd_support
Add support, macros and versionning for SIMD extensions
2015-08-06 20:37:23 -05:00
Charly Chevalier
3dc66cd71f Remove extra check (of MSVC version) for FMA/AVX/AVX2 for now 2015-08-04 11:57:06 +02:00
Charly Chevalier
1af46e66df Add missing _X86_AMD detection for BOOST_HW_SIMD + Unique name 2015-07-31 10:53:45 +02:00
Rene Rivera
92bf0c0316 Put back just the Linux Travis test matrix. Giving up on OSX Travis for
now.
2015-07-23 20:51:03 -06:00
Rene Rivera
96ca3b5048 Trying to get the Travis matrix to be correct. This time using exclusion
instead of inclusion.
2015-07-23 20:47:41 -06:00
Rene Rivera
cfef5d816d Perhaps need to indicate all the OSes outside the matrix for Travis? 2015-07-23 20:20:19 -06:00
Rene Rivera
2d3675f03c Add first OSX Travis test. 2015-07-23 20:16:56 -06:00
Rene Rivera
fdb781da3b Attempt to limit Travis-CI test matrix by OS in preparation for OSX
testing.
2015-07-23 19:55:09 -06:00