Commit Graph

55 Commits

Author SHA1 Message Date
Rene Rivera
6a24a3a4bb Changes for version 1.6. 2017-06-05 09:14:37 -05:00
Rene Rivera
db499c07df Add WORKAROUND style definitions for public use. 2017-06-01 22:31:09 -05:00
Rene Rivera
0d56819d68 Switch VS versions post 2015 to CL version. 2017-03-17 11:11:30 -05: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
06f6303d16 Add, and update, documentation build targets. 2016-10-07 23:07:35 -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
0c0d35857c Update documentation.. In prep for linking into general Boost
documentation.
2016-07-19 10:29:25 -05: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
ee38c7c65d Update lib version to 1.4.1 for replease. 2016-02-17 09:45:31 -06:00
Rene Rivera
009367d6a1 Conform to latest library requirements. 2016-01-07 12:50:26 -06:00
Rene Rivera
d7569aaa9e Update history docs for release. 2015-10-14 23:11:56 -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
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
Charly Chevalier
e3e95a59ee Update doc (BOOST_HW_SIMD section -> BOOST_HW section) 2015-07-21 15:35:43 +02:00
Charly Chevalier
5fd655b198 Remove superfluous (old) documentation 2015-07-21 15:28:30 +02:00
Charly Chevalier
adc3dbd4e2 Add main documentation
The SIMD documentation is in the BOOST_HW_SIMD_* reference instead of
in the main page
2015-07-21 10:15:35 +02:00
Charly Chevalier
ce9519cf7b Update copyrights in main documentation 2015-07-15 22:13:43 +02:00
Charly Chevalier
cf37f90429 Fix typo (_x86 -> _X86) 2015-07-15 21:18:00 +02:00
Charly Chevalier
40144e5c2b Update predef.qbk with SIMD heading/examples 2015-07-15 16:33:48 +02:00
Rene Rivera
a3dffe8f1a Update docs for check utility changes and for 1.3 release. Bump versions
for release of 1.3. Update copyrights that I forgot on the previous
commits.
2015-07-01 17:19:29 -05:00
Edward Diener
d2adcf2b81 Fixed example for predef-check 2015-05-04 18:40:54 -04: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
211a868b80 Add general predef_check utility program and BBv2 support for using it. 2015-01-27 08:28:37 -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
Rene Rivera
56baa26f11 FUlly updated docs for version 1.1. 2014-06-03 22:29:53 -05:00
Rene Rivera
c68e9b6b30 Documentation updates.. Add history and tod-do sections. Start adjusting
docs for exclusive defs.
2014-06-02 22:59:14 -05:00
Rene Rivera
1e48898a34 Update documentation to current basic source state. 2014-05-30 22:14:44 -05:00
Rene Rivera
dd59ca4b58 Add platform defs section to docs. 2014-05-30 14:04:29 -07:00
Rene Rivera
3ccc33fa28 Update copyrights back to original author. 2014-01-10 08:46:03 -06:00
Rene Rivera
58bfc7da83 Comments on exclusive categories and defs. 2014-01-09 08:37:35 -06:00
Rene Rivera
cfbef79d16 Start documenting future changes. 2014-01-03 09:09:39 -06:00
Rene Rivera
6d4f26a249 Add BOOST_PREDEF_VERSION def to indicate to users the version of this
library. Bump version to 1.1 for development.
2014-01-03 08:56:48 -06:00
Rene Rivera
6a9ee696cd Fix some doc typos as reported by Michel Morin. 2013-10-14 23:42:24 -05:00
Rene Rivera
141ac4b01a Resolve inspection issues. 2013-08-11 13:32:58 -05:00
Rene Rivera
f13411977e Prep for formal inclusion into Boost trunk. 2013-07-28 12:07:05 -05:00
Rene Rivera
bbff5c0fcf Bring back IA64 architecture. 2013-04-22 17:15:32 -05:00
Rene Rivera
e15832480d Add some missing acks. 2013-04-21 15:48:33 -05:00
Rene Rivera
8759efc978 Add missing doc files. 2013-04-21 14:57:59 -05:00
Rene Rivera
cb8bf4566e Add recent ack mentions. 2013-04-03 23:44:08 -05:00
Rene Rivera
b10e3490ec Completed all changes from review. 2013-04-02 21:40:46 -05:00
Rene Rivera
ea9f2e01ff Add BSD specific includes. Add case for Windows on ARM CPUs. Add
compatibility header.
2013-03-20 17:49:47 -05:00
Rene Rivera
4c91cba47c Add basic Android OS detection. Some adjustments to endian detection to
avoid setting multiple endianness and to avoid including extra headers.
Addition of some documentation to endian detection.
2013-03-19 23:45:35 -05:00