Eric Niebler
|
7560c4cad6
|
merged from trunk
[SVN r49607]
|
2008-11-06 00:15:47 +00:00 |
|
Eric Niebler
|
669c53e963
|
Merged revisions 44564,44567-44570,44595,44597,44602-44612,44614-44615,44620-44640,44645-44646,44650-44657,44659-44660,44662-44663,44665-44676 via svnmerge from
https://svn.boost.org/svn/boost/trunk
................
r44564 | hkaiser | 2008-04-18 17:23:19 -0700 (Fri, 18 Apr 2008) | 1 line
Spirit.Qi: Fixed a big endian issue in tests/qi/binary.cpp
................
r44567 | hkaiser | 2008-04-18 17:52:54 -0700 (Fri, 18 Apr 2008) | 1 line
Wave: Added a missing header file.
................
r44568 | hkaiser | 2008-04-18 18:11:17 -0700 (Fri, 18 Apr 2008) | 1 line
Spirit: removed multi_pass tests from regression runs, these are not completed yet.
................
r44569 | djowel | 2008-04-18 19:13:57 -0700 (Fri, 18 Apr 2008) | 1 line
no-case for chsets
................
r44570 | djowel | 2008-04-18 19:14:11 -0700 (Fri, 18 Apr 2008) | 1 line
no-case for chsets
................
r44595 | johnmaddock | 2008-04-19 09:28:00 -0700 (Sat, 19 Apr 2008) | 1 line
Changed #includes to avoid circular dependencies between shared_ptr and TR1.
................
r44597 | hkaiser | 2008-04-19 09:41:29 -0700 (Sat, 19 Apr 2008) | 1 line
Spirit.Karma: disabled real_numerics tests for real_concept for now.
................
r44602 | hkaiser | 2008-04-19 12:59:59 -0700 (Sat, 19 Apr 2008) | 1 line
Wave: fixing compilation using Intel compilers
................
r44603 | hkaiser | 2008-04-19 13:03:21 -0700 (Sat, 19 Apr 2008) | 1 line
Wave: Added workaround for VC7.1
................
r44604 | hkaiser | 2008-04-19 13:09:11 -0700 (Sat, 19 Apr 2008) | 1 line
Wave: Applied a fix for HP Tru64 compiler
................
r44605 | hkaiser | 2008-04-19 13:22:39 -0700 (Sat, 19 Apr 2008) | 1 line
Spirit: renamed end_type to eoi_type (missed that while original renaming)
................
r44606 | bemandawes | 2008-04-19 14:13:59 -0700 (Sat, 19 Apr 2008) | 1 line
replace_extension -> change_extension name fix [Lothar May]
................
r44607 | hkaiser | 2008-04-19 14:15:37 -0700 (Sat, 19 Apr 2008) | 1 line
Wave: attempt to fix test runs
................
r44608 | hkaiser | 2008-04-19 18:42:27 -0700 (Sat, 19 Apr 2008) | 1 line
Spirit.Lex: First version of wrapped semantic actions.
................
r44609 | djowel | 2008-04-20 01:00:41 -0700 (Sun, 20 Apr 2008) | 1 line
add wchar test
................
r44610 | djowel | 2008-04-20 01:27:25 -0700 (Sun, 20 Apr 2008) | 1 line
various fixes
................
r44611 | djowel | 2008-04-20 01:27:41 -0700 (Sun, 20 Apr 2008) | 1 line
more tests
................
r44612 | johnmaddock | 2008-04-20 03:58:20 -0700 (Sun, 20 Apr 2008) | 4 lines
Moved real_concept and std_real_concept overloads of the rounding and truncation functions into the same namespace as the classes so that they can be found via ADL.
Updated the tests to cope with the change.
Updated library configuration to cope with the change.
Made sure that the rounding and truncation functions are all correctly forward declared.
................
r44614 | danieljames | 2008-04-20 05:10:56 -0700 (Sun, 20 Apr 2008) | 15 lines
Merge in fix for the swap tests, and rename allocator.
Merged revisions 44512-44515,44517-44536 via svnmerge from
https://svn.boost.org/svn/boost/branches/unordered/trunk
................
r44512 | danieljames | 2008-04-17 20:03:00 +0100 (Thu, 17 Apr 2008) | 11 lines
Rename allocator.hpp.
................
r44536 | danieljames | 2008-04-18 11:27:50 +0100 (Fri, 18 Apr 2008) | 1 line
Check that hash_table_impl::swap isn't swapping with itself - which is causing the buffered functions to be set with the same value twice, resulting in an assertion.
................
................
r44615 | danieljames | 2008-04-20 05:11:22 -0700 (Sun, 20 Apr 2008) | 1 line
Remove some tabs.
................
r44620 | johnmaddock | 2008-04-20 05:53:37 -0700 (Sun, 20 Apr 2008) | 1 line
Added docs for new warning_disable.hpp header.
................
r44621 | johnmaddock | 2008-04-20 05:54:21 -0700 (Sun, 20 Apr 2008) | 1 line
Added new warning_disable.hpp header.
................
r44622 | hkaiser | 2008-04-20 06:00:21 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Karma: re-enabled real_numerics tests related to math::real_concept.
................
r44623 | hkaiser | 2008-04-20 06:13:42 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Lex: Changed wrap_action::phoenix_action to be a embedded function object. Same errors still...
................
r44624 | hkaiser | 2008-04-20 06:24:11 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Lex: Worked around a problem related to HP-UX_ia64_aCC.
................
r44625 | hkaiser | 2008-04-20 06:25:47 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Lex: Reverted wrap_action code to use Boost.Bind for now, just to avoid regression errors.
................
r44626 | hkaiser | 2008-04-20 06:30:15 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Lex: Added a workaround for missing WCHAR_MAX constant.
................
r44627 | hkaiser | 2008-04-20 06:33:53 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Lex: Added another workaround for wchar.h
................
r44628 | hkaiser | 2008-04-20 06:37:42 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Lex: Yet another wchar_t fix.
................
r44629 | hkaiser | 2008-04-20 06:45:06 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit: Added a missing header #include.
................
r44630 | hkaiser | 2008-04-20 06:46:10 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit: Added a missing header #include.
................
r44631 | hkaiser | 2008-04-20 06:51:15 -0700 (Sun, 20 Apr 2008) | 1 line
Added some parenthesis to disambiguate expressions.
................
r44632 | hkaiser | 2008-04-20 06:57:47 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit: Added a missing header #include.
................
r44633 | hkaiser | 2008-04-20 07:01:18 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit: Added a missing header #include.
................
r44634 | hkaiser | 2008-04-20 07:01:34 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit: Added a missing header #include.
................
r44635 | hkaiser | 2008-04-20 07:04:08 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Lex: Fixed a gcc4.3.0 compilation error.
................
r44636 | pdimov | 2008-04-20 07:59:12 -0700 (Sun, 20 Apr 2008) | 1 line
Atomic access added.
................
r44637 | hkaiser | 2008-04-20 08:27:30 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Qi: Fixed eol parser
................
r44638 | pdimov | 2008-04-20 08:37:08 -0700 (Sun, 20 Apr 2008) | 1 line
Factored out boost/detail/lightweight_thread.hpp.
................
r44639 | hkaiser | 2008-04-20 10:00:35 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Qi: Fixed lit parser
................
r44640 | pdimov | 2008-04-20 10:00:58 -0700 (Sun, 20 Apr 2008) | 1 line
sp_atomic_mt_test.cpp added.
................
r44645 | danieljames | 2008-04-20 11:30:21 -0700 (Sun, 20 Apr 2008) | 1 line
Initialise svnmerge for the doc branch.
................
r44646 | danieljames | 2008-04-20 11:35:31 -0700 (Sun, 20 Apr 2008) | 1 line
Fix svnmerge for the doc branch.
................
r44650 | danieljames | 2008-04-20 14:08:57 -0700 (Sun, 20 Apr 2008) | 1 line
Update an include.
................
r44651 | djowel | 2008-04-20 14:11:44 -0700 (Sun, 20 Apr 2008) | 1 line
problem fixed with lambda[f]
................
r44652 | hkaiser | 2008-04-20 14:27:28 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Lex: Fixed VC7.1 compilation issue
................
r44653 | hkaiser | 2008-04-20 14:28:20 -0700 (Sun, 20 Apr 2008) | 1 line
Wave: Updated iterator for change in multi_pass
................
r44654 | hkaiser | 2008-04-20 14:29:01 -0700 (Sun, 20 Apr 2008) | 1 line
Wave: Updated iterator for change in multi_pass
................
r44655 | hkaiser | 2008-04-20 14:39:36 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Lex: Fixed wrap_action
................
r44656 | hkaiser | 2008-04-20 14:44:25 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Lex: Cleaning up ...
................
r44657 | hkaiser | 2008-04-20 15:37:35 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Lex: Updated examples.
................
r44659 | hkaiser | 2008-04-20 17:20:39 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Karma: Added actions test
................
r44660 | hkaiser | 2008-04-20 17:29:36 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Lex. Updated Lexer quickstart docs with new action prototypes
................
r44662 | chris_kohlhoff | 2008-04-20 18:23:42 -0700 (Sun, 20 Apr 2008) | 3 lines
Add ability to disable the uses of the typeid operator by defining
BOOST_NO_TYPEID or BOOST_ASIO_NO_TYPEID.
................
r44663 | chris_kohlhoff | 2008-04-20 18:27:48 -0700 (Sun, 20 Apr 2008) | 3 lines
Ensure that timer dispatching responsibility is correctly relinquished when
processing leftover interrupts from a previous run invocation.
................
r44665 | chris_kohlhoff | 2008-04-20 18:36:28 -0700 (Sun, 20 Apr 2008) | 3 lines
Enhance example to make it clear that invocation hooking can be used with
asynchronous operations.
................
r44666 | chris_kohlhoff | 2008-04-20 18:39:06 -0700 (Sun, 20 Apr 2008) | 3 lines
Improve efficiency of basic_streambuf::consume() by using a single call to
gbump() rather than calling sbumpc() in a loop.
................
r44667 | chris_kohlhoff | 2008-04-20 18:41:29 -0700 (Sun, 20 Apr 2008) | 2 lines
Update version number to match release.
................
r44668 | chris_kohlhoff | 2008-04-20 18:42:10 -0700 (Sun, 20 Apr 2008) | 2 lines
Fix infinite recursion in the ssl::stream's shutdown() implementation.
................
r44669 | hkaiser | 2008-04-20 19:01:31 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Qi: Added ~ for eoi and eol, added corresponding tests
................
r44670 | chris_kohlhoff | 2008-04-20 19:01:34 -0700 (Sun, 20 Apr 2008) | 2 lines
Improve documentation for the protected functions and data in basic_io_object<>.
................
r44671 | hkaiser | 2008-04-20 19:02:37 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Qi: Added new test to test Jamfile
................
r44672 | hkaiser | 2008-04-20 19:04:06 -0700 (Sun, 20 Apr 2008) | 1 line
Spirit.Lex: pending commits, fixed static lexer.
................
r44673 | chris_kohlhoff | 2008-04-20 21:02:37 -0700 (Sun, 20 Apr 2008) | 4 lines
Add a special null_buffers type that allows read and write operations to
be used to indicate the socket's readiness to read or write without
blocking.
................
r44674 | chris_kohlhoff | 2008-04-20 21:43:05 -0700 (Sun, 20 Apr 2008) | 2 lines
Add support for UNIX domain sockets.
................
r44675 | chris_kohlhoff | 2008-04-20 22:16:15 -0700 (Sun, 20 Apr 2008) | 2 lines
Add new wrapper classes for stream-oriented file descriptors on POSIX platforms.
................
r44676 | chris_kohlhoff | 2008-04-20 22:32:34 -0700 (Sun, 20 Apr 2008) | 2 lines
Add new wrapper classes for stream-oriented handles on Windows.
................
[SVN r44680]
|
2008-04-21 05:58:26 +00:00 |
|
Eric Niebler
|
2745a0bb6e
|
Merged revisions 44111-44378 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r44114 | emildotchevski | 2008-04-08 14:29:37 -0700 (Tue, 08 Apr 2008) | 1 line
fixed compile errors, removed tabs as required.
........
r44118 | djowel | 2008-04-08 18:29:12 -0700 (Tue, 08 Apr 2008) | 7 lines
In preparation for spirit2:
* flat includes
* home directory
* forwarding headers
* classic spirit
........
r44119 | djowel | 2008-04-08 18:51:47 -0700 (Tue, 08 Apr 2008) | 7 lines
In preparation for spirit2:
* flat includes
* home directory
* forwarding headers
* classic spirit
........
r44120 | hkaiser | 2008-04-08 19:17:53 -0700 (Tue, 08 Apr 2008) | 1 line
Fixed one more include path
........
r44121 | johnmaddock | 2008-04-09 04:34:20 -0700 (Wed, 09 Apr 2008) | 1 line
Run config_info and config_test in both single and multi-thread modes.
........
r44122 | johnmaddock | 2008-04-09 04:34:45 -0700 (Wed, 09 Apr 2008) | 1 line
Run config_info and config_test in both single and multi-thread modes.
........
r44123 | johnmaddock | 2008-04-09 04:35:36 -0700 (Wed, 09 Apr 2008) | 1 line
Added needed #includes.
........
r44124 | johnmaddock | 2008-04-09 04:45:15 -0700 (Wed, 09 Apr 2008) | 1 line
Added improved SVG support.
........
r44125 | hkaiser | 2008-04-09 06:50:03 -0700 (Wed, 09 Apr 2008) | 1 line
Fixed #pragma message directives and a couple of forwarding headers.
........
r44126 | johnmaddock | 2008-04-09 08:21:03 -0700 (Wed, 09 Apr 2008) | 1 line
Fix bug report #1797.
........
r44127 | johnmaddock | 2008-04-09 08:31:33 -0700 (Wed, 09 Apr 2008) | 1 line
Update for bug report #1790.
........
r44128 | johnmaddock | 2008-04-09 08:32:08 -0700 (Wed, 09 Apr 2008) | 1 line
Fix for bug #1790.
........
r44130 | danieljames | 2008-04-09 10:26:31 -0700 (Wed, 09 Apr 2008) | 1 line
Fix a typo.
........
r44131 | danieljames | 2008-04-09 10:27:08 -0700 (Wed, 09 Apr 2008) | 1 line
Rebuild the function types documentation.
........
r44132 | pdimov | 2008-04-09 10:49:20 -0700 (Wed, 09 Apr 2008) | 1 line
Proper try_lock semantics.
........
r44134 | emildotchevski | 2008-04-09 11:48:39 -0700 (Wed, 09 Apr 2008) | 1 line
missing include
........
r44136 | anthonyw | 2008-04-09 12:33:06 -0700 (Wed, 09 Apr 2008) | 1 line
Added test for trac ticket #1803: condition_variable::notify_one may fail to wake a waiting thread on win32
........
r44137 | pdimov | 2008-04-09 12:58:54 -0700 (Wed, 09 Apr 2008) | 1 line
sp_counted_base_spin.hpp added, enabled by BOOST_SP_USE_SPINLOCK.
........
r44138 | pdimov | 2008-04-09 14:08:39 -0700 (Wed, 09 Apr 2008) | 1 line
spinlock_gcc_arm.hpp added.
........
r44139 | grafik | 2008-04-09 14:20:28 -0700 (Wed, 09 Apr 2008) | 1 line
Add ARM architecture/instrustion-set.
........
r44140 | pdimov | 2008-04-09 16:19:22 -0700 (Wed, 09 Apr 2008) | 1 line
ARM assembly fix.
........
r44145 | johnmaddock | 2008-04-10 05:46:41 -0700 (Thu, 10 Apr 2008) | 2 lines
Doh! Changes to code should actually compile!
A fix for the last change.
........
r44146 | anthonyw | 2008-04-10 06:14:43 -0700 (Thu, 10 Apr 2008) | 1 line
fix for notify problem in trac ticket #1803
........
r44147 | anthonyw | 2008-04-10 06:27:44 -0700 (Thu, 10 Apr 2008) | 1 line
fix for trac ticket #1804
........
r44148 | anthonyw | 2008-04-10 06:35:07 -0700 (Thu, 10 Apr 2008) | 1 line
Added native_handle to thread on posix platforms
........
r44149 | anthonyw | 2008-04-10 07:07:39 -0700 (Thu, 10 Apr 2008) | 1 line
added overloads of timed_lock_shared with a relative timeout to shared_mutex
........
r44150 | anthonyw | 2008-04-10 07:15:26 -0700 (Thu, 10 Apr 2008) | 1 line
added tests for plain timed_lock on shared_mutex
........
r44151 | daniel_frey | 2008-04-10 07:38:14 -0700 (Thu, 10 Apr 2008) | 1 line
Added test and fix for "convertible to bool" requirement
........
r44152 | anthonyw | 2008-04-10 08:52:01 -0700 (Thu, 10 Apr 2008) | 1 line
Added native_handle to condition_variable on pthreads
........
r44153 | anthonyw | 2008-04-10 11:34:42 -0700 (Thu, 10 Apr 2008) | 1 line
Updated thread.hpp as catch-all header
........
r44160 | dgregor | 2008-04-10 14:05:14 -0700 (Thu, 10 Apr 2008) | 1 line
Refactor mpi_datatype_cache to fix problems on VC9
........
r44161 | danieljames | 2008-04-10 14:06:48 -0700 (Thu, 10 Apr 2008) | 2 lines
Try to fix Herve's name in a couple of places.
........
r44163 | djowel | 2008-04-10 16:51:31 -0700 (Thu, 10 Apr 2008) | 1 line
moving stuff to classic spirit
........
r44164 | emildotchevski | 2008-04-10 20:51:06 -0700 (Thu, 10 Apr 2008) | 1 line
to_string fixes
........
r44165 | grafik | 2008-04-10 22:34:00 -0700 (Thu, 10 Apr 2008) | 1 line
Use local sorted() function to support Python < 2.4.
........
r44166 | grafik | 2008-04-10 22:36:28 -0700 (Thu, 10 Apr 2008) | 1 line
Add support for toolset requirements at the definition level.
........
r44167 | grafik | 2008-04-11 00:50:47 -0700 (Fri, 11 Apr 2008) | 1 line
Initial support for cross-compiling to ARM architecture.
........
r44168 | anthonyw | 2008-04-11 01:52:09 -0700 (Fri, 11 Apr 2008) | 1 line
Added test and fix for win32 condition_variable broadcast bug similar to #1803
........
r44169 | johnmaddock | 2008-04-11 01:53:54 -0700 (Fri, 11 Apr 2008) | 1 line
Fix doc typo from issue #1794.
........
r44170 | johnmaddock | 2008-04-11 02:21:08 -0700 (Fri, 11 Apr 2008) | 1 line
Beefed up pthreads test cases.
........
r44171 | johnmaddock | 2008-04-11 02:22:31 -0700 (Fri, 11 Apr 2008) | 1 line
Hopefully fix gcc/solaris single threading mode.
........
r44172 | jurko | 2008-04-11 03:51:43 -0700 (Fri, 11 Apr 2008) | 1 line
Comment typo correction.
........
r44175 | dgregor | 2008-04-11 08:39:41 -0700 (Fri, 11 Apr 2008) | 1 line
Fix some header-inclusion and header-ordering issues to get the MPI library compiling again.
........
r44186 | johnmaddock | 2008-04-11 10:54:47 -0700 (Fri, 11 Apr 2008) | 1 line
Disable long double tests on unsupported platforms.
........
r44187 | johnmaddock | 2008-04-11 10:57:58 -0700 (Fri, 11 Apr 2008) | 1 line
We don't need duplicate using declarations.
........
r44188 | johnmaddock | 2008-04-11 11:08:59 -0700 (Fri, 11 Apr 2008) | 1 line
Update error levels for real_concept tests.
........
r44189 | johnmaddock | 2008-04-11 11:12:02 -0700 (Fri, 11 Apr 2008) | 1 line
Update tolerance used for skewness test.
........
r44190 | hkaiser | 2008-04-11 11:19:46 -0700 (Fri, 11 Apr 2008) | 1 line
Fixed reference to Spirit classic test suite
........
r44192 | emildotchevski | 2008-04-11 11:34:46 -0700 (Fri, 11 Apr 2008) | 1 line
to_string adjustments
........
r44195 | jurko | 2008-04-11 14:03:06 -0700 (Fri, 11 Apr 2008) | 1 line
Implemented a patch contributed by Igor Nazarenko reimplementing the list_sort() function to use a C qsort() function instead of a hand-crafted merge-sort algorithm. Makes some list sortings (e.g. 1,2,1,2,1,2,1,2,...) extremely faster, in turn significantly speeding up some project builds.
........
r44196 | hkaiser | 2008-04-11 15:01:55 -0700 (Fri, 11 Apr 2008) | 1 line
Changed SpiritV1 header files to have a classic_ prefix
........
r44197 | hkaiser | 2008-04-11 15:05:25 -0700 (Fri, 11 Apr 2008) | 1 line
Renamed a SpiritV1 header file I missed before
........
r44198 | hkaiser | 2008-04-11 19:35:34 -0700 (Fri, 11 Apr 2008) | 1 line
Renamed PhoenixV1 files.
........
r44203 | hkaiser | 2008-04-11 20:00:17 -0700 (Fri, 11 Apr 2008) | 1 line
Fixed an ambiguity.
........
r44206 | hkaiser | 2008-04-11 20:02:34 -0700 (Fri, 11 Apr 2008) | 1 line
Fixed more SpiritV1 header references after renaming
........
r44246 | emildotchevski | 2008-04-11 20:27:57 -0700 (Fri, 11 Apr 2008) | 1 line
removed tabs. what's wrong with tabs anyway?
........
r44342 | emildotchevski | 2008-04-11 23:08:10 -0700 (Fri, 11 Apr 2008) | 1 line
documentation cleanup
........
r44343 | speedsnail | 2008-04-12 04:02:35 -0700 (Sat, 12 Apr 2008) | 2 lines
Fixed a bug in for seldom used argument <property:/property-name/> in rule format-name.
Added /property-name/ may be a regex.
........
r44344 | pdimov | 2008-04-12 07:27:22 -0700 (Sat, 12 Apr 2008) | 1 line
shared_ptr::lock no longer requires exceptions.
........
r44346 | johnmaddock | 2008-04-12 09:01:16 -0700 (Sat, 12 Apr 2008) | 1 line
Remove references to Boost.Test from the config_test target.
........
r44347 | johnmaddock | 2008-04-12 09:02:24 -0700 (Sat, 12 Apr 2008) | 1 line
When -lrt is needed, it's needed in *both* single and multi-threaded builds.
........
r44350 | johnmaddock | 2008-04-12 09:27:11 -0700 (Sat, 12 Apr 2008) | 2 lines
Add non central distro's to fwd.hpp.
Added needed #include to bessel_ik.hpp.
........
r44351 | johnmaddock | 2008-04-12 09:28:57 -0700 (Sat, 12 Apr 2008) | 3 lines
Fix declaration order in dist_nc_beta_incl_test.cpp test.
Fix long long usage in sf_modf_incl_test.cpp.
Adjust failure rates in test_zeta.cpp to cope with HP aCC and 128-bit long doubles.
........
r44352 | johnmaddock | 2008-04-12 09:42:28 -0700 (Sat, 12 Apr 2008) | 1 line
Remove test row that causes problems for VC-7.1 due to a compiler bug.
........
r44353 | pdimov | 2008-04-12 11:22:18 -0700 (Sat, 12 Apr 2008) | 1 line
sp_accept_owner added.
........
r44354 | grafik | 2008-04-12 12:44:47 -0700 (Sat, 12 Apr 2008) | 1 line
Add multiple requirements for toolset subconditions instead of one composite as they are not supported for conditional requirements. Thanks to Roland for finding the problem.
........
r44355 | hkaiser | 2008-04-12 16:58:29 -0700 (Sat, 12 Apr 2008) | 1 line
Changed copyright, started to apply changes for switching namespaces.
........
r44356 | djowel | 2008-04-12 17:15:11 -0700 (Sat, 12 Apr 2008) | 1 line
added flat forwarding headers
........
r44357 | djowel | 2008-04-12 17:39:00 -0700 (Sat, 12 Apr 2008) | 1 line
added flat forwarding headers
........
r44358 | djowel | 2008-04-12 17:54:10 -0700 (Sat, 12 Apr 2008) | 1 line
adding spirit2
........
r44359 | djowel | 2008-04-12 18:52:31 -0700 (Sat, 12 Apr 2008) | 1 line
spirit2 ! :)
........
r44360 | djowel | 2008-04-12 20:02:30 -0700 (Sat, 12 Apr 2008) | 1 line
spirit2 ! :)
........
r44361 | djowel | 2008-04-12 20:17:57 -0700 (Sat, 12 Apr 2008) | 1 line
spirit2 ! :)
........
r44367 | andreas_huber69 | 2008-04-13 06:57:42 -0700 (Sun, 13 Apr 2008) | 1 line
Changed the PingPong example to demonstrate how the inner workings of an asynchronous_state_machine<> subclass can be hidden.
........
r44369 | pdimov | 2008-04-13 08:35:40 -0700 (Sun, 13 Apr 2008) | 1 line
Honor BOOST_DISABLE_THREADS; route GCC/ARM to the spinlock implementation; fall back to the spinlock implementation instead of using pthread_mutex.
........
r44370 | anthonyw | 2008-04-13 08:50:08 -0700 (Sun, 13 Apr 2008) | 1 line
Added extended adopt/defer/try constructors to upgrade_lock
........
r44371 | hkaiser | 2008-04-13 09:28:27 -0700 (Sun, 13 Apr 2008) | 1 line
Fixed Spirit Classic namespace switching.
........
r44372 | emildotchevski | 2008-04-13 10:07:26 -0700 (Sun, 13 Apr 2008) | 1 line
minor compile error fix
........
r44374 | hkaiser | 2008-04-13 15:00:04 -0700 (Sun, 13 Apr 2008) | 1 line
Added SpiritV2 test suite to regression tests.
........
r44376 | grafik | 2008-04-13 15:12:12 -0700 (Sun, 13 Apr 2008) | 1 line
Move array test into canonical test subdir structure.
........
r44377 | grafik | 2008-04-13 15:24:41 -0700 (Sun, 13 Apr 2008) | 1 line
Move crc test into canonical test subdir structure.
........
[SVN r44393]
|
2008-04-14 05:18:26 +00:00 |
|
Eric Niebler
|
966e2e60f4
|
post-review proto version
[SVN r44061]
|
2008-04-05 18:00:00 +00:00 |
|
Tobias Schwinger
|
e4da19535d
|
adds acknowledgement for Noel helping to support Sun compilers
[SVN r43608]
|
2008-03-14 18:36:46 +00:00 |
|
Tobias Schwinger
|
04a28f6d46
|
resolves #1100 and #1602
[SVN r43606]
|
2008-03-14 18:29:26 +00:00 |
|
Tobias Schwinger
|
8bc1c768ad
|
attempts to finally make Sun work
[SVN r43605]
|
2008-03-14 17:59:22 +00:00 |
|
Tobias Schwinger
|
f5084b1410
|
removes unnecessary comment
[SVN r43412]
|
2008-02-25 11:47:59 +00:00 |
|
Tobias Schwinger
|
adcac6d5d0
|
attempts to make synthesis metafunctions work with sun compiler
[SVN r43125]
|
2008-02-06 13:00:08 +00:00 |
|
Tobias Schwinger
|
9d9c35e797
|
attempts to allow some preprocessing with VACPP (IBM)
[SVN r42987]
|
2008-01-26 21:50:14 +00:00 |
|
Tobias Schwinger
|
096ac6aac4
|
touched
[SVN r42958]
|
2008-01-25 00:28:15 +00:00 |
|
Tobias Schwinger
|
0a515cc963
|
simplifies preprocessing code
[SVN r42957]
|
2008-01-25 00:26:16 +00:00 |
|
Tobias Schwinger
|
2fe398d9f8
|
correctsbroken compiler support for MPL
[SVN r42950]
|
2008-01-24 18:56:27 +00:00 |
|
Tobias Schwinger
|
e171bda08f
|
attempts to fix pathscale failure
[SVN r42859]
|
2008-01-18 21:06:44 +00:00 |
|
Tobias Schwinger
|
72f89e9434
|
attempts to fix BCB 5.9 regression in synthesis/mem_func_ptr_cv_ptr_to_this test
[SVN r42858]
|
2008-01-18 20:52:06 +00:00 |
|
Tobias Schwinger
|
508b6ff4d7
|
makes member object support work with BCC
[SVN r42843]
|
2008-01-18 14:37:41 +00:00 |
|
Tobias Schwinger
|
5ee20a4383
|
attempts to fix Borland regressions
[SVN r42822]
|
2008-01-16 19:17:09 +00:00 |
|
Tobias Schwinger
|
d989383a27
|
works around MSVC7.1 problems (hopefully)
[SVN r42821]
|
2008-01-16 19:16:37 +00:00 |
|
Tobias Schwinger
|
d209118686
|
adds missing #include
[SVN r42797]
|
2008-01-15 19:46:10 +00:00 |
|
Tobias Schwinger
|
ed24c45406
|
attempts to fix strange problems with Pathscale compilers
[SVN r41742]
|
2007-12-05 13:20:13 +00:00 |
|
Tobias Schwinger
|
b60bbe281f
|
clarifies #error message
[SVN r41739]
|
2007-12-05 10:24:21 +00:00 |
|
Tobias Schwinger
|
876fff56e7
|
Using central stylesheet now.
[SVN r41554]
|
2007-12-01 20:52:00 +00:00 |
|
Tobias Schwinger
|
60e32163d6
|
adds redirect to documentation
[SVN r40805]
|
2007-11-05 20:00:43 +00:00 |
|
Tobias Schwinger
|
55aa1ff276
|
updates html
[SVN r40801]
|
2007-11-05 17:25:26 +00:00 |
|
Tobias Schwinger
|
247a8a1ace
|
integrates forgotten changes
[SVN r40800]
|
2007-11-05 17:24:58 +00:00 |
|
Tobias Schwinger
|
e8a144226c
|
adds navigation icons
[SVN r40799]
|
2007-11-05 17:23:57 +00:00 |
|
Tobias Schwinger
|
60a0af0f66
|
- nonstandard calling conventions need to be enabled now
- using #ifdef ... #error to detect whether test makes sense for a particular compiler
[SVN r40798]
|
2007-11-05 17:20:44 +00:00 |
|
Tobias Schwinger
|
20eb828129
|
adds test case for pointer to data member type
[SVN r40797]
|
2007-11-05 17:19:23 +00:00 |
|
Tobias Schwinger
|
f77db2de77
|
just a touch
[SVN r40796]
|
2007-11-05 17:17:57 +00:00 |
|
Tobias Schwinger
|
0e8e53a27f
|
removes unportable 'chdir'
[SVN r40795]
|
2007-11-05 17:16:30 +00:00 |
|
Tobias Schwinger
|
01fa810682
|
- nonstandard calling conventions disabled by default
- automatic fallback configuration
[SVN r40794]
|
2007-11-05 17:15:04 +00:00 |
|
Joel de Guzman
|
3bafb64003
|
Fusion 2.1 one more time with care
[SVN r40389]
|
2007-10-24 02:30:52 +00:00 |
|
Tobias Schwinger
|
5685b10737
|
- re-deletion of old files (SVN migration)
- trac issue #1100 (preliminary fix to keep full build of Boost from failing)
[SVN r38427]
|
2007-08-03 20:21:05 +00:00 |
|
Tobias Schwinger
|
178f290ac5
|
improves warning message (mentions library and macro to suppress it)
[SVN r38266]
|
2007-07-21 15:26:41 +00:00 |
|
Tobias Schwinger
|
86115985a3
|
adds missing copyright notice
[SVN r38265]
|
2007-07-21 15:10:38 +00:00 |
|
Tobias Schwinger
|
7093ad7b86
|
Jamfile.v2 --> Jamfile
[SVN r38184]
|
2007-07-11 17:40:23 +00:00 |
|
Tobias Schwinger
|
7456051ae9
|
adds Jamfile
[SVN r38183]
|
2007-07-11 17:33:48 +00:00 |
|
Tobias Schwinger
|
b8727b8445
|
removes outdated test case
[SVN r37685]
|
2007-05-13 13:58:19 +00:00 |
|
Tobias Schwinger
|
7f740b33d1
|
libs/function_types/* - check-in
[SVN r37684]
|
2007-05-13 13:12:51 +00:00 |
|
Tobias Schwinger
|
8df77f9cd0
|
adds full support for pointer to member object type.
[SVN r37683]
|
2007-05-13 13:02:45 +00:00 |
|
Tobias Schwinger
|
8e1489a8df
|
adds function_types implementation
[SVN r36954]
|
2007-02-15 22:28:30 +00:00 |
|