6cd85775f8Merged in commits on trunk mentioned in comments 1-32 of #3134, plus r54059 not listed there; refs #3134
Jeremiah Willcock
2009-06-18 19:34:25 +0000
e1ea3f8ce5Removed x87 floating point precision workarounds as this was moved to boost/graph/relax.hpp in r54044.
Nicholas Edmonds
2009-06-18 18:29:53 +0000
e50f2e91a1changed std 8.2/1 disambiguation method due to problems with PathScale and Open64
Joaquín M López Muñoz
2009-06-18 16:09:40 +0000
925034cb7dfix ticket#1894
Joel de Guzman
2009-06-18 03:23:51 +0000
3b4080802eFixed relax() to avoid floating point precision issues
Jeremiah Willcock
2009-06-18 01:21:10 +0000
377dd838bdA couple of missing newlines.
Daniel James
2009-06-17 23:25:12 +0000
1243a183a3Add copyright to namespace_fail_test.cpp
Daniel James
2009-06-17 23:24:28 +0000
1cfd163d60Filesystem: 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.
Beman Dawes
2009-06-17 22:50:10 +0000
0add57c019Fix ticket #2986 patch for VC++ 7.1 and earlier; workaround WCHAR_MAX bug
Beman Dawes
2009-06-17 22:40:14 +0000
918951d246Try to avoid using special macro handling code.
Daniel James
2009-06-17 21:23:42 +0000
601308c08aPut the minimum amount of implementation in the same namespace as the 'using namespace' directives in order to avoid Visual C++ 8 bug.
Daniel James
2009-06-17 21:22:49 +0000
10c81a0b86Added incremental add_edges function to new interface; refs #3134
Jeremiah Willcock
2009-06-17 21:05:06 +0000
748d3f896ftypo
Joaquín M López Muñoz
2009-06-17 19:04:01 +0000
a56f3415f3fixed potentially pessimizing lack of a &
Joaquín M López Muñoz
2009-06-17 19:02:41 +0000
1f2513a1c4polished up [52457]
Joaquín M López Muñoz
2009-06-17 18:58:06 +0000
c86666bc55fixed bug occurring when a user exception is thrown in some points of flyweight construction
Joaquín M López Muñoz
2009-06-17 18:54:33 +0000
26f4d6493cfixed.
Joel de Guzman
2009-06-17 16:24:08 +0000
ff15a4dd3cWave: Minor fix to changelog
Hartmut Kaiser
2009-06-17 15:32:51 +0000
0bc52c18bdWave: Updated changelog
Hartmut Kaiser
2009-06-17 15:27:46 +0000
bb2fa98ddcSpirit: Made dummy token constructor explicit
Hartmut Kaiser
2009-06-17 15:18:34 +0000
f287ccdedaFixed compilation problem caused by recent changes to new version of multi_pass
Hartmut Kaiser
2009-06-17 15:17:21 +0000
19bbe9dd56added test for double addition
Joel de Guzman
2009-06-17 10:37:32 +0000
8bf1eafe92Fixup to add() again for Hartmut.
Ben Hanson
2009-06-17 08:10:37 +0000
9a6be6c59dDoc updates
Joel de Guzman
2009-06-17 02:59:03 +0000
fd396d6980Fix ticket #2158
Joel de Guzman
2009-06-17 02:11:43 +0000
a526f90a9dAdded extra named parameters for McGregor maximal common subgraph algorithm; contributed by Michael Hansen; refs #3134
Jeremiah Willcock
2009-06-16 21:02:14 +0000
00379cc43bAdd copyright. Addresses #3134.
Vladimir Prus
2009-06-16 18:43:31 +0000
49c332ef41Merge [53646] and the unmerged fragments of [44377] from the trunk
Steven Watanabe
2009-06-14 23:40:13 +0000
d0ff4e0862Merge [53520] from the trunk
Steven Watanabe
2009-06-14 22:56:08 +0000
aeec602f69Full merge of units from the trunk. Revisions [51031], [51066], [51189], [52773], [53125], [53293], and [53577]
Steven Watanabe
2009-06-14 19:32:26 +0000
8730d8bd60introduces test case for unfusing adapter
Tobias Schwinger
2009-06-14 18:31:09 +0000
8f46a68b00introduces test for unfusing adapter
Tobias Schwinger
2009-06-14 18:30:02 +0000
9cfde98eccAdded more special constructors for distributed CSR; refs #3134
Jeremiah Willcock
2009-06-12 21:07:38 +0000
da071a7fe6Added constructors from unsorted single-pass ranges for CSR graph by caching data in vectors; refs #3134
Jeremiah Willcock
2009-06-12 20:56:54 +0000
b6eb012593Changed function types to enums and removed include of iostream; refs #3134
Jeremiah Willcock
2009-06-12 20:25:46 +0000
f91c3f5cc4Spirit: minor tweaks to multi_pass
Hartmut Kaiser
2009-06-12 19:49:46 +0000
6d2aabed92Spirit: Fixed default token type to work properly when used with SPIRIT_DEBUG
Hartmut Kaiser
2009-06-12 19:46:59 +0000
789eddb863Spirit: Fixing multipass to work properly under certain lookahead conditions.
Hartmut Kaiser
2009-06-12 19:46:02 +0000
6be0c29a39Spirit: documentation
Hartmut Kaiser
2009-06-12 19:22:40 +0000