Commit Graph

12124 Commits

Author SHA1 Message Date
Vladimir Prus
6b96c27ff9 Language edits.
[SVN r19169]
2003-07-17 09:26:57 +00:00
Vladimir Prus
6c98aeafb4 Fix title.
[SVN r19151]
2003-07-16 14:32:48 +00:00
Vladimir Prus
a6b60ecb31 Fix title.
[SVN r19151]
2003-07-16 14:32:48 +00:00
Vladimir Prus
6c596db344 Document the dependency scanning mechanism.
[SVN r19149]
2003-07-16 14:06:39 +00:00
Vladimir Prus
459de742e9 Document the dependency scanning mechanism.
[SVN r19149]
2003-07-16 14:06:39 +00:00
Rene Rivera
dc593efc8b Simplyfied toolset definition code. Now supports easily adding different types of builds, and additional options.
[SVN r19129]
2003-07-15 16:07:11 +00:00
Rene Rivera
4071e14505 Simplyfied toolset definition code. Now supports easily adding different types of builds, and additional options.
[SVN r19129]
2003-07-15 16:07:11 +00:00
Dave Abrahams
2cb5e435bd fix --noassert option
[SVN r19119]
2003-07-14 21:55:47 +00:00
Dave Abrahams
52e9bb8a6d fix --noassert option
[SVN r19119]
2003-07-14 21:55:47 +00:00
Dave Abrahams
430a3c109b add --noassert option
[SVN r19114]
2003-07-14 18:53:03 +00:00
Dave Abrahams
11dea85da3 add --noassert option
[SVN r19114]
2003-07-14 18:53:03 +00:00
Rene Rivera
5eaca2c483 Remove platform check for preventing use of yacc.
Replace with dev option "--grammar" which enables building of the grammar.
Some cleanup and generalization of searching for tools using ProgramFiles.


[SVN r19107]
2003-07-14 06:08:03 +00:00
Rene Rivera
16cb4d5ef3 Remove platform check for preventing use of yacc.
Replace with dev option "--grammar" which enables building of the grammar.
Some cleanup and generalization of searching for tools using ProgramFiles.


[SVN r19107]
2003-07-14 06:08:03 +00:00
Rene Rivera
5cc4117f01 Fixed some problems with parsing of ReST style comments. Preformated parsing/output is now much closer to what ReST defines.
[SVN r19105]
2003-07-13 22:19:09 +00:00
Rene Rivera
636e0d2379 Fixed some problems with parsing of ReST style comments. Preformated parsing/output is now much closer to what ReST defines.
[SVN r19105]
2003-07-13 22:19:09 +00:00
Rene Rivera
fadcc72356 Some cleanup, adding documentation.
Addition of common whitespace defenitions.
Addition of is-whitespace rule.


[SVN r19104]
2003-07-13 22:18:00 +00:00
Rene Rivera
a8325f386d Some cleanup, adding documentation.
Addition of common whitespace defenitions.
Addition of is-whitespace rule.


[SVN r19104]
2003-07-13 22:18:00 +00:00
Rene Rivera
03d3cfd132 Prevent use of yacc in Solaris/SunOS as it causes parse overflow errors in the grammar.
[SVN r19098]
2003-07-13 17:11:55 +00:00
Rene Rivera
1760f25f87 Prevent use of yacc in Solaris/SunOS as it causes parse overflow errors in the grammar.
[SVN r19098]
2003-07-13 17:11:55 +00:00
Rene Rivera
b03e54c968 Fix linking in of libraires by test targets multiple times.
The fix ensures that the libraries we link to for targets are unique.


[SVN r19096]
2003-07-13 16:09:08 +00:00
Jens Maurer
94bec3a1e0 when compiling for multi-threading, need -lpthread library
[SVN r19067]
2003-07-11 17:06:22 +00:00
Jens Maurer
e78392555c need -lrt, always
[SVN r19066]
2003-07-11 17:05:01 +00:00
Jens Maurer
39bc1738a5 gcc on HP-UX does not support multi-threading, don't set anything here
[SVN r19059]
2003-07-11 16:05:42 +00:00
Douglas Gregor
6c87d04d06 Remove NOUPDATE for catalog
[SVN r19054]
2003-07-11 15:56:56 +00:00
Douglas Gregor
018543fb9f Remove NOUPDATE for catalog
[SVN r19054]
2003-07-11 15:56:56 +00:00
Jens Maurer
2ba6fffc80 -lrt has nothing to do with multi-threading, it contains POSIX real-time
stuff such as nanosleep, clock_gettime etc.


