Commit Graph

50050 Commits

Author SHA1 Message Date
Dave Abrahams
57141e2819 fixes
[SVN r12133]
2001-12-20 04:02:40 +00:00
Dave Abrahams
02dfcc8d29 fixes
[SVN r12132]
2001-12-20 03:46:31 +00:00
Dave Abrahams
5111375a84 integrate Rene's variant inheritance and <suppress> hacks
[SVN r12131]
2001-12-19 23:05:07 +00:00
Dave Abrahams
59afe1b4e4 support for <sysinclude>
[SVN r12130]
2001-12-19 23:03:53 +00:00
Dave Abrahams
5efc3ed4d7 integrate Rene's variant inheritance and <suppress> hacks
fix for declaration of SHARED_TYPES


[SVN r12129]
2001-12-19 22:58:18 +00:00
Dave Abrahams
e126572af0 bumped workaround number to accomodate CodeWarrior beta compiler
[SVN r12124]
2001-12-19 21:30:15 +00:00
John Maddock
2e42aadf21 Initial checkin
[SVN r12122]
2001-12-19 11:57:20 +00:00
Jens Maurer
77c2f84424 generating timing HTML page from message log
[SVN r12121]
2001-12-18 22:37:28 +00:00
Jens Maurer
d098a2f7dc add links to timing results
[SVN r12120]
2001-12-18 22:36:10 +00:00
Dave Abrahams
1a543e5bc0 fix a bug with instance::power reported by Scott Snyder.
[SVN r12119]
2001-12-18 21:00:07 +00:00
Jeremy Siek
7b875c9941 fixed some bugs in the test code
[SVN r12118]
2001-12-18 20:55:23 +00:00
Dave Abrahams
03cf70189f initial checkin
[SVN r12117]
2001-12-18 19:02:49 +00:00
Dave Abrahams
5b3faa9517 Unix extension-modules are .so files!
[SVN r12116]
2001-12-18 17:57:06 +00:00
Jeremy Siek
6cc5c3b8d7 removed #include of malloc.h
[SVN r12115]
2001-12-18 17:29:57 +00:00
Jeremy Siek
d72f52368b added instructions and sample output
[SVN r12114]
2001-12-18 17:21:43 +00:00
Jeremy Siek
f294dc8904 added some instructions for running the program
[SVN r12113]
2001-12-18 17:19:28 +00:00
Jeremy Siek
dfae820133 added instructions at the top of the file, and also sample output
[SVN r12112]
2001-12-18 16:30:31 +00:00
Jeremy Siek
78f7211bd5 merged changes
[SVN r12109]
2001-12-18 16:15:37 +00:00
Jeremy Siek
2312b2527a merged differences
[SVN r12108]
2001-12-18 16:14:42 +00:00
Jeremy Siek
961e99c040 subgraph related changes
[SVN r12107]
2001-12-18 16:08:06 +00:00
Jeremy Siek
aa6571bc87 some fixes to subgraph
[SVN r12106]
2001-12-18 16:07:44 +00:00
Jeremy Siek
7601d0d994 some progress, still far from done
[SVN r12105]
2001-12-18 16:07:23 +00:00
Jeremy Siek
e12d049d09 changed passing convention for the edge_set
[SVN r12103]
2001-12-18 03:53:10 +00:00
Jeremy Siek
ff80fb65d5 changed to const graph pointer
[SVN r12102]
2001-12-18 03:51:59 +00:00
Dave Abrahams
cf38f721a8 added cxx toolset
[SVN r12101]
2001-12-18 03:36:54 +00:00
Jeremy Siek
dfa292657e const correctness fix, changed graph to const
[SVN r12100]
2001-12-18 02:43:16 +00:00
Jeremy Siek
b5c1934b0a fixed call to BFS
[SVN r12099]
2001-12-17 23:08:36 +00:00
Jeremy Siek
ba820fdaa3 fixed infinite loop caused by a typo
[SVN r12098]
2001-12-17 23:07:55 +00:00
Jeremy Siek
f4539742b6 updated example to match the change to the data file
[SVN r12097]
2001-12-17 23:07:21 +00:00
Jeremy Siek
8ac41edfa0 Removed the self-edge.
[SVN r12096]
2001-12-17 23:06:33 +00:00
Dave Abrahams
bf5644d7d0 bugfixes
[SVN r12091]
2001-12-17 22:23:25 +00:00
Jens Maurer
5e56cf81a3 improve documentation (request by David Mechner)
[SVN r12090]
2001-12-17 19:56:05 +00:00
Jeremy Siek
3b8d593f2c added a note about the origin of the example
[SVN r12089]
2001-12-17 19:48:15 +00:00
Jeremy Siek
54ed6b9870 made output prettier
[SVN r12088]
2001-12-17 19:38:55 +00:00
Jeremy Siek
b74cc235f5 example was trying to add a self edge to an undirected graph,
should have been a directed graph anyways, so I changed it.


