Jeremy Siek
a599cf23c2
removed _T in a couple places
...
[SVN r11961]
2001-12-06 20:41:06 +00:00
Jeremy Siek
fc691ee61d
implementation is now clean and general! (and works too!)
...
[SVN r11960]
2001-12-06 20:20:23 +00:00
Jeremy Siek
9d30add2c0
starting cleanup, and generalization
...
[SVN r11959]
2001-12-06 17:36:12 +00:00
Jeremy Siek
d52d86a8d5
typo
...
[SVN r11958]
2001-12-06 17:08:47 +00:00
Jeremy Siek
c23a97b744
changed to safer two for-loop mechanism
...
[SVN r11957]
2001-12-06 17:07:51 +00:00
Jeremy Siek
dd9a180057
added more warnings and examples
...
[SVN r11956]
2001-12-06 16:20:33 +00:00
Jeremy Siek
18fd8b5ee9
added a warning
...
[SVN r11955]
2001-12-06 16:17:33 +00:00
Peter Dimov
efb2fbaa09
Troubleshooting section updated.
...
[SVN r11954]
2001-12-06 16:06:30 +00:00
Dave Abrahams
80bab64f67
More fixes for Win95. MAXLINE must be computed appropriately EVERYWHERE!
...
[SVN r11953]
2001-12-06 14:56:42 +00:00
John Maddock
74a7d18b61
Made string_compare functions inline (they should have been all along).
...
[SVN r11952]
2001-12-06 12:39:31 +00:00
John Maddock
be4bb25264
Finally fixed -tWX options (well probably!).
...
[SVN r11951]
2001-12-06 12:37:28 +00:00
Jeremy Siek
e66915f375
added eg1-iso.cpp
...
[SVN r11950]
2001-12-06 07:07:47 +00:00
Jeremy Siek
2591f01999
new file
...
[SVN r11949]
2001-12-06 07:07:26 +00:00
Jeremy Siek
e2b482b952
huge progress!
...
[SVN r11948]
2001-12-06 07:07:01 +00:00
Douglas Gregor
2de1736c98
index.htm:
...
- Added entry for Boost.Function
[SVN r11947]
2001-12-05 23:19:47 +00:00
Douglas Gregor
8fab9c06b6
Updated docs to reflect changes in code:
...
- assignments/constructors that took const F& now take F
- no need to use &free_function for assignment from free functions, unless
using MSVC6.5
[SVN r11946]
2001-12-05 23:16:39 +00:00
Jeremy Siek
5fe8d21b66
hopelessly lost
...
[SVN r11945]
2001-12-05 23:08:46 +00:00
Douglas Gregor
cb84582b89
Remove spurious semicolon
...
[SVN r11944]
2001-12-05 22:39:33 +00:00
Douglas Gregor
59e1b87acf
Taking function objects by value instead of as references-to-const. This does not work on MSVC6.5, so the BOOST_MSVC_ONLY macro was added to make them references-to-const for only that compiler.
...
- Borland C++ no longer requires hacks to make function pointers work
- On any compiler other than MSVC, free functions can be assigned to Boost.Function objects without the explicit '&'
[SVN r11943]
2001-12-05 22:35:32 +00:00
Vesa Karvonen
156ff87926
Compressed while implementation
...
[SVN r11942]
2001-12-05 22:24:23 +00:00
Jens Maurer
fbe8d3c58b
add common_factor_test
...
rework HTML heading
[SVN r11940]
2001-12-05 22:02:30 +00:00
Jens Maurer
cc30bc16fd
add common_factor_test
...
preprocessor test is compile-only
integer_test now fails, for unknown reason
[SVN r11937]
2001-12-05 21:45:56 +00:00
Jens Maurer
2749ec8dae
fix errors (from Daryle Walker)
...
[SVN r11935]
2001-12-05 20:56:26 +00:00
Jeremy Siek
44ca0b1b2a
fixed bug, edge -> edges
...
[SVN r11934]
2001-12-05 20:27:12 +00:00
Vesa Karvonen
f2deff13c6
Fixed long file names
...
[SVN r11933]
2001-12-05 18:21:47 +00:00
Jeremy Siek
8ace5f9b63
more progress
...
[SVN r11932]
2001-12-05 17:08:16 +00:00
Vesa Karvonen
b44dac5161
*** empty log message ***
...
[SVN r11931]
2001-12-05 17:02:26 +00:00
Vesa Karvonen
c7d944c287
CodeWarrior workaround
...
[SVN r11930]
2001-12-05 16:53:42 +00:00
Jeremy Siek
8d55d8805f
added make for isomorphism.cpp
...
[SVN r11929]
2001-12-05 15:50:25 +00:00
Jeremy Siek
7d8018d05f
fixed comment, G1 -> G2
...
[SVN r11928]
2001-12-05 15:25:00 +00:00
Jeremy Siek
6f8feb72f0
making slow progress
...
[SVN r11927]
2001-12-05 05:13:50 +00:00
Jeremy Siek
6670511545
added safe_iterator_property_map
...
[SVN r11926]
2001-12-05 05:12:00 +00:00
Jeremy Siek
953c91a396
added some default constructors to property maps
...
[SVN r11925]
2001-12-05 03:41:40 +00:00
Jeremy Siek
9952dbab84
new file
...
[SVN r11924]
2001-12-05 03:40:43 +00:00
Jeremy Siek
4855c1f4bd
fixed a bug in some of them, can't assign to edge or vertex var in the
...
initialization part, might be an empty sequence
[SVN r11923]
2001-12-05 03:40:10 +00:00
Jeremy Siek
cf21c1e3e7
fixed a bug
...
[SVN r11922]
2001-12-05 00:54:55 +00:00
Jeremy Siek
0f5a4c22d0
added some stuff
...
[SVN r11921]
2001-12-05 00:47:34 +00:00
Jeremy Siek
e2b3d09c8b
added a comment to document how the macros work
...
[SVN r11920]
2001-12-05 00:36:14 +00:00
Jeremy Siek
eb09807e17
new files
...
[SVN r11919]
2001-12-04 23:07:03 +00:00
Jeremy Siek
71a0dd4b55
progress towards version 2
...
[SVN r11918]
2001-12-04 23:06:15 +00:00
Jeremy Siek
928df428d3
removed use of iota()
...
[SVN r11917]
2001-12-04 22:25:14 +00:00
Jens Maurer
222d881c05
make random number changes extra clear
...
[SVN r11916]
2001-12-04 21:21:12 +00:00
Jens Maurer
e057ca326c
move range comparison into constructor
...
[SVN r11915]
2001-12-04 21:09:46 +00:00
Jens Maurer
0bfd6d5d7e
add change note for uniform_int<> from random number library
...
[SVN r11914]
2001-12-04 21:08:13 +00:00
Jeremy Siek
a9a20f121e
changed to use better invariant
...
[SVN r11913]
2001-12-04 18:51:15 +00:00
Dave Abrahams
8f2de614d2
bug fix
...
[SVN r11912]
2001-12-04 18:22:56 +00:00
Dave Abrahams
a2e5254f9e
Fixes for rule import handling; also extended IMPORT to allow
...
execution in the target module
[SVN r11911]
2001-12-04 18:22:04 +00:00
Dave Abrahams
621ea94fe1
Fixes for Win95/98 command handling, I hope.
...
[SVN r11910]
2001-12-04 18:19:24 +00:00
Dave Abrahams
21bc219969
Add "call" to msvc setup invocation, for Win95 which won't run batch files through CMD
...
[SVN r11909]
2001-12-04 18:15:51 +00:00
Dave Abrahams
160642a7ef
Don't fail to build a target if its command-file can't be deleted
...
[SVN r11908]
2001-12-04 18:14:36 +00:00