present in target path, instead of doing this
high in control structure.
* new/targets.jam
(main-target.generate): Don't bother with setting
extra path on generated targets.
* new/virtual-target.jam
(virtual-target.extra-path): Remove.
(virtual-target.compute-extra-path): New method.
(subvariant): Document better.
[SVN r16454]
in it. Don't generate all main target into separate subdirectories
in this case.
* new/targets.jam:
(project-target.reference-properties): New method
(generate): Moved from basic-target.generate-source
(generate-dependencies): New rule.
* test/project_dependencies.py: New test.
[SVN r16453]
* borland.jam: New file. Does not support dll yet.
* builtin.jam: Use "obj" and "lib" extensions on
Windows for objects and static libraries, respectively.
[SVN r16441]
* gcc.jam: Extend the 'toolset' feature with gcc here.
Use flags for linking too and eliminate 'link-options'
rule. Remove empty compile/archive/link/link-dll rules.
* toolset.jam (flags): Document somehow.
(set-target-variables): Call 'actualize' on values
of dependency features.
[SVN r16440]
* new/builtin.jam: Made 'toolset' and 'variant'
features symmentic. Document and fix the 'variant' rule.
* new/virtual-target.jam: Refactoring attempts. Split
virtual-target into virtual-target and derived from it
file-target. Eliminate some duplication in setting target
locations.
[SVN r16437]
the transformation search. Don't use global
'.had-composing-generator' variable.
* targets.jam (typed-target.construct): Pass 'allow-composing'
to 'generators.construct'.
* generators.jam (find-viable-generators): New parameter
'allow-composing'.
(construct): Better document the 'allow-composing' parameter.
Pass that parameter to 'find-viable-generators'.
[SVN r16372]
Add support for building the grammar in Windows, now that there is yyacc.c program.
Attempt to fix the build of MSVC and VC7 with the location of the kernel32.lib.
[SVN r16368]
Add support for bootstrapping the gramar, now that there is yyacc.c program.
Attempt to fix the build of MSVC and VC7 with the location of the kernel32.lib.
[SVN r16367]
* new/targets.jam
(abstract-target.name): New method.
(abstract-target.project): New method.
(main-target-alternative): Simplify. Only register
main target alternative. Don't to fancy processing
of arguments.
(main-target-requirements): New rule.
(main-target-use-requirements): New rule.
(main-target-default-build): New rule.
[SVN r16249]
* class.jam; Use new "::" syntax.
* doc.jam; Change comment parsing to keep leading whitespaces.
* doc.jam; Fix problem when a rule's argument has the same name as an inner rule.
* print.jam; Implement ReST syntax of "::" to indicate preformatted text. All forms of the ReST syntax are supported, and the additional form of a preformated paragraph with the first line as "::".
[SVN r16244]
* new/generators.jam
(find-viable-generators): Reverted my revert. Not yet sure
what's the best way, but this one can be made to work.
(try-one-generators): Adjust the virtual target types in
case generator for base type was used.
* new/virtual-target.jam (virtual-target.set-type): New method.
[SVN r16234]
* boost_build_v2.html: Document new option.
* new/generators.jam (find-viable-generators): Revert part of Dave's
commit, essentially disabling finding base type generators.
This part breaks a test, and need to be thinked about.
* new/errors.jam: Handle "--no-error-backtrace" option.
* test/project_test4.py: Adjust for new error syntax.
[SVN r16233]
* build.bat; accept all toolsets.
*build.bat; set toolset root when known.
* build.jam; accept --toolset-root=* for setting where the toolset lives.
* build.jam; don't clean grammar intermediates.
[SVN r16220]
* new/property.jam (translate-paths): Use :T modifier to prevent slash
direction changing.
* new/common.jam: Use RM variable instead to calling "rm" command.
[SVN r16210]