Commit Graph

12124 Commits

Author SHA1 Message Date
Jurko Gospodnetić
0f7150f09e Internal Boost Build testing framework cleanup - expecting output/content lines now correctly interprets requests with lines given as a container of strings.
Given strings represent expected continuous line sequences (separated by \n) and extra lines are allowed between content represented by different successive strings. For example, lines = ['foo\nbar', 'baz'] would match:
  aaa
  foo
  bar
  bbb
  baz
  ccc
but would not match:
  aaa
  foo
  xxx
  bar
  bbb
  baz
  ccc

Added a description comment for the related Tester.__expect_lines() implementation function.

[SVN r80088]
2012-08-20 10:08:28 +00:00
Jurko Gospodnetić
b680388a33 Made 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.
[SVN r80087]
2012-08-19 18:46:14 +00:00
Jurko Gospodnetić
431a9cb78b Made 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.
[SVN r80087]
2012-08-19 18:46:14 +00:00
Jurko Gospodnetić
c5daedb64c Boost Jam code cleanup - minor stylistic comment change.
[SVN r80086]
2012-08-19 18:25:31 +00:00
Jurko Gospodnetić
96e13fac83 Boost Jam code cleanup - minor stylistic comment change.
[SVN r80086]
2012-08-19 18:25:31 +00:00
Jurko Gospodnetić
618e33fcc8 Made 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.
[SVN r80085]
2012-08-19 17:48:44 +00:00
Jurko Gospodnetić
a76efc462c Made 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.
[SVN r80085]
2012-08-19 17:48:44 +00:00
Jurko Gospodnetić
acce9eb49b Internal Boost Build testing system cleanup - minor stylistic change.
[SVN r80084]
2012-08-19 17:03:11 +00:00
Jurko Gospodnetić
c3ac4ac06c Internal Boost Build testing system cleanup - minor stylistic change.
[SVN r80084]
2012-08-19 17:03:11 +00:00
Jurko Gospodnetić
5f3245d2a0 Boost Build's doxygen.jam module cleanup.
* External tool version check file targets now correctly assigned to the requesting project's root project (best effort attempt to have them built in the same location independent of which folder the build was run from).
  * More detailed error checking against attempts to declare doxygen targets in standalone or internal Boost Build configuration projects.
  * All created virtual target instances now correctly passed through Boost Build's virtual-target.register() rule.
  * Added a public check-tools() rule for explicitly declaring doxygen module's internal version check targets if needed.

[SVN r80072]
2012-08-17 18:31:07 +00:00
Jurko Gospodnetić
c79894d57d Boost Build's doxygen.jam module cleanup.
* External tool version check file targets now correctly assigned to the requesting project's root project (best effort attempt to have them built in the same location independent of which folder the build was run from).
  * More detailed error checking against attempts to declare doxygen targets in standalone or internal Boost Build configuration projects.
  * All created virtual target instances now correctly passed through Boost Build's virtual-target.register() rule.
  * Added a public check-tools() rule for explicitly declaring doxygen module's internal version check targets if needed.

[SVN r80072]
2012-08-17 18:31:07 +00:00
Jurko Gospodnetić
d954449737 Fixed 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>.
[SVN r80064]
2012-08-17 07:23:03 +00:00
Jurko Gospodnetić
3d5d938dde Fixed 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>.
[SVN r80064]
2012-08-17 07:23:03 +00:00
Jurko Gospodnetić
31d5763145 Boost Jam cleanup - minor stylistic changes.
[SVN r80063]
2012-08-17 07:15:18 +00:00
Jurko Gospodnetić
41a54c8566 Boost Jam cleanup - minor stylistic changes.
[SVN r80063]
2012-08-17 07:15:18 +00:00
Jurko Gospodnetić
ac295e5f52 Boost Jam cleanup - renamed the path_key__register_long_name() function to path_register_key() and improved related comments, minor stylistic changes.
[SVN r80035]
2012-08-14 15:24:27 +00:00
Jurko Gospodnetić
2274cb0e4c Boost Jam cleanup - renamed the path_key__register_long_name() function to path_register_key() and improved related comments, minor stylistic changes.
[SVN r80035]
2012-08-14 15:24:27 +00:00
Jurko Gospodnetić
30da211307 Boost Jam cleanup - made one errno global variable usage instance more localized.
[SVN r80034]
2012-08-14 14:35:44 +00:00
Jurko Gospodnetić
1f53971bd1 Boost Jam cleanup - made one errno global variable usage instance more localized.
[SVN r80034]
2012-08-14 14:35:44 +00:00
Jurko Gospodnetić
8ff5907df1 Boost 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.
[SVN r80033]
2012-08-14 14:07:09 +00:00
Jurko Gospodnetić
07a55d2e85 Boost 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.
[SVN r80033]
2012-08-14 14:07:09 +00:00
Jurko Gospodnetić
b06d94e6e3 Boost Jam cleanup - updated #include directives in the modules/path.c module.
[SVN r80032]
2012-08-14 13:00:37 +00:00
Jurko Gospodnetić
9d9b2d87b9 Boost Jam cleanup - updated #include directives in the modules/path.c module.
[SVN r80032]
2012-08-14 13:00:37 +00:00
Jurko Gospodnetić
243b18b105 Boost Jam cleanup - minor stylistic changes.
[SVN r80031]
2012-08-14 12:56:10 +00:00
Jurko Gospodnetić
f0888273b3 Boost Jam cleanup - minor stylistic changes.
[SVN r80031]
2012-08-14 12:56:10 +00:00
Jürgen Hunold
723dd191c0 add forgotten ";" in doxygen.jam
[SVN r80029]
2012-08-14 09:09:25 +00:00
Jürgen Hunold
42bd6239ee add forgotten ";" in doxygen.jam
[SVN r80029]
2012-08-14 09:09:25 +00:00
Jurko Gospodnetić
5f54f51d2a Quick & 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.
[SVN r80026]
2012-08-14 05:13:21 +00:00
Jurko Gospodnetić
85df6265d1 Quick & 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.
[SVN r80026]
2012-08-14 05:13:21 +00:00
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ć
14bbed9be7 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ć
4015cad7ee 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ć
9226c444e0 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ć
285666e91e 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ć
b9d2d8a8fc 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ć
5b2b21279d 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ć
155e64f33f 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ć
63acc67719 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ć
1959ca27ec 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ć
480bd8e672 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