[SVN r19051]
2003-07-11 14:47:11 +00:00
Toon Knapen
aa1ae86a7c only use C style comments since bjam is compiled with C compiler
[SVN r19049]
2003-07-11 13:19:37 +00:00
Toon Knapen
bc6532ac28 only use C style comments since bjam is compiled with C compiler
[SVN r19049]
2003-07-11 13:19:37 +00:00
Jens Maurer
52f20402e8 gcc on IRIX does not support multi-threading (yet), so don't use -pthread
[SVN r19045]
2003-07-11 12:20:19 +00:00
Toon Knapen
c57c3ee0b1 need prototype for init_cache
[SVN r19042]
2003-07-11 06:50:21 +00:00
Toon Knapen
2980f74781 need prototype for init_cache
[SVN r19042]
2003-07-11 06:50:21 +00:00
Toon Knapen
57b6c25d31 need prototype for rexexp.h
[SVN r19041]
2003-07-11 06:49:58 +00:00
Toon Knapen
a75808e99c need prototype for rexexp.h
[SVN r19041]
2003-07-11 06:49:58 +00:00
Toon Knapen
d258a48ec9 need to cast return value from realloc to final type on sunpro
[SVN r19040]
2003-07-11 06:49:32 +00:00
Toon Knapen
fe6829b911 need to cast return value from realloc to final type on sunpro
[SVN r19040]
2003-07-11 06:49:32 +00:00
Toon Knapen
6ccb8f5afb dereferencing env.var. just need leading dollar sign
[SVN r19039]
2003-07-11 06:48:52 +00:00
Toon Knapen
6d619e1772 dereferencing env.var. just need leading dollar sign
[SVN r19039]
2003-07-11 06:48:52 +00:00
Toon Knapen
2842b210df removed own (incorrect) signature of regex_compile, including compile.h now for the signature
[SVN r19038]
2003-07-11 06:30:40 +00:00
Toon Knapen
31664c7b50 removed own (incorrect) signature of regex_compile, including compile.h now for the signature
[SVN r19038]
2003-07-11 06:30:40 +00:00
Jens Maurer
5626e83a90 como for Unix simplified toolset description
[SVN r19034]
2003-07-10 22:22:15 +00:00
Toon Knapen
f80dbd7c40 also changed module to module_t in typedef
[SVN r19033]
2003-07-10 16:02:51 +00:00
Toon Knapen
6964177c48 also changed module to module_t in typedef
[SVN r19033]
2003-07-10 16:02:51 +00:00
Vladimir Prus
c7bbadf085 Apply NOCARE to xi:includes, else bjam won't be able to work when we
xi:include files which is to be generated (and does not exist yet).


[SVN r19030]
2003-07-10 14:20:19 +00:00
Vladimir Prus
e18f276989 Apply NOCARE to xi:includes, else bjam won't be able to work when we
xi:include files which is to be generated (and does not exist yet).


[SVN r19030]
2003-07-10 14:20:19 +00:00
Vladimir Prus
95d2325f96 * tools/doxugen.jam
Always generate targets of DOXYGEN_XML type. Import 'doxygen' to
  global scope.


[SVN r19029]
2003-07-10 14:16:16 +00:00
Vladimir Prus
df6ff71e08 * tools/doxugen.jam
Always generate targets of DOXYGEN_XML type. Import 'doxygen' to
  global scope.


[SVN r19029]
2003-07-10 14:16:16 +00:00
Vladimir Prus
933fbb8763 BoostBook improvements.
* new/boostbook.jam
  Move xsl:param out of here. Print nice error message when boost root is not
  specified. Don't set TEMPORARY on catalog files, since it prevents catalog
  creation now and catalog is not temparary anyway.
  Export boostbook to global scope to that "using boostbook" works.
  Update dependency scanner for recent changes in build engine.

* new/xsltproc.jam
  New feature xsl:path.
  (compute-xslt-flags): New rule, with factored out common code.
  Use common.variable-setting-command to simplify actions.


[SVN r19028]
2003-07-10 14:13:59 +00:00
Vladimir Prus
c348e666d8 BoostBook improvements.
* new/boostbook.jam
  Move xsl:param out of here. Print nice error message when boost root is not
  specified. Don't set TEMPORARY on catalog files, since it prevents catalog
  creation now and catalog is not temparary anyway.
  Export boostbook to global scope to that "using boostbook" works.
  Update dependency scanner for recent changes in build engine.

* new/xsltproc.jam
  New feature xsl:path.
  (compute-xslt-flags): New rule, with factored out common code.
  Use common.variable-setting-command to simplify actions.


[SVN r19028]
2003-07-10 14:13:59 +00:00
Vladimir Prus
334c96ac07 * new/common.jam (variable-setting-command): New rule.
[SVN r19027]
2003-07-10 14:07:16 +00:00
Vladimir Prus
bf3602fa82 * new/common.jam (variable-setting-command): New rule.
[SVN r19027]
2003-07-10 14:07:16 +00:00