Commit graph

32040 commits

Author SHA1 Message Date
Beman Dawes
1cfd163d60 Filesystem: fix #3172, ECV++ 9 missing <sys/utime.h>. The fix applied was to include <ctime> instead. This is the correct header; the previous song-and-dance was workaround on top of workaround from years ago. This change will break any Windows libraries that don't provide <ctime>, but if that happens workarounds specific to those libraries can be added. That's better than cluttering up the code with workarounds no longer needed.
[SVN r54032]
2009-06-17 22:50:10 +00:00
Beman Dawes
0add57c019 Fix ticket #2986 patch for VC++ 7.1 and earlier; workaround WCHAR_MAX bug
[SVN r54031]
2009-06-17 22:40:14 +00:00
Daniel James
918951d246 Try to avoid using special macro handling code.
[SVN r54025]
2009-06-17 21:23:42 +00:00
Daniel James
601308c08a Put the minimum amount of implementation in the same namespace as the 'using namespace' directives in order to avoid Visual C++ 8 bug.
[SVN r54024]
2009-06-17 21:22:49 +00:00
Jeremiah Willcock
10c81a0b86 Added incremental add_edges function to new interface; refs #3134
[SVN r54023]
2009-06-17 21:05:06 +00:00
Joaquín M López Muñoz
748d3f896f typo
[SVN r54021]
2009-06-17 19:04:01 +00:00
Joaquín M López Muñoz
a56f3415f3 fixed potentially pessimizing lack of a &
[SVN r54020]
2009-06-17 19:02:41 +00:00
Joaquín M López Muñoz
1f2513a1c4 polished up [52457]
[SVN r54019]
2009-06-17 18:58:06 +00:00
Joaquín M López Muñoz
c86666bc55 fixed bug occurring when a user exception is thrown in some points of flyweight construction
[SVN r54017]
2009-06-17 18:54:33 +00:00
Joel de Guzman
26f4d6493c fixed.
[SVN r54016]
2009-06-17 16:24:08 +00:00
Hartmut Kaiser
ff15a4dd3c Wave: Minor fix to changelog
[SVN r54015]
2009-06-17 15:32:51 +00:00
Hartmut Kaiser
0bc52c18bd Wave: Updated changelog
[SVN r54014]
2009-06-17 15:27:46 +00:00
Hartmut Kaiser
bb2fa98ddc Spirit: Made dummy token constructor explicit
[SVN r54013]
2009-06-17 15:18:34 +00:00
Hartmut Kaiser
f287ccdeda Fixed compilation problem caused by recent changes to new version of multi_pass
[SVN r54012]
2009-06-17 15:17:21 +00:00
Joel de Guzman
19bbe9dd56 added test for double addition
[SVN r54011]
2009-06-17 10:37:32 +00:00
Ben Hanson
8bf1eafe92 Fixup to add() again for Hartmut.
[SVN r54004]
2009-06-17 08:10:37 +00:00
Joel de Guzman
9a6be6c59d Doc updates
[SVN r53987]
2009-06-17 02:59:03 +00:00
Joel de Guzman
fd396d6980 Fix ticket #2158
[SVN r53985]
2009-06-17 02:11:43 +00:00
Jeremiah Willcock
a526f90a9d Added extra named parameters for McGregor maximal common subgraph algorithm; contributed by Michael Hansen; refs #3134
[SVN r53984]
2009-06-16 21:02:14 +00:00
Vladimir Prus
00379cc43b Add copyright. Addresses #3134.
[SVN r53982]
2009-06-16 18:43:31 +00:00
Jeremiah Willcock
de24a59acb Fixed warnings; refs #3134
[SVN r53981]
2009-06-16 18:00:31 +00:00
Douglas Gregor
7655e0bde7 CMake: BOOST_PLATFORM fix, from Zach Laine
[SVN r53968]
2009-06-16 05:16:20 +00:00
Joel de Guzman
fdce656742 Doc updates
[SVN r53964]
2009-06-16 03:59:00 +00:00
Joel de Guzman
65b113c61d patched ticket #4512
[SVN r53956]
2009-06-16 02:23:44 +00:00
Jeremiah Willcock
702267c462 Fixed warnings; refs #3134
[SVN r53941]
2009-06-15 18:24:59 +00:00
Jeremiah Willcock
da5cefbbf3 Removed unused variable; refs #3134
[SVN r53939]
2009-06-15 16:56:02 +00:00
Jeremiah Willcock
6abce506d5 Added header include to fix error; refs #3134
[SVN r53938]
2009-06-15 16:55:33 +00:00
Jeremiah Willcock
89e178c399 Changed tests to use only two processors
[SVN r53937]
2009-06-15 16:43:55 +00:00
Stefan Seefeld
4da935292f Use appropriate default values for global and local dicts.
[SVN r53936]
2009-06-15 14:53:48 +00:00
Jeremiah Willcock
af8cb84b3e Added Jamfile courtesy of Vladimir Prus; refs #3134
[SVN r53934]
2009-06-15 14:27:07 +00:00
Jeremiah Willcock
ff52f370e9 Added Jamfile to build examples, courtesy of Vladimir Prus; refs #3134
[SVN r53933]
2009-06-15 14:22:31 +00:00
Jeremiah Willcock
473f5bbbe0 Fixed warnings; refs #3134
[SVN r53932]
2009-06-15 14:21:38 +00:00
Jeremiah Willcock
4ec61e66eb Fixed bugs in test case; refs #3134
[SVN r53931]
2009-06-15 14:12:28 +00:00
Daniel James
7f58c9169e Check that all C and C++ files end with a newline. Fixes #3174
[SVN r53925]
2009-06-15 07:37:59 +00:00
Daniel James
c606ac1166 Remove hash_complex_test's dependency on Boost.Random.
Only test for a few values, but that should be okay as there isn't much
to test.