[SVN r12087]
2001-12-17 19:24:58 +00:00
Dave Abrahams
4e477a9307 inital checkin
[SVN r12086]
2001-12-17 17:24:41 +00:00
Dave Abrahams
399d7d7a86 Integrating Andreas Zieringer's shared lib changes
Modified Files:
	build/Jamfile build/win32_mwcc_setup.bat src/classes.cpp
	src/conversions.cpp src/cross_module.cpp
	src/extension_class.cpp src/functions.cpp
	src/init_function.cpp src/module_builder.cpp src/objects.cpp
	src/types.cpp


[SVN r12084]
2001-12-17 17:00:53 +00:00
Dave Abrahams
dd14c209db Integrating Andreas Zieringer's shared library implementation.
Modified Files:
	classes.hpp conversions.hpp cross_module.hpp errors.hpp
	module_builder.hpp objects.hpp operators.hpp detail/config.hpp
	detail/extension_class.hpp detail/functions.hpp
	detail/init_function.hpp detail/signatures.hpp
	detail/singleton.hpp detail/types.hpp detail/void_adaptor.hpp


[SVN r12083]
2001-12-17 16:59:54 +00:00
Vesa Karvonen
27fc68f136 Reduced recursion depths due to excessive compile times on EDG
[SVN r12082]
2001-12-17 15:33:10 +00:00
John Maddock
89209dcef5 Updated version numbers in docs.
[SVN r12081]
2001-12-17 12:44:26 +00:00
Dave Abrahams
c0b77fa24f Integrated Scott Snyder's nested class patch
[SVN r12080]
2001-12-17 05:49:24 +00:00
Dave Abrahams
5733ed47be no message
[SVN r12076]
2001-12-16 18:20:26 +00:00
Dave Abrahams
a6032ad449 noted inplace operator support for Boost.Python
[SVN r12073]
2001-12-16 18:00:59 +00:00
Dave Abrahams
6c9ed40f29 Python 1.5 compatibility fixes
[SVN r12072]
2001-12-16 17:58:23 +00:00
Dave Abrahams
ffabba31b2 tools/build/boost-base.jam
* Handle different spellings of the PATH environment variable for Windows

     * Ungristed elements of a target's requirements are now treated as
     rules which transform the target's property set. The rules must have
     the following signature:

        transform-properties ( toolset variant : properties * )

     and should return the new property set.


     * Added target name adjustment feature for Python debugging targets.

tools/build/borland-tools.jam
tools/build/gcc-tools.jam
tools/build/intel-linux.jam
tools/build/metrowerks-tools.jam
tools/build/msvc-tools.jam
tools/build/mingw-tools.jam

     * Adjustments to better support Python targets

tools/build/python.jam

     * Lots of adjustments for building / testing Python targets:
        PYTHON_LAUNCH variable prefixes Python executable name
                 -- can be used to invoke debugger.
        PYTHON_ARGS variable postfixes Python executable name
        CYGWIN_ROOT variable can be used to specify root of cygwin installation


[SVN r12071]
2001-12-16 17:52:31 +00:00
Jens Maurer
868b8250af HTML fixes
common_factor_test added


[SVN r12070]
2001-12-16 16:57:09 +00:00
Jens Maurer
066c30dc61 void returns not supported on EDG <= 2.40 (Ralf W. Grosse-Kunstleve)
[SVN r12069]
2001-12-16 16:31:20 +00:00
Jens Maurer
f36f45997c fix warnings
[SVN r12068]
2001-12-16 16:29:40 +00:00
John Maddock
26a041117e Updated regex examples and Jamfiles so that most now run as tests.
[SVN r12067]
2001-12-16 11:33:27 +00:00
Ralf W. Grosse-Kunstleve
0cd62c320d Use "call", otherwise the "set" command is not executed.
[SVN r12066]
2001-12-16 06:00:03 +00:00