Commit Graph

50050 Commits

Author SHA1 Message Date
Vladimir Prus
4c585eef93 Make the BACKTRACE rule accept an optional 'levels' parameter.
[SVN r14563]
2002-07-22 17:39:42 +00:00
Vladimir Prus
5385a1d43e Modified profiling code to handle recursive functions.
[SVN r14562]
2002-07-22 16:46:31 +00:00
Peter Dimov
d7f90a2d90 'shared_from_this' added.
[SVN r14561]
2002-07-22 16:36:52 +00:00
John Maddock
4279787367 Added documentation for new config macros:
BOOST_NO_MS_INT64_NUMERIC_LIMTS
	BOOST_NO_LONG LONG_NUMERIC_LIMTS
	BOOST_NO_STD_WSTREAM
Added new macros to config_info.cpp program.


[SVN r14560]
2002-07-22 11:23:24 +00:00
John Maddock
1338290424 Added __int64 and long long tests.
[SVN r14559]
2002-07-22 11:01:23 +00:00
John Maddock
a7e14b8c94 Added specialisations for __int64 and long long where these are missing.
[SVN r14558]
2002-07-22 11:00:20 +00:00
Ralf W. Grosse-Kunstleve
ce8d8cfa86 full integration of (revised) pickle support
[SVN r14557]
2002-07-22 06:54:39 +00:00
Paul Mensonides
34db021b84 high resolution support
[SVN r14556]
2002-07-22 05:50:19 +00:00
Paul Mensonides
f4f694d8da high-resolution support
[SVN r14555]
2002-07-22 05:49:24 +00:00
Paul Mensonides
42fcb11275 shared temporary digit processing
[SVN r14554]
2002-07-22 05:49:00 +00:00
Dave Abrahams
edde76e982 Fixed test of null handle returns to reflect new returning-None behavior
[SVN r14553]
2002-07-21 11:11:15 +00:00
Dave Abrahams
f769eedadf VC6/7 workaround
[SVN r14552]
2002-07-21 11:09:23 +00:00
John Maddock
7785361130 Moved min/max overloads to win32.hpp from suffix.hpp
[SVN r14551]
2002-07-21 11:06:29 +00:00
Ralf W. Grosse-Kunstleve
2a8bdc8a3e pickle support implementation details hidden in namespace detail
[SVN r14550]
2002-07-21 09:39:35 +00:00
Ralf W. Grosse-Kunstleve
675561ed49 additional files for pickle support; no modification of any existing files
[SVN r14549]
2002-07-21 07:49:00 +00:00
Dave Abrahams
c2ec7a544e Rationalize object_manager
[SVN r14548]
2002-07-21 05:03:11 +00:00
John Maddock
1260887f8d Fixed VC6 warnings.
[SVN r14547]
2002-07-20 12:06:34 +00:00
John Maddock
8584d837a6 Moved definition of NOMINMAX to win32.hpp
[SVN r14546]
2002-07-20 12:06:05 +00:00
John Maddock
41f51e0380 Added cygwin comments.
Added win9x comments.
Added regex build/makefile comments.


[SVN r14545]
2002-07-20 11:17:43 +00:00
Ralf W. Grosse-Kunstleve
dd7bc82a88 one #undef was missing
[SVN r14544]
2002-07-20 00:14:20 +00:00
Douglas Gregor
effb3c035d Mention Boost.Function changes
[SVN r14543]
2002-07-19 21:25:58 +00:00
Douglas Gregor
9ecf8b8e3d Expand on the compatibility note
[SVN r14542]
2002-07-19 21:21:56 +00:00
Douglas Gregor
6a45f565de Tutorial now describes the new syntax (and the old syntax)
[SVN r14541]
2002-07-19 21:18:01 +00:00
Douglas Gregor
a7c85e10da test/function_n_test.cpp:
test/function_test.cpp:
  - Don't use deprecated functions

index.html:
doc/reference.html:
  - Describe deprecations


[SVN r14540]
2002-07-19 20:45:36 +00:00
Ralf W. Grosse-Kunstleve
84290e4d8f #undef isspace etc.
[SVN r14539]
2002-07-19 20:10:11 +00:00
Douglas Gregor
9000d30ecb Removed some cruft
Deprecated the 'set' methods