[SVN r53924]
2009-06-15 07:37:42 +00:00
Daniel James
a922a57d1c Use wrong line ends in wrong_line_ends_test.cpp.
[SVN r53923]
2009-06-15 07:32:43 +00:00
Eric Niebler
872b52cb69 accomodate fusion:vector0 interface change
[SVN r53919]
2009-06-15 06:27:13 +00:00
Joel de Guzman
4c893d0e43 Fix Ticket #1614:
[SVN r53917]
2009-06-15 03:30:35 +00:00
Joel de Guzman
a62d7ef124 Fix Ticket #1614:
[SVN r53916]
2009-06-15 02:07:19 +00:00
Joel de Guzman
1bfb8eb001 fix trac issue #1608
[SVN r53915]
2009-06-15 01:54:01 +00:00
Joel de Guzman
668e1fb2cc fix trac issue #1608
[SVN r53914]
2009-06-15 01:53:43 +00:00
Jeremiah Willcock
e0a4edbe31 Turned off bundled properties for Sun CC due to compiler bug; refs #3134
[SVN r53913]
2009-06-15 00:55:35 +00:00
Jeremiah Willcock
84943c9598 Added newline to end of file; refs #3134
[SVN r53912]
2009-06-15 00:24:55 +00:00
Jeremiah Willcock
4460be4f02 Reverted r53870 (unnecessary patch); refs #3134
[SVN r53911]
2009-06-15 00:19:08 +00:00
Tobias Schwinger
8730d8bd60 introduces test case for unfusing adapter
[SVN r53906]
2009-06-14 18:31:09 +00:00
Tobias Schwinger
8f46a68b00 introduces test for unfusing adapter
[SVN r53905]
2009-06-14 18:30:02 +00:00
Tobias Schwinger
9464663e4c introduces unfused adapter
[SVN r53903]
2009-06-14 11:09:03 +00:00
François Barel
50f6bed2db Phoenix: define or check FUSION_MAX_VECTOR_SIZE, not FUSION_MAX_TUPLE_SIZE
[SVN r53899]
2009-06-14 09:07:14 +00:00
François Barel
2f9fa0d396 Phoenix: move all PHOENIX_*LIMIT definitions to core/limits.hpp and add range checks
[SVN r53898]
2009-06-14 09:00:10 +00:00
François Barel
bb2edbed32 Phoenix: use PHOENIX_DYNAMIC_LIMIT instead of PHOENIX_LIMIT in scope/dynamic.hpp
[SVN r53897]
2009-06-14 08:52:45 +00:00