Dave Abrahams
95a518771f
minor UML tweaks
...
[SVN r18034]
2003-03-20 16:01:53 +00:00
Dave Abrahams
541cbf41c9
more comment clarifications
...
[SVN r18032]
2003-03-20 15:29:32 +00:00
Dave Abrahams
e3fe08a856
Comment clarification from Giovanni Bajo <giovannibajo-at-libero.it>
...
and me.
[SVN r18031]
2003-03-20 15:26:40 +00:00
Dave Abrahams
2711546a90
Adjust for Win32
...
[SVN r18030]
2003-03-20 13:48:59 +00:00
Dave Abrahams
cb97e6c6aa
Add missing path nativizing.
...
[SVN r18029]
2003-03-20 13:48:31 +00:00
Bruno da Silva de Oliveira
8b5ec5b59d
- Bug: GenerateName in infos.py doesn't cover all possible cases.
...
[SVN r18028]
2003-03-20 04:55:38 +00:00
Dave Abrahams
f85cf53afd
paper updates
...
[SVN r18027]
2003-03-20 02:56:22 +00:00
Dave Abrahams
d2d7111c6b
fix typo
...
[SVN r18025]
2003-03-20 02:53:47 +00:00
Dave Abrahams
d54171322d
Account for Win32 idiosyncracies
...
[SVN r18024]
2003-03-20 02:42:17 +00:00
Dave Abrahams
3174f6e10d
Fix usage requirements check to account for conditional properties.
...
I'm not completely sure this is precisely the right fix:
a. The error message used to reference a non-existent variable.
What was it supposed to be?
b. Should property.remove et. al. be able to cope with conditional
properties?
[SVN r18023]
2003-03-20 02:41:49 +00:00
Joel de Guzman
602aeec6c1
Bump to v1.6.0
...
[SVN r18021]
2003-03-19 23:33:19 +00:00
Terje Slettebø
f0bd945ff8
BOOST_MSVC<=1200 fix from Terje
...
[SVN r18019]
2003-03-19 21:25:45 +00:00
Douglas Gregor
4cc8497d71
*.xml: Fix DTD location, write a little, remove a little
...
Jamfile.v2: for building BoostBook documentation
[SVN r18018]
2003-03-19 20:23:16 +00:00
Douglas Gregor
a17077debe
When variable lists have a title, revert to the standard DocBook formatting
...
[SVN r18017]
2003-03-19 20:07:27 +00:00
Douglas Gregor
850f2ae6a8
boostbook.jam: Removed PDF & Postscript-specific code
...
fop.jam: Support PostScript and PDF generation via FOP
[SVN r18016]
2003-03-19 19:46:47 +00:00
Douglas Gregor
146defdd93
Need to have at least "using boostbook ;" so that initialization is performed
...
[SVN r18014]
2003-03-19 19:19:59 +00:00
Douglas Gregor
90a3cc83b4
No use for these old makefiles: we be Jammin' now
...
[SVN r18013]
2003-03-19 19:11:59 +00:00
Douglas Gregor
b07dc40847
Don't allow < or > in man page names
...
[SVN r18012]
2003-03-19 18:27:56 +00:00
Samuel Krempp
1916acd7c9
. BOOST_BAD_ISDIGIT renamed BOOST_NO_LOCALE_ISDIGIT (this macro was aready the one being checked in the eginning of
...
the file)
[SVN r18010]
2003-03-19 16:51:00 +00:00
Samuel Krempp
438014b605
. BOOST_BAD_ISDIGIT renamed BOOST_NO_LOCALE_ISDIGIT (this macro was aready the one being checked in the eginning of the file)
...
[SVN r18009]
2003-03-19 16:50:48 +00:00
Vladimir Prus
159792272a
Add constructor with initial size to vector_property_map.
...
[SVN r18008]
2003-03-19 15:32:19 +00:00
Beman Dawes
2c31fa2075
Borland fix from Alisdair Meredith
...
[SVN r18007]
2003-03-19 14:12:21 +00:00
Beman Dawes
83e005636a
finalize release 1.30.0 date
...
[SVN r18006]
2003-03-19 13:09:37 +00:00
Joel de Guzman
73e83db541
various patches for vc7.1 and comeau 4.3
...
[SVN r18004]
2003-03-19 12:51:44 +00:00
John Maddock
d301cae3e8
Fixed bug that effect some searches
...
[SVN r18003]
2003-03-19 12:19:14 +00:00
Beman Dawes
213dc4c972
BOOST_MSVC<=1200 fix from Terje
...
[SVN r18002]
2003-03-19 12:14:32 +00:00
Dave Abrahams
6f079153a7
Hack around command-line length limitations
...
[SVN r18001]
2003-03-19 11:55:32 +00:00
Vladimir Prus
080626d78c
Make gcc.archive action 'piecemeal'.
...
[SVN r18000]
2003-03-19 09:10:24 +00:00
Vladimir Prus
27ea6a2468
Prevent 'hardcode-dll-paths' from setting rpath on static libraries.
...
Thanks to Ali Azarbayejani for the bug report.
[SVN r17999]
2003-03-19 09:00:25 +00:00
Bruno da Silva de Oliveira
609632e2a1
- Updated to reflect changes in declarations.py
...
[SVN r17997]
2003-03-19 05:55:28 +00:00
Bruno da Silva de Oliveira
d18629fd60
no message
...
[SVN r17995]
2003-03-19 05:54:26 +00:00
Bruno da Silva de Oliveira
b602be1e92
- Fixed bug where the PointerDeclaration of functions and methods didn't have the & operator
...
[SVN r17994]
2003-03-19 05:03:49 +00:00
Dave Abrahams
1bc84c30d2
news updates; added links to paper
...
[SVN r17993]
2003-03-19 03:57:59 +00:00
Bruno da Silva de Oliveira
ab225e286a
- Fixed bug where an union that was a class member crashed pyste (unions are still not exported)
...
- Added support for int, double, float and long operators
[SVN r17989]
2003-03-19 02:49:18 +00:00
Bruno da Silva de Oliveira
90e698edfe
- Unit tests for the examples
...
[SVN r17987]
2003-03-19 02:47:29 +00:00
Dave Abrahams
2e64cf2ba6
Check in html and pdf versions
...
[SVN r17985]
2003-03-19 01:47:30 +00:00
Douglas Gregor
39b8c4ffcc
Setup the BoostBook XSL and DTD directories along with the DocBook XSL
...
and DTD directories, in the initialization phase. After that, we don't
get to peek at BOOST_ROOT anymore.
[SVN r17984]
2003-03-19 00:28:20 +00:00
Douglas Gregor
e55e4c0a1f
boostbook.jam:
...
- Added XML catalog support (finally!). The DocBook XSL stylesheet and DTD
directories can be specified via "using boostbook : xsl-dir : dtd-dir ; "
in any BBv2 configuration file, or via command line parameters/environment
variants DOCBOOK_XSL_DIR and DOCBOOK_DTD_DIR, respectively.
user-config.jam:
- Add "using boostbook" example
[SVN r17983]
2003-03-19 00:16:38 +00:00
Dave Abrahams
27f9534848
Commit Terje's changes
...
[SVN r17980]
2003-03-18 22:46:00 +00:00
Dave Abrahams
bc0cdbb4e7
Commit Terje's changes
...
[SVN r17979]
2003-03-18 22:34:32 +00:00
Douglas Gregor
00dee36e3a
Remove LOCATE/common.MkDir hackery and use set-path (thanks Vladimir)
...
[SVN r17976]
2003-03-18 18:01:50 +00:00
Dave Abrahams
074324fc06
Add funcptr FAQ
...
[SVN r17975]
2003-03-18 14:41:04 +00:00
Dave Abrahams
e0e0313a53
Add funcptr FAQ
...
[SVN r17974]
2003-03-18 14:40:09 +00:00
Joel de Guzman
e6c30b027a
Using boost/throw_exception
...
[SVN r17972]
2003-03-18 14:06:56 +00:00
Markus Schöpflin
a5e0f1b240
Name of fs lib changed.
...
[SVN r17970]
2003-03-18 08:48:26 +00:00
Bruno da Silva de Oliveira
2577dcdbbf
- Fixed bugs in Linux
...
[SVN r17969]
2003-03-18 05:16:01 +00:00
Aleksey Gurtovoy
e2909f6773
revert to 1.5 revision
...
[SVN r17966]
2003-03-17 20:05:45 +00:00
Douglas Gregor
8aa3401eab
manpages.xsl: Output man pages into subdirectories based on the man page number
...
(e.g., man3 for section 3 man pages)
[SVN r17965]
2003-03-17 18:32:17 +00:00
Douglas Gregor
15aa74ac2f
boostbook.jam:
...
- Add support for HTML output (multiple files, with a manifest)
- Add support for man page output (multiple files, with a manifest)
[SVN r17964]
2003-03-17 18:20:38 +00:00
Douglas Gregor
48a6125b8b
manpages.xsl: Wrapper around DocBook manpages output
...
- Fixes spacing of <programlisting> elements in lists.
- Handles generation of a manifest, if desired
[SVN r17963]
2003-03-17 18:18:52 +00:00