[SVN r14538]
2002-07-19 20:09:29 +00:00
Peter Dimov
e1ad77afd6 Win64 patch (Tim Fenders)
[SVN r14537]
2002-07-19 20:06:35 +00:00
Douglas Gregor
80af3ebe34 Don't test new syntax if partial specialization is unavailable
[SVN r14536]
2002-07-19 19:42:25 +00:00
Douglas Gregor
0eab6dd4ec Don't fail on compilers without partial specialization (but don't allow the new syntax either)
[SVN r14535]
2002-07-19 19:41:53 +00:00
Douglas Gregor
a505b8fcc4 Don't try to use function types inline for those silly compilers that can't handle it (e.g., Borland C++ 5.5.1)
[SVN r14534]
2002-07-19 19:17:14 +00:00
Douglas Gregor
47a7373b03 Support for Borland C++ 5.5.1
[SVN r14533]
2002-07-19 19:16:33 +00:00
Douglas Gregor
89607c9620 allocator_test.cpp:
function_test.cpp:
  - Test out the new function syntax


[SVN r14532]
2002-07-19 18:31:41 +00:00
Douglas Gregor
73ac7ccbe6 function.hpp:
- Support Peter Dimov's rockin' new syntax:
      function<string (int x, double y, float z)> f;


[SVN r14531]
2002-07-19 18:30:48 +00:00
Dave Abrahams
1cc543da00 fix link
[SVN r14530]
2002-07-19 18:06:05 +00:00
Dave Abrahams
8f67e15e8b initial commit
[SVN r14529]
2002-07-19 18:05:18 +00:00
Vladimir Prus
5b7c8b8e71 Improved 'vector'.
* new/container.jam (vector.indices): New rule.
    * new/targets.jam: Use the new rule.


[SVN r14528]
2002-07-19 12:57:23 +00:00
Beman Dawes
7cbff9f73b reduce max errs to 5
[SVN r14527]
2002-07-18 20:41:11 +00:00
Beman Dawes
1914d4ffbb reduce max errs to 5
[SVN r14526]
2002-07-18 19:16:04 +00:00
Beman Dawes
e5c91ec210 fix to BOOST_MSVC fix!
[SVN r14525]
2002-07-18 19:01:59 +00:00
Jeremy Siek
e0fd23480d new file
[SVN r14524]
2002-07-18 17:00:41 +00:00
Jeremy Siek
cf935a7aaf moved call to postorder
[SVN r14523]
2002-07-18 17:00:25 +00:00
Jeremy Siek
1356b93a96 added property map access
[SVN r14522]
2002-07-18 16:59:57 +00:00
Jeremy Siek
61910cbd02 added a tree parameter to the visitor functions
[SVN r14521]
2002-07-18 16:24:54 +00:00
Dave Abrahams
0f1b5b4549 Workaround NT line-length limitation
[SVN r14520]
2002-07-18 16:02:56 +00:00
Dave Abrahams
4d513125f0 str, dict, and tuple!
[SVN r14519]
2002-07-18 15:52:18 +00:00
Dave Abrahams
5acea52bb6 str, dict, and tuple!
[SVN r14518]
2002-07-18 15:27:29 +00:00
Dave Abrahams
bf98620363 str, dict, and tuple!
[SVN r14517]
2002-07-18 15:17:08 +00:00
Dave Abrahams
6c0732bb11 Doc fixup
[SVN r14516]
2002-07-18 12:58:37 +00:00
Dave Abrahams
bb9e62031f Used -noimplicit_include to suppress the compiler from finding our .cpp files when searching for angle-includes(!)
Not sure what ill effects this might have, though...


[SVN r14515]
2002-07-18 12:17:54 +00:00
John Maddock
c087552d0b Added new config macros:
BOOST_NO_STD_WSTREAMBUF
	BOOST_NO_LONG_LONG_NUMERIC_LIMITS
	BOOST_NO_MS_INT64_NUMERIC_LIMITS


[SVN r14514]
2002-07-18 11:10:04 +00:00