Matthias Schabel
|
504c43fd60
fix for OS using gcc without gnu libraries
|
17 tahun lalu |
Boris Gubenko
|
3e232ed240
work around the bug in aC++ (QXCR1000880488 in the HP bug tracking system)
|
17 tahun lalu |
Boris Gubenko
|
15e8ffd87d
markup accumulators library test that may take too long to compile with aC++
|
17 tahun lalu |
Eric Niebler
|
600e8bb4e7
user documentation for the new repetition and iteration macros
|
17 tahun lalu |
Eric Niebler
|
32c9401f0d
reference documentation for new repetition and iteration macros
|
17 tahun lalu |
Andrey Semashev
|
01ffdac6fa
testfrmwk.hpp moved to the tests directory. It was not a part of the library public interface and should not be seen by users.
|
17 tahun lalu |
Andrey Semashev
|
35e6f90931
testfrmwk.hpp moved to the tests directory. It was not a part of the library public interface and should not be seen by users.
|
17 tahun lalu |
Eric Niebler
|
f501d06433
deprecate old BOOST_PROTO_DEFINE_VARARG_FUNCTION_TEMPLATE macro, replace with more flexible and useful BOOST_PROTO_REPEAT and BOOST_PROTO_LOCAL_ITERATE
|
17 tahun lalu |
Daniel James
|
0c69ca3337
Use aligned storage for the value.
|
17 tahun lalu |
Daniel James
|
08f15d8a35
Use a larger prime number list. Fixes #1710
|
17 tahun lalu |
Daniel James
|
e34b1e883b
Document operator==/operator!= as undefined if the equality predicates aren't equivalent. Fixes #2237.
|
17 tahun lalu |
Daniel James
|
0369493da2
Extra tests for equality with different hash functions.
|
17 tahun lalu |
Niels Dekker
|
e0696effd4
Replaced swap/test/swap_arrays by more specific tests: array_of_array, array_of_class, and array_of_int.
|
17 tahun lalu |
Michael A. Jackson
|
03ce9958bc
Adding proper compiler flags to match those from the jam file.
|
17 tahun lalu |
Michael A. Jackson
|
42bc6570e9
Changing the initial warning to the user for first time run of CMake so that the user needs to enter "-DCMAKE_IS_EXPERIMENTAL:bool=TRUE' instead of having to uncomment code in the CMake file. This is only needed one time during the initial run of CMake on the boost source directory.
|
17 tahun lalu |
Vladimir Prus
|
75c198c9f1
Make qcc has the same default template depth limit as gcc.
|
17 tahun lalu |
Eric Niebler
|
c7b1b6242d
add an example of virtual data members
|
17 tahun lalu |
Rene Rivera
|
b4560cb41b
Add history entires for bjam 3.1.17 release.
|
17 tahun lalu |
Rene Rivera
|
81ec2ed200
Reflect the results of calling bjam from Python. (fixes #2112)
|
17 tahun lalu |
Rene Rivera
|
e35a72f2d7
Oops, fix one thing, break another... Fix the final arg parsing for passing extra option args to the bjam build.
|
17 tahun lalu |
Rene Rivera
|
df028faf7a
Rework how arguments are parsed and tested to fix handling of quoted arguments, options arguments, and arguments with "=". (fixes #2113)
|
17 tahun lalu |
Eric Niebler
|
aba3d42002
misc doc tweaks
|
17 tahun lalu |
Vladimir Prus
|
a540f3b930
Make resource file compilation work with intel.
|
17 tahun lalu |
Daniel James
|
c90eaa7b5d
Support the lastest version of position_iterator.
|
17 tahun lalu |
Daniel James
|
12f98907fe
Add missing member template specifier.
|
17 tahun lalu |
Daniel James
|
c5c243cbbb
Add missing includes.
|
17 tahun lalu |
Daniel James
|
f0cc3614f0
Add missing tests to Jamfile.
|
17 tahun lalu |
Daniel James
|
0c3c632a5e
Convert jamfile to v2.
|
17 tahun lalu |
Rene Rivera
|
94bce79251
Try to work around at least one compiler bug with GCC and variable aliasing that causes crashes with hashing file cache entries.
|
17 tahun lalu |
Rene Rivera
|
97bff3f35d
Add -Wc,-fno-strict-aliasing for QCC/QNX to avoid the same aliasing crashes as in the general GCC 4.x series (thanks to Niklas Angare for the fix). (fixes #2459)
|
17 tahun lalu |