32d0e78a63Internal Boost Jam cleanup - split up the pathunix.c module into pathsys.c, pathunix.c & pathnt.c.
Jurko Gospodnetić
2012-08-28 12:52:27 +0000
321b4c2839Corrected a 'dropping qualifiers' compiler warning displayed when compiling Boost Jam's fileunix.c module using the intel compiler.
Jurko Gospodnetić
2012-08-27 11:41:15 +0000
b4e9a7d24fCorrected a 'dropping qualifiers' compiler warning displayed when compiling Boost Jam's fileunix.c module using the intel compiler.
Jurko Gospodnetić
2012-08-27 11:41:15 +0000
f31fadaf3cAdded a missing header #include in Boost Jam's mem.h header used when compiling with memory allocation profiling support. Fixes related 'implicitly declared profile_memory() function' gcc compilation warnings.
Jurko Gospodnetić
2012-08-27 11:16:04 +0000
6852a4841aAdded a missing header #include in Boost Jam's mem.h header used when compiling with memory allocation profiling support. Fixes related 'implicitly declared profile_memory() function' gcc compilation warnings.
Jurko Gospodnetić
2012-08-27 11:16:04 +0000
de075ac79cInternal Boost Jam cleanup - minor stylistic changes in Boost Jam's mem.h header.
Jurko Gospodnetić
2012-08-27 11:13:57 +0000
6fb4cfd89cInternal Boost Jam cleanup - minor stylistic changes in Boost Jam's mem.h header.
Jurko Gospodnetić
2012-08-27 11:13:57 +0000
b9da1c3b32Internal Boost Jam cleanup - minor stylistic changes in Boost Jam's modules/regex.c module.
Jurko Gospodnetić
2012-08-27 11:07:03 +0000
39bbc8b95aInternal Boost Jam cleanup - minor stylistic changes in Boost Jam's modules/regex.c module.
Jurko Gospodnetić
2012-08-27 11:07:03 +0000
9cdbf9684bCorrected a gcc compilation warning displayed when compiling Boost Jam's fileunix.c module.
Jurko Gospodnetić
2012-08-27 10:57:16 +0000
2e8efab634Corrected a gcc compilation warning displayed when compiling Boost Jam's fileunix.c module.
Jurko Gospodnetić
2012-08-27 10:57:16 +0000
881e34daccCorrected a 'undeclared atoi() function' gcc compiler warning displayed when compiling Boost Jam's modules/sequence.c module.
Jurko Gospodnetić
2012-08-27 10:45:44 +0000
1ee9eeac89Corrected a 'undeclared atoi() function' gcc compiler warning displayed when compiling Boost Jam's modules/sequence.c module.
Jurko Gospodnetić
2012-08-27 10:45:44 +0000
2653c821d8Internal Boost Jam cleanup - minor stylistic changes in Boost Jam's modules/sequence.c module.
Jurko Gospodnetić
2012-08-27 10:41:52 +0000
83d4800c59Internal Boost Jam cleanup - minor stylistic changes in Boost Jam's modules/sequence.c module.
Jurko Gospodnetić
2012-08-27 10:41:52 +0000
2930bedb93Corrected a '&& within ||' gcc warning displayed when building Boost Jam's make1.c module.
Jurko Gospodnetić
2012-08-27 10:26:35 +0000
0bcc01cdbaCorrected a '&& within ||' gcc warning displayed when building Boost Jam's make1.c module.
Jurko Gospodnetić
2012-08-27 10:26:35 +0000
d8a2486640Corrected a 'OBJECT * to char *' gcc compilation warning in Boost Jam's function.c module.
Jurko Gospodnetić
2012-08-27 10:20:22 +0000
b9275ad6b6Corrected a 'OBJECT * to char *' gcc compilation warning in Boost Jam's function.c module.
Jurko Gospodnetić
2012-08-27 10:20:22 +0000
2ba303d950Boost Jam update to remove a 'pointer to integer of different size' warning displayed when building using the mingw64 toolset.
Jurko Gospodnetić
2012-08-27 10:07:54 +0000
420ce08c9aBoost Jam update to remove a 'pointer to integer of different size' warning displayed when building using the mingw64 toolset.
Jurko Gospodnetić
2012-08-27 10:07:54 +0000
6999e2eb1aInternal Boost Jam cleanup - minor stylistic changes (added variable const modifiers).
Jurko Gospodnetić
2012-08-27 10:06:41 +0000
811c96788bInternal Boost Jam cleanup - minor stylistic changes (added variable const modifiers).
Jurko Gospodnetić
2012-08-27 10:06:41 +0000
65d261d379Added two missing header includes in Boost Jam's class.c module. Should fix warnings displayed when building using the mingw64 toolset about printf() and abort() functions having 'invalid implicit declarations'.
Jurko Gospodnetić
2012-08-27 09:52:45 +0000
6d0385efa3Added two missing header includes in Boost Jam's class.c module. Should fix warnings displayed when building using the mingw64 toolset about printf() and abort() functions having 'invalid implicit declarations'.
Jurko Gospodnetić
2012-08-27 09:52:45 +0000
78e6ce6abdInternal Boost Jam cleanup - minor stylistic change.
Jurko Gospodnetić
2012-08-26 09:20:42 +0000
776669c44aInternal Boost Jam cleanup - minor stylistic change.
Jurko Gospodnetić
2012-08-26 09:20:42 +0000
3dd47e7208Updated Boost Jam's internal build system to correctly recognize header changes when using same-named headers located in different folders.
Jurko Gospodnetić
2012-08-25 16:09:31 +0000
bc37c967a6Updated Boost Jam's internal build system to correctly recognize header changes when using same-named headers located in different folders.
Jurko Gospodnetić
2012-08-25 16:09:31 +0000
8e74ae24eaInternal Boost Jam build cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-25 16:06:32 +0000
17ffcef7ebInternal Boost Jam build cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-25 16:06:32 +0000
08eaf3b066Internal Boost Jam cleanup - minor stylistic copyright comment change.
Jurko Gospodnetić
2012-08-25 15:48:07 +0000
8f98c45da7Internal Boost Jam cleanup - minor stylistic copyright comment change.
Jurko Gospodnetić
2012-08-25 15:48:07 +0000
e12552486aBoost Jam cleanup - minor stylistic change.
Jurko Gospodnetić
2012-08-25 02:55:00 +0000
2bddb8f98eBoost Jam cleanup - minor stylistic change.
Jurko Gospodnetić
2012-08-25 02:55:00 +0000
cc81f70f9fCorrected Boost Jam's initial build to make --update builds correctly detect changes in included headers. Removed the need for literal tab characters embedded in the build script.
Jurko Gospodnetić
2012-08-25 02:52:04 +0000
7cabb53f9fCorrected Boost Jam's initial build to make --update builds correctly detect changes in included headers. Removed the need for literal tab characters embedded in the build script.
Jurko Gospodnetić
2012-08-25 02:52:04 +0000
82238200d9Boost Jam cleanup - minor stylistic change.
Jurko Gospodnetić
2012-08-25 02:48:47 +0000
16cd27a1b4Boost Jam cleanup - minor stylistic change.
Jurko Gospodnetić
2012-08-25 02:48:47 +0000
adcf2bceb7Boost Jam build script cleanup - minor stylistic comment change.
Jurko Gospodnetić
2012-08-25 01:55:12 +0000
ed18dcac01Boost Jam build script cleanup - minor stylistic comment change.
Jurko Gospodnetić
2012-08-25 01:55:12 +0000
09def70eb8Corrected a typo in Boost Jam's Unix build script's error message.
Jurko Gospodnetić
2012-08-25 01:54:11 +0000
3fa00b4900Corrected a typo in Boost Jam's Unix build script's error message.
Jurko Gospodnetić
2012-08-25 01:54:11 +0000
6439e4f62cBoost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-25 01:52:41 +0000
115c15e5ebBoost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-25 01:52:41 +0000
9b319bb413Boost Jam cleanup - changed one remaining quoted assert.h include to use angle brackets instead of quotes, minor stylistic change.
Jurko Gospodnetić
2012-08-25 01:18:15 +0000
08c39ecebaBoost Jam cleanup - changed one remaining quoted assert.h include to use angle brackets instead of quotes, minor stylistic change.
Jurko Gospodnetić
2012-08-25 01:18:15 +0000
a62e58fab6Boost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-24 23:23:44 +0000
22148a37c1Boost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-24 23:23:44 +0000
52fe19ba91Main Boost Jam jam.h header file cleanup - removed the never used DOWNSHIFT_PATHS #define, minor stylistic changes.
Jurko Gospodnetić
2012-08-24 23:07:46 +0000
f245ad48e6Main Boost Jam jam.h header file cleanup - removed the never used DOWNSHIFT_PATHS #define, minor stylistic changes.
Jurko Gospodnetić
2012-08-24 23:07:46 +0000
dabb720a6dBoost Jam cleanup - added #define WIN32_LEAN_AND_MEAN before including the windows.h header to make it more light-weight in a couple of places. Minor stylistic changes.
Jurko Gospodnetić
2012-08-24 22:52:32 +0000
eee6966480Boost Jam cleanup - added #define WIN32_LEAN_AND_MEAN before including the windows.h header to make it more light-weight in a couple of places. Minor stylistic changes.
Jurko Gospodnetić
2012-08-24 22:52:32 +0000
bbfefc9762Boost Jam cleanup - pathsys.h had some temporary file/folder related functions #ifdef-ed for the USE_PATHUNIX implementation but that seems redundant now that this is actually the only implementation in Boots Jam. Plus some minor stylistic changes.
Jurko Gospodnetić
2012-08-24 14:41:15 +0000
2b2e9f6bf2Boost Jam cleanup - pathsys.h had some temporary file/folder related functions #ifdef-ed for the USE_PATHUNIX implementation but that seems redundant now that this is actually the only implementation in Boots Jam. Plus some minor stylistic changes.
Jurko Gospodnetić
2012-08-24 14:41:15 +0000
9306fed6e0Boost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-24 14:31:20 +0000
62f5d4044eBoost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-24 14:31:20 +0000
66b4ae81d7Boost Jam cleanup - minor stylistic copyright comment change.
Jurko Gospodnetić
2012-08-24 14:07:11 +0000
150b7fe35fBoost Jam cleanup - minor stylistic copyright comment change.
Jurko Gospodnetić
2012-08-24 14:07:11 +0000
87f2a17f8eBoost Jam cleanup - minor stylistic change.
Jurko Gospodnetić
2012-08-23 13:55:30 +0000
733c473c20Boost Jam cleanup - minor stylistic change.
Jurko Gospodnetić
2012-08-23 13:55:30 +0000
5202db9a48Boost Jam cleanup - removed a stale comment - the referenced string gets freed as a part of the related hash table cleanup.
Jurko Gospodnetić
2012-08-23 13:54:58 +0000
59d5ee5e42Boost Jam cleanup - removed a stale comment - the referenced string gets freed as a part of the related hash table cleanup.
Jurko Gospodnetić
2012-08-23 13:54:58 +0000
b67a1758d0Boost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-23 12:56:39 +0000
70a97b816dBoost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-23 12:56:39 +0000
bf09f4dab9Corrected a bug in Boost Build's tools/boostbook.jam module causing building boostbook targets of type HTML, DOCBOOK, FO, PDF, PS & TESTS to fail.
Jurko Gospodnetić
2012-08-22 20:55:10 +0000
3bb0ecc0e3Corrected a bug in Boost Build's tools/boostbook.jam module causing building boostbook targets of type HTML, DOCBOOK, FO, PDF, PS & TESTS to fail.
Jurko Gospodnetić
2012-08-22 20:55:10 +0000
2c75e494a2Boost Jam cleanup - variable.c module comments cleaned up, variable.c/h header includes corrected and sorted, minor stylistic changes.
Jurko Gospodnetić
2012-08-22 13:51:20 +0000
1f0f87b298Boost Jam cleanup - variable.c module comments cleaned up, variable.c/h header includes corrected and sorted, minor stylistic changes.
Jurko Gospodnetić
2012-08-22 13:51:20 +0000
773387d1a2Boost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-21 15:43:30 +0000
bbd525da3cBoost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-21 15:43:30 +0000
90c761a1bcBoost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-21 14:30:13 +0000
f36d8dc81eBoost Jam cleanup - minor stylistic changes.
Jurko Gospodnetić
2012-08-21 14:30:13 +0000
f06afd96e1Corrected Boost Build's internal project_id.py test to pass on Cygwin. Added related FIXME comments to make the test more detailed on Cygwin in the future.
Jurko Gospodnetić
2012-08-20 13:07:09 +0000
74ec9c1a6cCorrected Boost Build's internal project_id.py test to pass on Cygwin. Added related FIXME comments to make the test more detailed on Cygwin in the future.
Jurko Gospodnetić
2012-08-20 13:07:09 +0000
0f2bba4947Internal Boost Jam cleanup - internal ShortPathToLongPath() function renamed to canonicWindowsPath() and commented better, related normalize_path() function commented better as well.
Jurko Gospodnetić
2012-08-20 12:48:09 +0000
a42c2797e5Internal Boost Jam cleanup - internal ShortPathToLongPath() function renamed to canonicWindowsPath() and commented better, related normalize_path() function commented better as well.
Jurko Gospodnetić
2012-08-20 12:48:09 +0000
a1b30c4df6Internal Boost Build unused.py test cleanup - corrected a buggy check for target's usage reguirements being propagated even when it generates no virtual targets, inlined all the used test code into the test script so it no longer relies on any external files, now reporting more detailed compiler error messages in case of a failed compilation test without having to explicitly specify the --verbose command-line option.
Jurko Gospodnetić
2012-08-20 12:29:36 +0000
a7639b7d94Internal Boost Build unused.py test cleanup - corrected a buggy check for target's usage reguirements being propagated even when it generates no virtual targets, inlined all the used test code into the test script so it no longer relies on any external files, now reporting more detailed compiler error messages in case of a failed compilation test without having to explicitly specify the --verbose command-line option.
Jurko Gospodnetić
2012-08-20 12:29:36 +0000
5ac8ae9d38Boost Jam cleanup - there is no need to convert a short Windows path to its long format except to generate that path's canonic format, i.e. to get the same value for the same file system entry, independent of the original path string used to identify that entry. To get closer to that effect in the ShortPathToLongPath() function, we remove a recently added optimization of not processing file/folder names that are certainly not in their short format. By processing such names we can correctly remove more unimportant case differences between different path strings representing the same file system entry, i.e. get the same canonic path string for them.
Jurko Gospodnetić
2012-08-20 11:54:10 +0000
6081d81b38Boost Jam cleanup - there is no need to convert a short Windows path to its long format except to generate that path's canonic format, i.e. to get the same value for the same file system entry, independent of the original path string used to identify that entry. To get closer to that effect in the ShortPathToLongPath() function, we remove a recently added optimization of not processing file/folder names that are certainly not in their short format. By processing such names we can correctly remove more unimportant case differences between different path strings representing the same file system entry, i.e. get the same canonic path string for them.
Jurko Gospodnetić
2012-08-20 11:54:10 +0000
ae9a213feaBoost Build's internal module_actions.py test updated to pass when run with the --verbose option by allowing extra output lines between those expected by the test itself.
Jurko Gospodnetić
2012-08-20 11:34:27 +0000
53c613a0d2Boost Build's internal module_actions.py test updated to pass when run with the --verbose option by allowing extra output lines between those expected by the test itself.
Jurko Gospodnetić
2012-08-20 11:34:27 +0000
e48de377ffInternal Boost Build module_actions.py test cleanup - no longer depends on externally prepared data, minor stylistic changes.
Jurko Gospodnetić
2012-08-20 11:32:14 +0000
1551cdcfc4Internal Boost Build module_actions.py test cleanup - no longer depends on externally prepared data, minor stylistic changes.
Jurko Gospodnetić
2012-08-20 11:32:14 +0000
cac4b6b2e4Internal 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