Commit Graph

50050 Commits

Author SHA1 Message Date
Dave Abrahams
a973e01b9d changed the formula for function description with the PP lib
[SVN r13437]
2002-04-10 19:33:52 +00:00
Dave Abrahams
51f0a8331a Start using preprocessor library
[SVN r13436]
2002-04-10 19:33:06 +00:00
Dave Abrahams
f4386efa44 Use preprocessor lib for caller.hpp
[SVN r13435]
2002-04-10 17:30:34 +00:00
Dave Abrahams
9447de2488 fixes a problem which causes a trailing space to be added to the last element of PYTHONPATH.
[SVN r13434]
2002-04-10 17:29:36 +00:00
Dave Abrahams
70d2364682 Roll addressof() patch back in!
[SVN r13433]
2002-04-10 17:01:35 +00:00
Peter Dimov
d8019fe222 Added more mem_fn, shared_ptr tests.
[SVN r13432]
2002-04-10 16:04:53 +00:00
Douglas Gregor
6a18085ded addressof.hpp:
- Peter Dimov suggested a fix to deal with those evil cv-qualifiers


[SVN r13431]
2002-04-10 14:47:32 +00:00
Peter Dimov
fdf8f0d5ca Worked around an MSVC 6 bug (Markus Schoepflin)
[SVN r13430]
2002-04-10 14:12:12 +00:00
Dave Abrahams
7caf9f23e7 Suppress warnings for conforming compilers
[SVN r13429]
2002-04-10 13:45:58 +00:00
Dave Abrahams
7ca8374bc5 Roll back addressof() patch temporarily
[SVN r13428]
2002-04-10 09:48:30 +00:00
Dave Abrahams
d3261200a1 Start using preprocessor library
[SVN r13427]
2002-04-10 09:41:52 +00:00
Dave Abrahams
805ea14d91 Start using preprocessor
[SVN r13426]
2002-04-10 09:39:27 +00:00
Vladimir Prus
9c409585dd Fixes.
* lists.c (list_print): Do not output trailing whitespace. This change
    	is intended to make writing tests easier.


[SVN r13425]
2002-04-10 08:43:22 +00:00
Vladimir Prus
6c80c85f67 Added a test for the 'project' module.
[SVN r13424]
2002-04-10 06:52:06 +00:00
Vladimir Prus
daec08b54c Fixes.
* os.path.jam (all_parent): Convert result of 'PWD' into normalized path.


[SVN r13423]
2002-04-10 06:41:56 +00:00
Dave Abrahams
3921b003b0 Removed Ralf's workaround for my bug
[SVN r13422]
2002-04-10 06:07:51 +00:00
Dave Abrahams
b8a020c436 Fixed Jamfile for running all tests
Updated MWERKS warning suppression
Rationalized template export


[SVN r13421]
2002-04-10 05:43:55 +00:00
Douglas Gregor
4a31580500 Changed IF to ct_if because IF is sometimes used as a macro (ewww)
[SVN r13420]
2002-04-10 04:10:06 +00:00
Douglas Gregor
083ed09768 alignment_traits.hpp:
- lots of parentheses for Borland C++

type_traits_test.hpp:
  - More parentheses for Borland C++
  - Move 'align_t' out of type_with_alignment test function 'do_it' (because Borland C++ wants it that way)


[SVN r13419]
2002-04-10 04:01:47 +00:00
Douglas Gregor
c4441c1c98 Make local classes nonlocal to silence annoying warnings from Borland C++
[SVN r13418]
2002-04-10 04:00:22 +00:00
Douglas Gregor
be2e599054 alignment_traits.hpp:
- Slight modification to Fernando Cacciola's fix to type_with_alignment, for
    the Borland C++ compiler.


[SVN r13417]
2002-04-10 03:50:08 +00:00
Douglas Gregor
a2edec5e13 ref.hpp:
- Use addressof() instead of & operator


[SVN r13416]
2002-04-10 03:36:17 +00:00
Douglas Gregor
9062a4ffa7 index.htm:
- Added comment about addressof()
  - Added comment about Boost.Function working with function objects that
    have & overloaded


[SVN r13415]
2002-04-10 03:34:40 +00:00
Douglas Gregor
47427c5bad boost/utility.hpp:
- Include boost/utility/addressof.hpp

