0f7150f09eInternal Boost Build testing framework cleanup - expecting output/content lines now correctly interprets requests with lines given as a container of strings.
Jurko Gospodnetić
2012-08-20 10:08:28 +0000
b680388a33Made Boost Build's internal project_id.py test more detailed regarding registering the same project id for the same project, but with the project module specified in different ways.
Jurko Gospodnetić
2012-08-19 18:46:14 +0000
431a9cb78bMade Boost Build's internal project_id.py test more detailed regarding registering the same project id for the same project, but with the project module specified in different ways.
Jurko Gospodnetić
2012-08-19 18:46:14 +0000
c5daedb64cBoost Jam code cleanup - minor stylistic comment change.
Jurko Gospodnetić
2012-08-19 18:25:31 +0000
96e13fac83Boost Jam code cleanup - minor stylistic comment change.
Jurko Gospodnetić
2012-08-19 18:25:31 +0000
618e33fcc8Made Boost Build's internal project_id.py test more detailed regarding registering the same project id for the same project, but with the project module specified in different ways.
Jurko Gospodnetić
2012-08-19 17:48:44 +0000
a76efc462cMade Boost Build's internal project_id.py test more detailed regarding registering the same project id for the same project, but with the project module specified in different ways.
Jurko Gospodnetić
2012-08-19 17:48:44 +0000
acce9eb49bInternal Boost Build testing system cleanup - minor stylistic change.
Jurko Gospodnetić
2012-08-19 17:03:11 +0000
c3ac4ac06cInternal Boost Build testing system cleanup - minor stylistic change.
Jurko Gospodnetić
2012-08-19 17:03:11 +0000
d954449737Fixed Boost Jam's internal list structure allocation bug - due to a typo the list_new() operation did not work correctly on systems where LIST * is smaller than LIST (e.g. if LIST * is smaller than OBJECT * or OBJECT * is smaller than an int). Removed code duplication between list_new() & list_alloc(). Contributed by Kohei Takahashi <flast at flast.jp>.
Jurko Gospodnetić
2012-08-17 07:23:03 +0000
3d5d938ddeFixed Boost Jam's internal list structure allocation bug - due to a typo the list_new() operation did not work correctly on systems where LIST * is smaller than LIST (e.g. if LIST * is smaller than OBJECT * or OBJECT * is smaller than an int). Removed code duplication between list_new() & list_alloc(). Contributed by Kohei Takahashi <flast at flast.jp>.
Jurko Gospodnetić
2012-08-17 07:23:03 +0000
31d5763145Boost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-17 07:15:18 +0000
41a54c8566Boost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-17 07:15:18 +0000
ac295e5f52Boost Jam cleanup - renamed the path_key__register_long_name() function to path_register_key() and improved related comments, minor stylistic changes.
Jurko Gospodnetić
2012-08-14 15:24:27 +0000
2274cb0e4cBoost Jam cleanup - renamed the path_key__register_long_name() function to path_register_key() and improved related comments, minor stylistic changes.
Jurko Gospodnetić
2012-08-14 15:24:27 +0000
30da211307Boost Jam cleanup - made one errno global variable usage instance more localized.
Jurko Gospodnetić
2012-08-14 14:35:44 +0000
1f53971bd1Boost Jam cleanup - made one errno global variable usage instance more localized.
Jurko Gospodnetić
2012-08-14 14:35:44 +0000
8ff5907df1Boost Jam cleanup - removed the internal short_path_to_long_path() function as it has now been completely superseded by path_as_key(). Updated several related code comments.
Jurko Gospodnetić
2012-08-14 14:07:09 +0000
07a55d2e85Boost Jam cleanup - removed the internal short_path_to_long_path() function as it has now been completely superseded by path_as_key(). Updated several related code comments.
Jurko Gospodnetić
2012-08-14 14:07:09 +0000
b06d94e6e3Boost Jam cleanup - updated #include directives in the modules/path.c module.
Jurko Gospodnetić
2012-08-14 13:00:37 +0000
9d9b2d87b9Boost Jam cleanup - updated #include directives in the modules/path.c module.
Jurko Gospodnetić
2012-08-14 13:00:37 +0000
243b18b105Boost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-14 12:56:10 +0000
f0888273b3Boost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-14 12:56:10 +0000
723dd191c0add forgotten ";" in doxygen.jam
Jürgen Hunold
2012-08-14 09:09:25 +0000
42bd6239eeadd forgotten ";" in doxygen.jam
Jürgen Hunold
2012-08-14 09:09:25 +0000
5f54f51d2aQuick & dirty fix to make Boost Build construct consistent Jamfile module names in cases when they are requested via different but equivalent location paths, e.g. 'd:/fOO' and 'D:\Foo\Bar\..'. This should fix currently reported Boost library documentation build failures but the used path normalization implementation still needs to be cleaned up.
Jurko Gospodnetić
2012-08-14 05:13:21 +0000
85df6265d1Quick & dirty fix to make Boost Build construct consistent Jamfile module names in cases when they are requested via different but equivalent location paths, e.g. 'd:/fOO' and 'D:\Foo\Bar\..'. This should fix currently reported Boost library documentation build failures but the used path normalization implementation still needs to be cleaned up.
Jurko Gospodnetić
2012-08-14 05:13:21 +0000
8413feefe4Boost 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.
Jurko Gospodnetić
2012-08-14 05:09:21 +0000
14bbed9be7Boost 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.
Jurko Gospodnetić
2012-08-14 05:09:21 +0000
dae20b3dbeBoost 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).
Jurko Gospodnetić
2012-08-14 05:03:49 +0000
4015cad7eeBoost 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).
Jurko Gospodnetić
2012-08-14 05:03:49 +0000
ab38f2c841Boost Build cleanup - made the util/path.jam module load errors.jam only when needed.
Jurko Gospodnetić
2012-08-14 04:58:21 +0000
9226c444e0Boost Build cleanup - made the util/path.jam module load errors.jam only when needed.
Jurko Gospodnetić
2012-08-14 04:58:21 +0000
4201e366acCorrected a slight Boost Build project.module-name() rule defect causing it to not reuse its cached result value in some cases.
Jurko Gospodnetić
2012-08-14 04:54:05 +0000
285666e91eCorrected a slight Boost Build project.module-name() rule defect causing it to not reuse its cached result value in some cases.
Jurko Gospodnetić
2012-08-14 04:54:05 +0000
157384906dInternal Boost Build resolution.py test cleanup - minor stylistic change.
Jurko Gospodnetić
2012-08-14 04:48:11 +0000
b9d2d8a8fcInternal Boost Build resolution.py test cleanup - minor stylistic change.
Jurko Gospodnetić
2012-08-14 04:48:11 +0000
452d6dbebaBoost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-14 04:44:24 +0000
5b2b21279dBoost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-14 04:44:24 +0000
f6ef410175Boost Build cleanup - made the tools/boostbook.jam xml-catalog rule local.
Jurko Gospodnetić
2012-08-13 22:29:13 +0000
63acc67719Boost Build cleanup - made the tools/boostbook.jam xml-catalog rule local.
Jurko Gospodnetić
2012-08-13 22:29:13 +0000
a4005999d7Boost 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).
Jurko Gospodnetić
2012-08-13 22:26:58 +0000
1959ca27ecBoost 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).
Jurko Gospodnetić
2012-08-13 22:26:58 +0000
3122419834Corrected a typo in Boost Build's doxygen.jam module.
Jurko Gospodnetić
2012-08-13 18:19:45 +0000
480bd8e672Corrected a typo in Boost Build's doxygen.jam module.
Jurko Gospodnetić
2012-08-13 18:19:45 +0000
0c32720912Cleaned 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.
Jurko Gospodnetić
2012-08-13 18:16:14 +0000
7615fadbb2Cleaned 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.
Jurko Gospodnetić
2012-08-13 18:16:14 +0000
7563ac7877Internal 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.
Jurko Gospodnetić
2012-08-13 17:55:20 +0000
2734f4efb5Internal 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.
Jurko Gospodnetić
2012-08-13 17:55:20 +0000
03b86769f5Boost 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.
Jurko Gospodnetić
2012-08-13 16:53:19 +0000
ae6e6d2aa6Boost 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.
Jurko Gospodnetić
2012-08-13 16:53:19 +0000
4a9820167bUpdated 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.
Jurko Gospodnetić
2012-08-13 15:39:18 +0000
3f0d2385e8Updated 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.
Jurko Gospodnetić
2012-08-13 15:39:18 +0000
69285830c4Boost Build cleanup - minor stylistic changes in the tools/boostbook.jam module.
Jurko Gospodnetić
2012-08-13 15:32:49 +0000
f99446efa2Boost Build cleanup - minor stylistic changes in the tools/boostbook.jam module.
Jurko Gospodnetić
2012-08-13 15:32:49 +0000
cdae76add5Corrected an malformed Boost Build error message displayed when property definitions are encountered in a basic-target's 'sources' constructor parameter.
Jurko Gospodnetić
2012-08-13 15:07:02 +0000
3a638bb642Corrected an malformed Boost Build error message displayed when property definitions are encountered in a basic-target's 'sources' constructor parameter.
Jurko Gospodnetić
2012-08-13 15:07:02 +0000
e36413300cImproved 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).
Jurko Gospodnetić
2012-08-13 15:05:04 +0000
e8af292c70Improved 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).
Jurko Gospodnetić
2012-08-13 15:05:04 +0000
89bbb60774Updated 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.
Jurko Gospodnetić
2012-08-13 14:39:47 +0000
837b963169Updated 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.
Jurko Gospodnetić
2012-08-13 14:39:47 +0000
66a9427409Corrected the internal Boost Build project_id.py test to pass with the latest changes made in the project.py module.
Jurko Gospodnetić
2012-08-13 14:22:02 +0000
34da969579Corrected the internal Boost Build project_id.py test to pass with the latest changes made in the project.py module.
Jurko Gospodnetić
2012-08-13 14:22:02 +0000
92ee14e55eBoost Build cleanup - more detailed error reporting when attempting to register the same project id for multiple projects.
Jurko Gospodnetić
2012-08-13 11:55:49 +0000
33bbf45b1dBoost Build cleanup - more detailed error reporting when attempting to register the same project id for multiple projects.
Jurko Gospodnetić
2012-08-13 11:55:49 +0000
f144b75d02Updated 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.
Jurko Gospodnetić
2012-08-13 05:11:50 +0000
67b135fdeaUpdated 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.
Jurko Gospodnetić
2012-08-13 05:11:50 +0000
d95c5d93b6Boost 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.
Jurko Gospodnetić
2012-08-11 22:24:51 +0000
1a045cf7adBoost 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.
Jurko Gospodnetić
2012-08-11 22:24:51 +0000
3cf63e8925Boost Build cleanup - minor stylistic changes made to the boostbook.jam module.
Jurko Gospodnetić
2012-08-11 22:19:22 +0000
70f5f72aeeBoost Build cleanup - minor stylistic changes made to the boostbook.jam module.
Jurko Gospodnetić
2012-08-11 22:19:22 +0000
6638d89c81Boost 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".
Jurko Gospodnetić
2012-08-11 14:49:52 +0000
bfecc4e1ddBoost 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".
Jurko Gospodnetić
2012-08-11 14:49:52 +0000
357cf6b6c7Boost 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.
Jurko Gospodnetić
2012-08-11 14:45:36 +0000
7baf43ded5Boost 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.
Jurko Gospodnetić
2012-08-11 14:45:36 +0000
23eb1973baBoost 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.
Jurko Gospodnetić
2012-08-11 14:31:59 +0000
6c25a7d614Boost 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.
Jurko Gospodnetić
2012-08-11 14:31:59 +0000
9e40e3bb0aBoost 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.
Jurko Gospodnetić
2012-08-10 15:29:47 +0000
3f89cb59e4Boost 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.
Jurko Gospodnetić
2012-08-10 15:29:47 +0000
794ed3b40fBoost 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.
Jurko Gospodnetić
2012-08-09 10:46:04 +0000
f5d6f30e2cBoost 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.
Jurko Gospodnetić
2012-08-09 10:46:04 +0000
c41cce76fbSimplified Boost Build's internal project_id.py test a bit.
Jurko Gospodnetić
2012-08-08 22:50:42 +0000
b8ac53ec3eSimplified Boost Build's internal project_id.py test a bit.
Jurko Gospodnetić
2012-08-08 22:50:42 +0000
654b8e6a9aAdded a new internal Boost Build test checking Boost Build's project id handling.
Jurko Gospodnetić
2012-08-08 22:29:29 +0000
24fda212b3Added a new internal Boost Build test checking Boost Build's project id handling.
Jurko Gospodnetić
2012-08-08 22:29:29 +0000
93c0e2c9b4Intenral Boost Build testing system cleanup - minor stylistic change.
Jurko Gospodnetić
2012-08-08 22:20:10 +0000