Emil Dotchevski
|
ed5ce3e96b
Added required header #include <new>
|
18 lat temu |
Hartmut Kaiser
|
9c837dfa07
Spirit.Qi: Minor edits mainly in comments
|
18 lat temu |
Hartmut Kaiser
|
4be0789f0e
Spirit.Qi: Fixed grammar_test
|
18 lat temu |
Hartmut Kaiser
|
93625ed47c
Spirit.Qi: Fixed grammar_test
|
18 lat temu |
John Maddock
|
4ca9988211
Changed long long to boost::long_long_type and unsigned long long to boost::ulong_long_type.
|
18 lat temu |
Daniel Frey
|
deefeb37c0
Fixed comment to reflect the intention and the current code
|
18 lat temu |
Gunter Winkler
|
2558c0a208
- fix and close #1829
|
18 lat temu |
Niels Dekker
|
d45ced2a96
Marked MSVC 7.1 optional_test failure as "expected", because of an ADL-related compiler issue.
|
18 lat temu |
Eric Niebler
|
e836db240e
add missing #include
|
18 lat temu |
Hartmut Kaiser
|
5397c970a7
Spirit.Qi: calc2_ast: fixed a wrong include statement
|
18 lat temu |
Douglas Gregor
|
fc769de8ce
Improve documentation on the size/efficiency of boost::function objects
|
18 lat temu |
Christopher Kohlhoff
|
2ab0998b68
Add an experimental two-lock queue implementation for task_io_service.
|
18 lat temu |
Hartmut Kaiser
|
a979330153
Spirit.Qi: Added a missing 'using namespace'.
|
18 lat temu |
Christopher Kohlhoff
|
28f36c04ac
Add raw socket support.
|
18 lat temu |
Christopher Kohlhoff
|
f5d5db6371
Update asio version number.
|
18 lat temu |
Hartmut Kaiser
|
c85642d691
Spirit.Lex: fixed workaround for Intel compilers <= V9.1
|
18 lat temu |
Anthony Williams
|
8f18da66e5
Updated locks.hpp to work with gcc as well as msvc
|
18 lat temu |
Joel de Guzman
|
16a1741e93
calc2 generating an AST
|
18 lat temu |
Joel de Guzman
|
8437bdf0d9
experimental grammar/grammar_def unification
|
18 lat temu |
Joel de Guzman
|
058c684dd6
experimental grammar/grammar_def unification
|
18 lat temu |
John Maddock
|
4045d17829
Fixes for issue #1871 that prevents duplicate symbol errors with VC++ compilers, when building with /Zc:wchar_t-.
|
18 lat temu |
Anthony Williams
|
b81411ac50
Added entry to breaking changes about default-constructed threads and the current thread: issue #1835
|
18 lat temu |
Anthony Williams
|
694f682067
reverted accidental change
|
18 lat temu |
Anthony Williams
|
f7d94f51d8
Added detail::try_lock_wrapper for use as scoped_try_lock typedefs, to fix issue #1873
|
18 lat temu |
Daniel Frey
|
990793d958
Improved sp_deleter_wrapper implementation
|
18 lat temu |
Joel de Guzman
|
c274adde8c
tweaks
|
18 lat temu |
Niels Dekker
|
acf1ffb941
Replaced "using std::swap" by "using boost::swap" within optional::swap member function, hoping to fix GCC test failures, as mentioned at http://article.gmane.org/gmane.comp.lib.boost.devel/174350 "Re: [optional] problems with swap()"
|
18 lat temu |
Niels Dekker
|
96b1d45a0c
Added forward declaration of optional<T>'s boost::swap overload, as mentioned at http://article.gmane.org/gmane.comp.lib.boost.devel/174350 "Re: [optional] problems with swap()"
|
18 lat temu |
Hartmut Kaiser
|
3caa3ab513
Spirit.Lex: Fixed a gcc 4.3 warning (again, sigh)
|
18 lat temu |
Hartmut Kaiser
|
a2bde09a68
Spirit.Lex: Fixed a gcc 4.3 warning
|
18 lat temu |