Commit graph

1519 commits

Author SHA1 Message Date
Dave Abrahams
1042ddf989 Added getting_started targets
[SVN r9471]
2001-03-07 03:40:47 +00:00
Dave Abrahams
986bb253d2 Major doc updates
[SVN r9470]
2001-03-07 03:39:31 +00:00
Dave Abrahams
53034510f9 Fixed typo in use of "PYTHON_LIB"
[SVN r9467]
2001-03-06 20:55:09 +00:00
Jeremy Siek
99af423906 fixed remove_vertex for bidirectional graph, needed to reindex the
edge list


[SVN r9466]
2001-03-06 05:57:19 +00:00
Jeremy Siek
0b6f816719 added inv_adjacency_iterator_generator
[SVN r9465]
2001-03-06 05:36:51 +00:00
Jeremy Siek
bde96ac404 large change due to subtle edge::operator== bugs with multigraphs
simplified the implementation considerably, at some cost to space complexity


[SVN r9464]
2001-03-06 05:33:55 +00:00
Jeremy Siek
4a75acdae1 changed edge equality to be based on property object so we will get
correct behaviour with multi graphs


[SVN r9463]
2001-03-06 05:32:01 +00:00
Jeremy Siek
ff4786e6f6 added allows_parallel_edges()
[SVN r9462]
2001-03-06 05:31:12 +00:00
Ralf W. Grosse-Kunstleve
c115c0cb95 remove temp files after branching.
[SVN r9459]
2001-03-06 02:45:39 +00:00
Ralf W. Grosse-Kunstleve
cad8889adc temp files before branching
[SVN r9457]
2001-03-06 02:44:32 +00:00
Dave Abrahams
fec69947a6 Suppress warnings under Cygwin with Python 2.0
[SVN r9456]
2001-03-06 01:14:47 +00:00
Dave Abrahams
6b92a64089 Fixed a bug which prevented auto_ptr values from being converted to_python
[SVN r9455]
2001-03-06 01:13:35 +00:00
Ralf W. Grosse-Kunstleve
03f76825ab temp file removed after branching.
[SVN r9454]
2001-03-06 00:06:55 +00:00
Ralf W. Grosse-Kunstleve
c531ea8430 temp file before branching
[SVN r9453]
2001-03-06 00:05:41 +00:00
Ralf W. Grosse-Kunstleve
8e2981baed temp file removed after branching
[SVN r9452]
2001-03-06 00:04:28 +00:00
Ralf W. Grosse-Kunstleve
1da0ba40dd temp file for branching
[SVN r9451]
2001-03-06 00:02:01 +00:00
Ralf W. Grosse-Kunstleve
abf31fe504 Remove spurious ";"
[SVN r9450]
2001-03-05 23:46:43 +00:00
Ralf W. Grosse-Kunstleve
33f6dd5784 Use file name "libboost_python.a"; rename makefiles.
[SVN r9449]
2001-03-05 23:41:37 +00:00
Dave Abrahams
c77bc07d58 no message
[SVN r9443]
2001-03-05 14:41:57 +00:00
John Maddock
d0eeb450d9 MWCW fixes for type_traits test programs
[SVN r9441]
2001-03-05 12:03:55 +00:00
John Maddock
5ad09d5cc2 Type fixes, added missing remove_cv docs
[SVN r9440]
2001-03-05 11:46:22 +00:00
Dave Abrahams
8bbbd73304 enable null pointer <=> None conversions
[SVN r9439]
2001-03-05 03:48:38 +00:00
Dave Abrahams
abaf3b4d5e tests for null pointer <=> None conversions
[SVN r9438]
2001-03-05 03:44:46 +00:00
Dave Abrahams
30cd70bef5 Turned off "enable minimal rebuild", which causes INTERNAL COMPILER ERRORs
[SVN r9437]
2001-03-05 03:43:10 +00:00
Jeremy Siek
73b1bdbadf new files
[SVN r9435]
2001-03-04 19:00:42 +00:00
Jeremy Siek
de0d3dfd22 changed namespace
[SVN r9434]
2001-03-04 18:53:02 +00:00
Jeremy Siek
f631d383ea added edgesum
[SVN r9433]
2001-03-04 18:52:30 +00:00
Jeremy Siek
21409a59e0 removed requirement for value_type from Trivial Iterator
[SVN r9432]
2001-03-04 18:52:12 +00:00
Jeremy Siek
9d58d71349 changed MutableGraph
[SVN r9431]
2001-03-04 18:50:32 +00:00
Jeremy Siek
7ab92126a0 brought up to date
[SVN r9430]
2001-03-04 18:36:39 +00:00
Jeremy Siek
14635100ab fixed named clash with distance
[SVN r9429]
2001-03-04 18:11:05 +00:00
Jeremy Siek
727b29c069 fixed edge length and color_triats problems, thanks Andreas
[SVN r9428]
2001-03-04 18:07:35 +00:00
Jeremy Siek
7a456a9b39 changed color traits default to use enums
[SVN r9427]
2001-03-04 18:07:05 +00:00
Ralf W. Grosse-Kunstleve
623ad43de3 file name change: test.so -> boost_python_test.so
[SVN r9426]
2001-03-04 17:39:14 +00:00
Dave Abrahams
9ac4a11f92 Patches for Intel C++
[SVN r9425]
2001-03-04 16:08:20 +00:00
Dave Abrahams
20ec9fd4ef Workaround for Borland
[SVN r9424]
2001-03-04 16:07:11 +00:00
Dave Abrahams
6f0aef6808 Patches for Intel C++ and GCC
[SVN r9422]
2001-03-04 16:05:21 +00:00
Dave Abrahams
f17d1acf83 Changed name of extension module so it would work with DebugPython, fixed
exception message checking to work with Python 2.0


[SVN r9421]
2001-03-04 16:02:46 +00:00
Dave Abrahams
4d50094536 Changed name of extension module so it would work with DebugPython, eliminated
useless test that aggravated MSVC


[SVN r9420]
2001-03-04 15:59:52 +00:00
Dave Abrahams
64040c2709 Use PyObject_INIT() instead of trying to hand-initialize
[SVN r9419]
2001-03-04 15:57:47 +00:00
Dave Abrahams
1b7cf58701 std::complex<> fixes for MSVC
[SVN r9418]
2001-03-04 15:56:38 +00:00
Ralf W. Grosse-Kunstleve
f79f95982c Documentation for pickle support.
[SVN r9417]
2001-03-04 15:56:07 +00:00
Dave Abrahams
f4053c779b Rolled in const_cast from Dragon fork
[SVN r9416]
2001-03-04 15:55:35 +00:00
Dave Abrahams
768bf95190 Added DebugPython target
[SVN r9415]
2001-03-04 15:53:00 +00:00
Dave Abrahams
c560760252 no message
[SVN r9414]
2001-03-04 15:48:55 +00:00
Dave Abrahams
1d410a568d Changed library name to libboost_python.a, various cleanups, attempted Cygwin
compatibility. Still needs testing on Linux.


[SVN r9413]
2001-03-04 15:48:50 +00:00
Dave Abrahams
3d2524e341 Added DebugPython target; cleaned up some mess introduced by others
[SVN r9412]
2001-03-04 15:45:02 +00:00
Dave Abrahams
30251da937 Changed library name to libboost_python.a
[SVN r9411]
2001-03-04 15:41:47 +00:00
Dave Abrahams
f9a6252a00 *** empty log message ***
[SVN r9410]
2001-03-04 15:14:04 +00:00
Dave Abrahams
b3b36904ba Some fixes so it will compile with Intel C++
[SVN r9409]
2001-03-04 15:12:30 +00:00