1431fa5d17Update comments.
Vladimir Prus
2003-08-05 05:32:47 +0000
286825f9d5Rename 'xclass' to 'class'.
Vladimir Prus
2003-08-05 05:25:33 +0000
81dc7f094bRename 'xclass' to 'class'.
Vladimir Prus
2003-08-05 05:25:33 +0000
cc7f7307b0Fix building of dist target. On my previous changes for grammar building I unintentionally removed the building of the yyacc program.
Rene Rivera
2003-08-05 05:18:40 +0000
96f5fdbd21Fix building of dist target. On my previous changes for grammar building I unintentionally removed the building of the yyacc program.
Rene Rivera
2003-08-05 05:18:40 +0000
cc58f9419fFix compilation for conforming C compilers, in this case Borland. Structure initialization is only allowed with constant initializers.
Rene Rivera
2003-08-05 04:59:57 +0000
6b00064ae3Fix compilation for conforming C compilers, in this case Borland. Structure initialization is only allowed with constant initializers.
Rene Rivera
2003-08-05 04:59:57 +0000
2e6aee9fe6Fix compilation for conforming C compilers, in this case VC7. Variable declarations are only allowed at the start of scopes, not in the middle like C++.
Rene Rivera
2003-08-05 04:48:28 +0000
c6af8a74b7Fix compilation for conforming C compilers, in this case VC7. Variable declarations are only allowed at the start of scopes, not in the middle like C++.
Rene Rivera
2003-08-05 04:48:28 +0000
a9cb673c30Rename 'xnew' to just 'new'.
Vladimir Prus
2003-08-04 11:12:30 +0000
a8291718ddRename 'xnew' to just 'new'.
Vladimir Prus
2003-08-04 11:12:30 +0000
7fceeb4bc7Drop all style classes support.
Vladimir Prus
2003-08-04 10:53:34 +0000
96ba56a2e9Drop all style classes support.
Vladimir Prus
2003-08-04 10:53:34 +0000
4d4b3da5d3Add forgotten files.
Vladimir Prus
2003-08-04 09:31:20 +0000
9f4f5ca717Add forgotten files.
Vladimir Prus
2003-08-04 09:31:20 +0000
c354977097New builtin NORMALIZE_PATH.
Vladimir Prus
2003-08-04 09:29:28 +0000
9ff2227563New builtin NORMALIZE_PATH.
Vladimir Prus
2003-08-04 09:29:28 +0000
4ec3f81593New builtin SORT.
Vladimir Prus
2003-08-04 09:27:47 +0000
5e191e6cc6New builtin SORT.
Vladimir Prus
2003-08-04 09:27:47 +0000
df07d2f0d0Convert remaining classes.
Vladimir Prus
2003-08-04 09:25:34 +0000
3bb6fbed85Convert remaining classes.
Vladimir Prus
2003-08-04 09:25:34 +0000
bd38c04d0eMove abstract-target hierarchy to new classes.
Vladimir Prus
2003-08-04 09:22:29 +0000
fe09f7e4feMove abstract-target hierarchy to new classes.
Vladimir Prus
2003-08-04 09:22:29 +0000
c1e3f990f1Move generators to new-style classes.
Vladimir Prus
2003-08-04 09:19:54 +0000
07fbff6420Move generators to new-style classes.
Vladimir Prus
2003-08-04 09:19:54 +0000
c661419db3Make action hierarchy use new style classes.
Vladimir Prus
2003-08-04 09:15:36 +0000
6338351c15Make action hierarchy use new style classes.
Vladimir Prus
2003-08-04 09:15:36 +0000
26da990bc6Make virtual-target hierarchy use new style classes.
Vladimir Prus
2003-08-04 09:13:22 +0000
648087afedMake virtual-target hierarchy use new style classes.
Vladimir Prus
2003-08-04 09:13:22 +0000
2447c88092Refactorings.
Vladimir Prus
2003-08-04 09:09:49 +0000
6070dd8fd6Refactorings.
Vladimir Prus
2003-08-04 09:09:49 +0000
d16b5709cdIntroduce new-style classes. They are declared by 'xclass' and instances are created by 'xnew'. Those names will be changed when all classes are migrated.
Vladimir Prus
2003-08-04 09:01:54 +0000
d6dfb4f9dbIntroduce new-style classes. They are declared by 'xclass' and instances are created by 'xnew'. Those names will be changed when all classes are migrated.
Vladimir Prus
2003-08-04 09:01:54 +0000
88d198970cSpeed up module imports.
Vladimir Prus
2003-08-04 08:45:41 +0000
262fff312eSpeed up module imports.
Vladimir Prus
2003-08-04 08:45:41 +0000
d5900569b6Bug fix for spaces in pathnames
Dave Abrahams
2003-07-31 01:21:21 +0000
e462e1950bMake default paths use %ProgramFiles%.
Thomas Witt
2003-07-30 20:26:04 +0000
5d6e9d95a5Renamed <wide-character-support> option to the more appropriate (for what it actually does) <unicode-application>. Also turned it off by default (since it invokes non-standard behaviour).
John Maddock
2003-07-30 12:25:03 +0000
1cb6571cc4Revert 1.93, which was causing severe performance problems for Jurgen.
Vladimir Prus
2003-07-30 09:43:14 +0000
dd87c5db3cRevert 1.93, which was causing severe performance problems for Jurgen.
Vladimir Prus
2003-07-30 09:43:14 +0000
6cccfdb5ceUse /opt/SUNWspro as default location of Sun compiler.
Vladimir Prus
2003-07-30 06:19:07 +0000
c8b1f1a141Use /opt/SUNWspro as default location of Sun compiler.
Vladimir Prus
2003-07-30 06:19:07 +0000
ef9f5c9569Allow como-win32 backend compiler to be specified via COMO_BACKEND_PATH
Beman Dawes
2003-07-29 15:05:06 +0000
17d8027ce4Add support for the Sun's toolset.
Vladimir Prus
2003-07-29 09:26:44 +0000
3342b7158dAdd support for the Sun's toolset.
Vladimir Prus
2003-07-29 09:26:44 +0000
34b0c5d51dCorrect the copyright.
Vladimir Prus
2003-07-28 08:25:29 +0000
67164c9531Correct the copyright.
Vladimir Prus
2003-07-28 08:25:29 +0000
630e14381fBugfix. Keep the same suffix when staging files.
Vladimir Prus
2003-07-28 08:18:20 +0000
095aec20c9Bugfix. Keep the same suffix when staging files.
Vladimir Prus
2003-07-28 08:18:20 +0000
84ed51d9beAllow to change the default value of feature.
Vladimir Prus
2003-07-28 07:35:33 +0000
9925b77038Allow to change the default value of feature.
Vladimir Prus
2003-07-28 07:35:33 +0000
9935ca42e3Weaken multiple main target default build check. Must be identical rather then only defined on first.
Vladimir Prus
2003-07-25 07:58:47 +0000
dce232a600Weaken multiple main target default build check. Must be identical rather then only defined on first.
Vladimir Prus
2003-07-25 07:58:47 +0000
02e0ec0de5Quote filenames when needed.
Vladimir Prus
2003-07-25 06:55:42 +0000
5b5bbd0ea4Quote filenames when needed.
Vladimir Prus
2003-07-25 06:55:42 +0000
4f30918d6aPatch from Pedro Ferreira to implement <tag> feature.
Vladimir Prus
2003-07-24 13:57:45 +0000
86c21bd202Patch from Pedro Ferreira to implement <tag> feature.
Vladimir Prus
2003-07-24 13:57:45 +0000
2daf11039fBugfixes. Don't use TEMPORARY, since it blocks updates for some reason. Fix path computations.
Vladimir Prus
2003-07-24 06:17:56 +0000
9f5c3c21afBugfixes. Don't use TEMPORARY, since it blocks updates for some reason. Fix path computations.
Vladimir Prus
2003-07-24 06:17:56 +0000
cf7aedcd68Patch from Christopher Currie, changes building with sunpro tools to use the C compiler instead of the C++ compiler.
Rene Rivera
2003-07-22 16:40:27 +0000
4b1186fdcfPatch from Christopher Currie, changes building with sunpro tools to use the C compiler instead of the C++ compiler.
Rene Rivera
2003-07-22 16:40:27 +0000
c38e8339f2Update dev plan.
Vladimir Prus
2003-07-22 10:19:08 +0000
b66c7b33b3Update dev plan.
Vladimir Prus
2003-07-22 10:19:08 +0000
11d9de9016Unbreak the test on Windows.
Vladimir Prus
2003-07-22 09:31:45 +0000
a2cbcc3485Unbreak the test on Windows.
Vladimir Prus
2003-07-22 09:31:45 +0000
15b0e35204Python 2.1 compatibility.
Vladimir Prus
2003-07-22 09:02:09 +0000
0f3a093787Python 2.1 compatibility.
Vladimir Prus
2003-07-22 09:02:09 +0000
9e9bd94b01Update download locations.
Vladimir Prus
2003-07-22 08:51:05 +0000
e3c6fbaa24Update download locations.
Vladimir Prus
2003-07-22 08:51:05 +0000
566e58e3ecUpdate version.
Vladimir Prus
2003-07-22 08:50:09 +0000
4fae7e57baUpdate version.
Vladimir Prus
2003-07-22 08:50:09 +0000
2730108a2eDoc tweak.
Vladimir Prus
2003-07-22 08:47:08 +0000
36ffb9a557Doc tweak.
Vladimir Prus
2003-07-22 08:47:08 +0000
4539ab8e25Update bug reporting guidelines.
Vladimir Prus
2003-07-22 08:44:45 +0000
7b8c2fca3fFix BB46 (inline targets renaming).
Vladimir Prus
2003-07-21 08:30:20 +0000
7868755b80Fix BB46 (inline targets renaming).
Vladimir Prus
2003-07-21 08:30:20 +0000
338c784003Make it possible to account for PSDK
Dave Abrahams
2003-07-21 07:26:45 +0000
a0ef4f59fcMake it possible to account for PSDK
Dave Abrahams
2003-07-21 07:26:45 +0000
72d84b8e49Bugfix: conditionals properties was misbehaving when there were ":" in property value.
Vladimir Prus
2003-07-21 07:17:19 +0000
e7885b762bBugfix: conditionals properties was misbehaving when there were ":" in property value.
Vladimir Prus
2003-07-21 07:17:19 +0000
d14334895eUnbreak STLport and railsys test.
Vladimir Prus
2003-07-21 06:43:28 +0000
ee7194978bUnbreak STLport and railsys test.
Vladimir Prus
2003-07-21 06:43:28 +0000
370c9f2bfeWork on BB43 (hang on loop in main target references).
Vladimir Prus
2003-07-21 06:21:27 +0000
b99efeaceaWork on BB43 (hang on loop in main target references).
Vladimir Prus
2003-07-21 06:21:27 +0000
1a7819fe34Fix BB38 (composite properties expansion buggy).
Vladimir Prus
2003-07-21 05:55:42 +0000
bde62b8a07Fix BB38 (composite properties expansion buggy).
Vladimir Prus
2003-07-21 05:55:42 +0000
35aa067d95Fix a bug which caused non-free feature to appear twice in property set.
Vladimir Prus
2003-07-21 05:34:15 +0000
67c208aa05Fix a bug which caused non-free feature to appear twice in property set.
Vladimir Prus
2003-07-21 05:34:15 +0000
a130972d43Add "common.file-creation-command" rule, to help in testing.
Vladimir Prus
2003-07-21 05:17:57 +0000
e0265e2a6bAdd "common.file-creation-command" rule, to help in testing.
Vladimir Prus
2003-07-21 05:17:57 +0000
85572ef5c4Improve error message.
Vladimir Prus
2003-07-21 05:16:47 +0000
59212913f9Improve error message.
Vladimir Prus
2003-07-21 05:16:47 +0000
4784c57a46Optimization: don't use "path" module when not needed.
Vladimir Prus
2003-07-18 12:57:38 +0000
c1a2aaf020Optimization: don't use "path" module when not needed.
Vladimir Prus
2003-07-18 12:57:38 +0000
9812fadd36Fix BB48: don't change suffix on prebuilt targets.
Vladimir Prus
2003-07-18 12:16:50 +0000
e269bff967Fix BB48: don't change suffix on prebuilt targets.
Vladimir Prus
2003-07-18 12:16:50 +0000
f2fbed621bMake it so that setting of BOOST_ROOT is not required, allowing the getting started instructions for BBv2 work! Now the boostbook files are searched for additionally in $(BOOST_BUILD_PATH)/../boostbook.
Dave Abrahams
2003-07-17 15:34:28 +0000
20454ce9dfMake it so that setting of BOOST_ROOT is not required, allowing the getting started instructions for BBv2 work! Now the boostbook files are searched for additionally in $(BOOST_BUILD_PATH)/../boostbook.
Dave Abrahams
2003-07-17 15:34:28 +0000
117d3e0bd9Language edits.
Vladimir Prus
2003-07-17 09:26:57 +0000