Rene Rivera
09dee4da89
Changes to bootstrap and build with the MinGW environment.
...
* Define the OS as NT as this seems more reasonable than having MINGW as the OS (after all MinGW is the toolset not the OS).
* Add detection of one common install location for MinGW.
[SVN r18073]
2003-03-24 04:34:27 +00:00
Rene Rivera
f063766d8e
Minor change to hopefully cover more NT shells.
...
[SVN r18068]
2003-03-24 00:56:58 +00:00
Rene Rivera
19d9f9a467
Minor change to hopefully cover more NT shells.
...
[SVN r18068]
2003-03-24 00:56:58 +00:00
Dave Abrahams
ebfc61b92f
minor UML tweaks
...
[SVN r18034]
2003-03-20 16:01:53 +00:00
Dave Abrahams
bd156fa4a6
minor UML tweaks
...
[SVN r18034]
2003-03-20 16:01:53 +00:00
Dave Abrahams
7ac1d52126
Adjust for Win32
...
[SVN r18030]
2003-03-20 13:48:59 +00:00
Dave Abrahams
712168581a
Adjust for Win32
...
[SVN r18030]
2003-03-20 13:48:59 +00:00
Dave Abrahams
c08dae0d99
Add missing path nativizing.
...
[SVN r18029]
2003-03-20 13:48:31 +00:00
Dave Abrahams
66765cdfdd
Add missing path nativizing.
...
[SVN r18029]
2003-03-20 13:48:31 +00:00
Dave Abrahams
24affbdfdf
Account for Win32 idiosyncracies
...
[SVN r18024]
2003-03-20 02:42:17 +00:00
Dave Abrahams
600f255ce3
Account for Win32 idiosyncracies
...
[SVN r18024]
2003-03-20 02:42:17 +00:00
Dave Abrahams
540b62ec8f
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
Dave Abrahams
aa1274fe71
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
3229f3f9bd
Bump to v1.6.0
...
[SVN r18021]
2003-03-19 23:33:19 +00:00
Douglas Gregor
7c55e0b0b6
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
5f6cd50342
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
fd043b185b
Need to have at least "using boostbook ;" so that initialization is performed
...
[SVN r18014]
2003-03-19 19:19:59 +00:00
Douglas Gregor
c085905a34
Need to have at least "using boostbook ;" so that initialization is performed
...
[SVN r18014]
2003-03-19 19:19:59 +00:00
Dave Abrahams
08c2b4274d
Hack around command-line length limitations
...
[SVN r18001]
2003-03-19 11:55:32 +00:00
Dave Abrahams
5ea2c82e0b
Hack around command-line length limitations
...
[SVN r18001]
2003-03-19 11:55:32 +00:00
Vladimir Prus
b0f8716b22
Make gcc.archive action 'piecemeal'.
...
[SVN r18000]
2003-03-19 09:10:24 +00:00
Vladimir Prus
3d14636a43
Make gcc.archive action 'piecemeal'.
...
[SVN r18000]
2003-03-19 09:10:24 +00:00
Vladimir Prus
b64b4ab884
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
Vladimir Prus
97b175a4f5
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
Douglas Gregor
a4d6373406
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
8007fb120d
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
56e18cfcc2
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
Douglas Gregor
2c7d880df1
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
Douglas Gregor
f868ff9f8a
Remove LOCATE/common.MkDir hackery and use set-path (thanks Vladimir)
...
[SVN r17976]
2003-03-18 18:01:50 +00:00
Douglas Gregor
88daf6aa7c
Remove LOCATE/common.MkDir hackery and use set-path (thanks Vladimir)
...
[SVN r17976]
2003-03-18 18:01:50 +00:00
Douglas Gregor
7965e13489
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
033072d9d6
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
0c2d9952f1
Allow '=' in free features specified on the command line
...
[SVN r17961]
2003-03-17 15:55:28 +00:00
Douglas Gregor
51d02d5722
Allow '=' in free features specified on the command line
...
[SVN r17961]
2003-03-17 15:55:28 +00:00
Douglas Gregor
4f602c367d
Remove html format, because it doesn't work
...
[SVN r17958]
2003-03-17 15:14:13 +00:00
Douglas Gregor
26c15542a3
Remove html format, because it doesn't work
...
[SVN r17958]
2003-03-17 15:14:13 +00:00
Vladimir Prus
1a64e29a3d
Try to reduce the number of include paths.
...
[SVN r17956]
2003-03-17 09:31:19 +00:00
Vladimir Prus
f7b186dbd7
Try to reduce the number of include paths.
...
[SVN r17956]
2003-03-17 09:31:19 +00:00
Vladimir Prus
5f5d281dc1
Better direct request handling.
...
* new/build-request.jam
(directly-requested-properties-adjuster): Redo.
* new/targets.jam
(main-target.generate-really): Adjust properties here.
* new/virtual-target.jam
(register-actual-name): New rule.
(virtual-target.actualize-no-scanner): Call the above, to detected bugs,
where two virtual target correspond to one Jam target name.
[SVN r17955]
2003-03-17 09:27:43 +00:00
Vladimir Prus
2e1e547785
Better direct request handling.
...
* new/build-request.jam
(directly-requested-properties-adjuster): Redo.
* new/targets.jam
(main-target.generate-really): Adjust properties here.
* new/virtual-target.jam
(register-actual-name): New rule.
(virtual-target.actualize-no-scanner): Call the above, to detected bugs,
where two virtual target correspond to one Jam target name.
[SVN r17955]
2003-03-17 09:27:43 +00:00
Vladimir Prus
4546260675
Refactorings.
...
* new/build-request.jam
(directly-requested-properties-adjuster): New class.
* new/targets.jam
(abstract-target.direct-build-request): Gone.
(abstract-target.set-property-adjuster): New method.
(main-target.generate): Use property-adjuster.
[SVN r17954]
2003-03-17 08:36:34 +00:00
Vladimir Prus
4129592a73
Refactorings.
...
* new/build-request.jam
(directly-requested-properties-adjuster): New class.
* new/targets.jam
(abstract-target.direct-build-request): Gone.
(abstract-target.set-property-adjuster): New method.
(main-target.generate): Use property-adjuster.
[SVN r17954]
2003-03-17 08:36:34 +00:00
Vladimir Prus
05ca30e383
Bufgix. Thanks to Jürgen Hunold for the report.
...
* new/toolset.jam
(set-target-variable): Call 'path.native' when setting path features.
[SVN r17953]
2003-03-17 07:58:06 +00:00
Vladimir Prus
c23a6069ea
Bufgix. Thanks to Jürgen Hunold for the report.
...
* new/toolset.jam
(set-target-variable): Call 'path.native' when setting path features.
[SVN r17953]
2003-03-17 07:58:06 +00:00
Vladimir Prus
110f86cea0
Path handling fixes.
...
[SVN r17952]
2003-03-17 07:44:33 +00:00
Vladimir Prus
a718621291
Path handling fixes.
...
[SVN r17952]
2003-03-17 07:44:33 +00:00
Vladimir Prus
9b97054e6b
Document use of HTML Tidy.
...
[SVN r17951]
2003-03-17 06:42:35 +00:00
Douglas Gregor
487bcf33b9
Support FO, PS, PDF
...
[SVN r17926]
2003-03-14 21:39:45 +00:00
Douglas Gregor
2625b50a42
Support FO, PS, PDF
...
[SVN r17926]
2003-03-14 21:39:45 +00:00
Douglas Gregor
f84239f6be
Rename html-single to onehtml so that we can request document types
...
directly from the command line, e.g.,
bjam onehtml pdf
[SVN r17920]
2003-03-14 19:00:52 +00:00