Jurko Gospodnetić
8413feefe4
Boost Build cleanup - removed support for Boost Jam versions prior to version 3.1.17 in the tools/python.jam module. The backward compatibility code was ugly and compatibility with such versions has already been broken in other places (not to mention that such old versions have known defects and should not be used anywhere in the first place, and even if they are, they should be used with their corresponding old Boost Build version). Trimmed trailing spaces.
...
[SVN r80025]
2012-08-14 05:09:21 +00:00
Jurko Gospodnetić
dae20b3dbe
Boost Build cleanup - removed support for Boost Jam versions prior to version 3.1.17 in the util/path.jam module. The backward compatibility code was ugly and compatibility with such versions has already been broken in other places (not to mention that such old versions have known defects and should not be used anywhere in the first place, and even if they are, they should be used with their corresponding old Boost Build version).
...
[SVN r80023]
2012-08-14 05:03:49 +00:00
Jurko Gospodnetić
ab38f2c841
Boost Build cleanup - made the util/path.jam module load errors.jam only when needed.
...
[SVN r80022]
2012-08-14 04:58:21 +00:00
Jurko Gospodnetić
4201e366ac
Corrected a slight Boost Build project.module-name() rule defect causing it to not reuse its cached result value in some cases.
...
[SVN r80021]
2012-08-14 04:54:05 +00:00
Jurko Gospodnetić
157384906d
Internal Boost Build resolution.py test cleanup - minor stylistic change.
...
[SVN r80020]
2012-08-14 04:48:11 +00:00
Jurko Gospodnetić
452d6dbeba
Boost Jam cleanup - minor stylistic changes.
...
[SVN r80019]
2012-08-14 04:44:24 +00:00
Jurko Gospodnetić
1fae63b589
Boost Build cleanup - minor stylistic tools/doxygen.jam module changes.
...
[SVN r80017]
2012-08-13 22:31:48 +00:00
Jurko Gospodnetić
f6ef410175
Boost Build cleanup - made the tools/boostbook.jam xml-catalog rule local.
...
[SVN r80016]
2012-08-13 22:29:13 +00:00
Jurko Gospodnetić
a4005999d7
Boost Build cleanup - project.register-id no longer local (used for registering an additional project id with a project module). The rule is now cleanly implemented with a clean interface that might be useful outside this module (planned to be used in the upcoming tools/doxygen.jam modifications).
...
[SVN r80015]
2012-08-13 22:26:58 +00:00
Jurko Gospodnetić
3122419834
Corrected a typo in Boost Build's doxygen.jam module.
...
[SVN r80014]
2012-08-13 18:19:45 +00:00
Jurko Gospodnetić
0c32720912
Cleaned up internal Boost Build dependency_test.py test - made the test script create all of its needed test project files at run-time instead of having them maintained as actual Boost Build project files.
...
[SVN r80013]
2012-08-13 18:16:14 +00:00
Jurko Gospodnetić
7563ac7877
Internal Boost Build dependency_test.py test cleanup - removed some old and no longer relevant comments (from the time before the <dependency> feature got renamed to <implicit-dependency>), better commented the <implicit-dependency> feature usage, removed redundant ignoring of *.tds Borland debugger symbol files (already done internally in the BoostBuild.py testing system implementation module), minor stylistic changes.
...
[SVN r80012]
2012-08-13 17:55:20 +00:00
Jurko Gospodnetić
03b86769f5
Boost Build tools/boostbook.jam module cleanup - boostbook targets no longer constructed using a generator for the fake BOOSTBOOK_MAIN type. A clean custom basic-target class is used now instead, corresponding to how similar work is done in the tools/doxygen.jam module.
...
[SVN r80011]
2012-08-13 16:53:19 +00:00
Jurko Gospodnetić
4a9820167b
Updated Boost Build's tools/boostbook.jam module to pass its created xml-catalog virtual target through the virtual-target.register rule, as is supposed to be done with all virtual-target instances.
...
[SVN r80010]
2012-08-13 15:39:18 +00:00
Jurko Gospodnetić
69285830c4
Boost Build cleanup - minor stylistic changes in the tools/boostbook.jam module.
...
[SVN r80009]
2012-08-13 15:32:49 +00:00
Jurko Gospodnetić
cdae76add5
Corrected an malformed Boost Build error message displayed when property definitions are encountered in a basic-target's 'sources' constructor parameter.
...
[SVN r80008]
2012-08-13 15:07:02 +00:00
Jurko Gospodnetić
e36413300c
Improved Boost Build's error message displayed when encountering actual targets with matching names, belonging to virtual targets of which at least one does not have an assigned 'creating subvariant' (may happen when Boost Build or build script code creates a virtual-target but forgets to pass it to the virtual-target.register rule).
...
[SVN r80007]
2012-08-13 15:05:04 +00:00
Jurko Gospodnetić
89bbb60774
Updated Boost Build's stage.symlink rule to pass its constructed virtual target through the virtual-target.register rule, as all virtual-target instances are supposed to be.
...
[SVN r80006]
2012-08-13 14:39:47 +00:00
Jurko Gospodnetić
7d613bbf8c
Boost Build cleanup - minor stylistic changes.
...
[SVN r80005]
2012-08-13 14:35:56 +00:00
Jurko Gospodnetić
66a9427409
Corrected the internal Boost Build project_id.py test to pass with the latest changes made in the project.py module.
...
[SVN r80004]
2012-08-13 14:22:02 +00:00
Jurko Gospodnetić
92ee14e55e
Boost Build cleanup - more detailed error reporting when attempting to register the same project id for multiple projects.
...
[SVN r80000]
2012-08-13 11:55:49 +00:00
Jurko Gospodnetić
f144b75d02
Updated Boost Build documentation to note that the virtual-target.register rule should be called for each created virtual-target instance and not only to remove duplicates when there is a chance of creating multiple matching virtual targets. Without this call, Boost Build fails to track which virtual targets get created for each metatarget.
...
[SVN r79996]
2012-08-13 05:11:50 +00:00
Jurko Gospodnetić
a0a4734b88
Boost Build documentation typo correction.
...
[SVN r79995]
2012-08-13 05:00:13 +00:00
Jurko Gospodnetić
d95c5d93b6
Boost Build cleanup - added two new rules to the project.jam module (is-config-module for checking whether a module is one of Boost Build's configuration file modules & get-jamroot-module returning a given non-standalone & non-configuration project's base parent Jamroot project) and used them to restore corrected boostbook.jam module functionality for storing its constructed xml-catalog targets in the same location independent of what folder the build got run from. Updated related rule comments.
...
[SVN r79973]
2012-08-11 22:24:51 +00:00
Jurko Gospodnetić
3cf63e8925
Boost Build cleanup - minor stylistic changes made to the boostbook.jam module.
...
[SVN r79972]
2012-08-11 22:19:22 +00:00
Jurko Gospodnetić
426a0a5d93
Boost Build cleanup - minor stylistic changes.
...
[SVN r79971]
2012-08-11 21:43:23 +00:00
Jurko Gospodnetić
6638d89c81
Boost Build cleanup - build-system.jam module's should-clean-project() rule result caching updated to correctly cache both true and false values. This got 'pessimized' a bit when we started using values directly convertable to false (i.e. undefined value or empty string) as return values for the result false instead of the string "false".
...
[SVN r79969]
2012-08-11 14:49:52 +00:00
Jurko Gospodnetić
357cf6b6c7
Boost Build cleanup - build-system.jam module's should-clean-project() rule simplified by not requiring a separate list of built projects only to use that list for marking those projects as needing to be cleaned. Now instead of building this list we directly mark those projects as needing to be cleaned.
...
[SVN r79968]
2012-08-11 14:45:36 +00:00
Jurko Gospodnetić
23eb1973ba
Boost Build cleanup - added a project.is-jamroot-module() rule (and an accompanying implementation detail project-attributes.is-jamroot() rule) to make testing whether a project module is a Jamroot module cleaner. As 'an example' updated the build-system.should-clean-project() rule to cleanly test for the Jamroot project module instead of assuming that Jamroot module is the one whose parent module is user-config. The old implementation was also incorrect since Jamroot may also have project-config as a parent.
...
[SVN r79967]
2012-08-11 14:31:59 +00:00
Jurko Gospodnetić
9e40e3bb0a
Boost Build cleanup - build-system.jam module's global .project-targets variable made replaced with a local one, passed as a rule parameter where needed, minor stylistic code & comment changes.
...
[SVN r79955]
2012-08-10 15:29:47 +00:00
Jurko Gospodnetić
3a1f076aff
Boost Build code cleanup - minor stylistic changes.
...
[SVN r79954]
2012-08-10 13:56:54 +00:00
Jurko Gospodnetić
31c1c824f9
Boost Build cleanup - minor stylistic code change.
...
[SVN r79945]
2012-08-09 10:56:50 +00:00
Jurko Gospodnetić
794ed3b40f
Boost Build cleanup - made the project.target() rule error-out in case when the requested modules does not yet have a project target assigned. The code in question handling this case did not seem to ever get used in either the internal Boost Build tests or the Boost library build.
...
[SVN r79944]
2012-08-09 10:46:04 +00:00
Jurko Gospodnetić
c41cce76fb
Simplified Boost Build's internal project_id.py test a bit.
...
[SVN r79940]
2012-08-08 22:50:42 +00:00
Jurko Gospodnetić
654b8e6a9a
Added a new internal Boost Build test checking Boost Build's project id handling.
...
[SVN r79939]
2012-08-08 22:29:29 +00:00
Jurko Gospodnetić
93c0e2c9b4
Intenral Boost Build testing system cleanup - minor stylistic change.
...
[SVN r79938]
2012-08-08 22:20:10 +00:00
Jurko Gospodnetić
bd3638395a
Boost Build cleanup - minor stylistic changes.
...
[SVN r79935]
2012-08-08 19:35:21 +00:00
Jurko Gospodnetić
49ecdc7c1e
Added a better Boost Build diagnostic error message when attempting to reference a target using an explicitly specified project id but without a leading slash ('/') character, e.g. as in:
...
use-project xxx : ../external/some-project ;
exe a : xxx//some-obj ;
as opposed to:
use-project xxx : ../external/some-project ;
exe a : /xxx//some-obj ;
[SVN r79931]
2012-08-08 17:31:08 +00:00
Jurko Gospodnetić
843ea4770a
Boost Build cleanup - minor stylistic changes.
...
[SVN r79930]
2012-08-08 17:21:01 +00:00
Jurko Gospodnetić
f9ae3127db
Boost Build cleanup - made assigning project ids to project modules consistent whether done using the project() or the use-project() rule:
...
- given id always prepended with a leading slash if needed
- informative error message displayed if the same id has already been assigned to a different project module.
[SVN r79927]
2012-08-08 16:17:57 +00:00
Jurko Gospodnetić
43857bcdef
Boost Build's project() rule now supports taking more than 9 parameters up to the limit of 19 imposed by the current Boost Jam implementation.
...
[SVN r79925]
2012-08-08 16:00:05 +00:00
Jurko Gospodnetić
2407c91d4b
Boost Build cleanup - minor stylistic changes.
...
[SVN r79924]
2012-08-08 15:49:33 +00:00
Jurko Gospodnetić
cd77d496c4
Boost Build's errors.jam module now recognizes project-config.jam modules as user locations same as other Boost Build configuration files.
...
[SVN r79923]
2012-08-08 14:39:07 +00:00
Jurko Gospodnetić
f667a1c9b6
Updated Boost Build's errors.jam module to have its rules support more than 9 parameters (up to 19 currently supported by Boost Jam).
...
[SVN r79922]
2012-08-08 14:37:06 +00:00
Jurko Gospodnetić
819924880a
Boost Build doxygen.jam module cleanup - minor stylistic changes.
...
[SVN r79917]
2012-08-07 21:50:38 +00:00
Jurko Gospodnetić
2048241252
Fixed a typo in Boost Build's doxygen.jam module's headers-to-doxyfile() rule.
...
[SVN r79916]
2012-08-07 21:33:46 +00:00
Jurko Gospodnetić
70258c34ba
Updated Boost Build's doxygen.jam toolset module to not rely on Boost Build leaving behind a dangling 'current project' reference after it finishes loading all of its project modules. This should fix Boost library documentation build failures encountered after revision [79874].
...
[SVN r79915]
2012-08-07 21:30:31 +00:00
Jurko Gospodnetić
21422f64e1
Boost Build cleanup - made the project.use rule local + minor stylistic changes.
...
[SVN r79910]
2012-08-07 14:15:31 +00:00
Jurko Gospodnetić
d22f757d5c
Boost Build cleanup - removed an old stale rule comment that should have been removed in revision [79870].
...
[SVN r79909]
2012-08-07 13:42:18 +00:00
Jurko Gospodnetić
c26c39a978
Corrected Boost Build's error message displayed when a target id is encountered containing an unresolvable explicit project reference.
...
[SVN r79906]
2012-08-07 13:13:41 +00:00