boost/utility/addressof.hpp:
  - addressof() implementation

libs/utility/utility.htm:
  - Document addressof

libs/utility/addressof_test.cpp:
  - Test addressof()


[SVN r13414]
2002-04-10 03:31:18 +00:00
Beman Dawes
33f91b8002 Make reference and footnote links relative, update email address
[SVN r13413]
2002-04-09 16:51:44 +00:00
Dave Abrahams
18bfac2409 Fixes
[SVN r13412]
2002-04-09 15:54:59 +00:00
Dave Abrahams
01710688ae MSVC workaround
[SVN r13411]
2002-04-09 14:51:02 +00:00
Dave Abrahams
2ab9e1ff5d Another way to break the lib from Peter Bienstman
[SVN r13410]
2002-04-09 14:48:23 +00:00
Vladimir Prus
d4686bb0f9 Another attempt at replacing tabs with spaces.
[SVN r13409]
2002-04-09 07:48:35 +00:00
Dave Abrahams
ccd33fac65 Replace unused FAIL_EXPECTED with RMOLD
[SVN r13408]
2002-04-09 04:09:15 +00:00
Dave Abrahams
13093a1e9f dummy
[SVN r13407]
2002-04-09 04:05:02 +00:00
Dave Abrahams
1065729abb Replace unused FAIL_EXPECTED with RMOLD
[SVN r13406]
2002-04-09 04:01:58 +00:00
Dave Abrahams
a3f8a506ba Fixes for Beman
[SVN r13405]
2002-04-09 03:58:51 +00:00
Jens Maurer
ff0eeedb1b convert tabs to spaces
[SVN r13404]
2002-04-08 21:20:39 +00:00
Jens Maurer
652966a28f rerun
[SVN r13403]
2002-04-08 21:14:06 +00:00
Vladimir Prus
51b91d33b2 Work on projects/targets.
* project.jam: New module.
    * targets.jam: New module.
    * sequence.jam (merge): New rule.
    * os.path.jam: Bugfix.


[SVN r13402]
2002-04-08 17:42:22 +00:00
Vladimir Prus
877c93d683 Added new test system sources. Updated docs.
[SVN r13401]
2002-04-08 15:13:36 +00:00
Dave Abrahams
bca823ed8f Fixes for python (how did it ever work?)
[SVN r13400]
2002-04-08 12:20:05 +00:00
Rene Rivera
92e0d37fe7 More detailedoad sequence.mo
[SVN r13398]
2002-04-07 17:36:14 +00:00
Rene Rivera
052ee31f34 Change to have individual module scopes per Jamfile.
[SVN r13397]
2002-04-07 17:35:42 +00:00
Rene Rivera
0b57846bd8 Rolled back v-1.12 changes.
Made binding not assume module-name == filename.


[SVN r13396]
2002-04-07 17:34:20 +00:00
Rene Rivera
1a6bdab92e Fixed OS test for UNIX, again.
[SVN r13395]
2002-04-07 17:04:34 +00:00
Rene Rivera
d982ee7b6d Fixed OS test for UNIX.
[SVN r13394]
2002-04-07 17:00:50 +00:00
Rene Rivera
e3b2210790 Removed quotes from docs. Some minor cleanup of docs.
[SVN r13393]
2002-04-07 05:20:21 +00:00
Dave Abrahams
4724034e5c perforce 2.4 merge (again)
[SVN r13391]
2002-04-07 00:22:45 +00:00
Dave Abrahams
bdccc70983 perforce 2.4 integration
[SVN r13390]
2002-04-07 00:18:37 +00:00
Dave Abrahams
dc6123ec95 Added Rene's doc stuff
[SVN r13389]
2002-04-07 00:16:41 +00:00
Dave Abrahams
4a291676a5 perforce 2.4 integration
[SVN r13388]
2002-04-06 23:41:05 +00:00
Dave Abrahams
17026ad164 perforce 2.4 changes
[SVN r13387]
2002-04-06 23:40:41 +00:00
Dave Abrahams
9e5545cade rolled forward GLOB and MATCH changes from perforce. Also incorporated regex cacheing to MATCH
[SVN r13386]
2002-04-06 23:36:47 +00:00