Commit Graph

  • 1431fa5d17 Update comments. Vladimir Prus 2003-08-05 05:32:47 +0000
  • 286825f9d5 Rename 'xclass' to 'class'. Vladimir Prus 2003-08-05 05:25:33 +0000
  • 81dc7f094b Rename 'xclass' to 'class'. Vladimir Prus 2003-08-05 05:25:33 +0000
  • cc7f7307b0 Fix 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
  • 96f5fdbd21 Fix 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
  • cc58f9419f Fix 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
  • 6b00064ae3 Fix 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
  • 2e6aee9fe6 Fix 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
  • c6af8a74b7 Fix 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
  • a9cb673c30 Rename 'xnew' to just 'new'. Vladimir Prus 2003-08-04 11:12:30 +0000
  • a8291718dd Rename 'xnew' to just 'new'. Vladimir Prus 2003-08-04 11:12:30 +0000
  • 7fceeb4bc7 Drop all style classes support. Vladimir Prus 2003-08-04 10:53:34 +0000
  • 96ba56a2e9 Drop all style classes support. Vladimir Prus 2003-08-04 10:53:34 +0000
  • 4d4b3da5d3 Add forgotten files. Vladimir Prus 2003-08-04 09:31:20 +0000
  • 9f4f5ca717 Add forgotten files. Vladimir Prus 2003-08-04 09:31:20 +0000
  • c354977097 New builtin NORMALIZE_PATH. Vladimir Prus 2003-08-04 09:29:28 +0000
  • 9ff2227563 New builtin NORMALIZE_PATH. Vladimir Prus 2003-08-04 09:29:28 +0000
  • 4ec3f81593 New builtin SORT. Vladimir Prus 2003-08-04 09:27:47 +0000
  • 5e191e6cc6 New builtin SORT. Vladimir Prus 2003-08-04 09:27:47 +0000
  • df07d2f0d0 Convert remaining classes. Vladimir Prus 2003-08-04 09:25:34 +0000
  • 3bb6fbed85 Convert remaining classes. Vladimir Prus 2003-08-04 09:25:34 +0000
  • bd38c04d0e Move abstract-target hierarchy to new classes. Vladimir Prus 2003-08-04 09:22:29 +0000
  • fe09f7e4fe Move abstract-target hierarchy to new classes. Vladimir Prus 2003-08-04 09:22:29 +0000
  • c1e3f990f1 Move generators to new-style classes. Vladimir Prus 2003-08-04 09:19:54 +0000
  • 07fbff6420 Move generators to new-style classes. Vladimir Prus 2003-08-04 09:19:54 +0000
  • c661419db3 Make action hierarchy use new style classes. Vladimir Prus 2003-08-04 09:15:36 +0000
  • 6338351c15 Make action hierarchy use new style classes. Vladimir Prus 2003-08-04 09:15:36 +0000
  • 26da990bc6 Make virtual-target hierarchy use new style classes. Vladimir Prus 2003-08-04 09:13:22 +0000
  • 648087afed Make virtual-target hierarchy use new style classes. Vladimir Prus 2003-08-04 09:13:22 +0000
  • 2447c88092 Refactorings. Vladimir Prus 2003-08-04 09:09:49 +0000
  • 6070dd8fd6 Refactorings. Vladimir Prus 2003-08-04 09:09:49 +0000
  • d16b5709cd Introduce 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
  • d6dfb4f9db Introduce 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
  • 88d198970c Speed up module imports. Vladimir Prus 2003-08-04 08:45:41 +0000
  • 262fff312e Speed up module imports. Vladimir Prus 2003-08-04 08:45:41 +0000
  • d5900569b6 Bug fix for spaces in pathnames Dave Abrahams 2003-07-31 01:21:21 +0000
  • e462e1950b Make default paths use %ProgramFiles%. Thomas Witt 2003-07-30 20:26:04 +0000
  • 5d6e9d95a5 Renamed <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
  • 1cb6571cc4 Revert 1.93, which was causing severe performance problems for Jurgen. Vladimir Prus 2003-07-30 09:43:14 +0000
  • dd87c5db3c Revert 1.93, which was causing severe performance problems for Jurgen. Vladimir Prus 2003-07-30 09:43:14 +0000
  • 6cccfdb5ce Use /opt/SUNWspro as default location of Sun compiler. Vladimir Prus 2003-07-30 06:19:07 +0000
  • c8b1f1a141 Use /opt/SUNWspro as default location of Sun compiler. Vladimir Prus 2003-07-30 06:19:07 +0000
  • ef9f5c9569 Allow como-win32 backend compiler to be specified via COMO_BACKEND_PATH Beman Dawes 2003-07-29 15:05:06 +0000
  • 17d8027ce4 Add support for the Sun's toolset. Vladimir Prus 2003-07-29 09:26:44 +0000
  • 3342b7158d Add support for the Sun's toolset. Vladimir Prus 2003-07-29 09:26:44 +0000
  • 34b0c5d51d Correct the copyright. Vladimir Prus 2003-07-28 08:25:29 +0000
  • 67164c9531 Correct the copyright. Vladimir Prus 2003-07-28 08:25:29 +0000
  • 630e14381f Bugfix. Keep the same suffix when staging files. Vladimir Prus 2003-07-28 08:18:20 +0000
  • 095aec20c9 Bugfix. Keep the same suffix when staging files. Vladimir Prus 2003-07-28 08:18:20 +0000
  • 84ed51d9be Allow to change the default value of feature. Vladimir Prus 2003-07-28 07:35:33 +0000
  • 9925b77038 Allow to change the default value of feature. Vladimir Prus 2003-07-28 07:35:33 +0000
  • 9935ca42e3 Weaken multiple main target default build check. Must be identical rather then only defined on first. Vladimir Prus 2003-07-25 07:58:47 +0000
  • dce232a600 Weaken multiple main target default build check. Must be identical rather then only defined on first. Vladimir Prus 2003-07-25 07:58:47 +0000
  • 02e0ec0de5 Quote filenames when needed. Vladimir Prus 2003-07-25 06:55:42 +0000
  • 5b5bbd0ea4 Quote filenames when needed. Vladimir Prus 2003-07-25 06:55:42 +0000
  • 4f30918d6a Patch from Pedro Ferreira to implement <tag> feature. Vladimir Prus 2003-07-24 13:57:45 +0000
  • 86c21bd202 Patch from Pedro Ferreira to implement <tag> feature. Vladimir Prus 2003-07-24 13:57:45 +0000
  • 2daf11039f Bugfixes. Don't use TEMPORARY, since it blocks updates for some reason. Fix path computations. Vladimir Prus 2003-07-24 06:17:56 +0000
  • 9f5c3c21af Bugfixes. Don't use TEMPORARY, since it blocks updates for some reason. Fix path computations. Vladimir Prus 2003-07-24 06:17:56 +0000
  • cf7aedcd68 Patch 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
  • 4b1186fdcf Patch 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
  • c38e8339f2 Update dev plan. Vladimir Prus 2003-07-22 10:19:08 +0000
  • b66c7b33b3 Update dev plan. Vladimir Prus 2003-07-22 10:19:08 +0000
  • 11d9de9016 Unbreak the test on Windows. Vladimir Prus 2003-07-22 09:31:45 +0000
  • a2cbcc3485 Unbreak the test on Windows. Vladimir Prus 2003-07-22 09:31:45 +0000
  • 15b0e35204 Python 2.1 compatibility. Vladimir Prus 2003-07-22 09:02:09 +0000
  • 0f3a093787 Python 2.1 compatibility. Vladimir Prus 2003-07-22 09:02:09 +0000
  • 9e9bd94b01 Update download locations. Vladimir Prus 2003-07-22 08:51:05 +0000
  • e3c6fbaa24 Update download locations. Vladimir Prus 2003-07-22 08:51:05 +0000
  • 566e58e3ec Update version. Vladimir Prus 2003-07-22 08:50:09 +0000
  • 4fae7e57ba Update version. Vladimir Prus 2003-07-22 08:50:09 +0000
  • 2730108a2e Doc tweak. Vladimir Prus 2003-07-22 08:47:08 +0000
  • 36ffb9a557 Doc tweak. Vladimir Prus 2003-07-22 08:47:08 +0000
  • 4539ab8e25 Update bug reporting guidelines. Vladimir Prus 2003-07-22 08:44:45 +0000
  • 7b8c2fca3f Fix BB46 (inline targets renaming). Vladimir Prus 2003-07-21 08:30:20 +0000
  • 7868755b80 Fix BB46 (inline targets renaming). Vladimir Prus 2003-07-21 08:30:20 +0000
  • 338c784003 Make it possible to account for PSDK Dave Abrahams 2003-07-21 07:26:45 +0000
  • a0ef4f59fc Make it possible to account for PSDK Dave Abrahams 2003-07-21 07:26:45 +0000
  • 72d84b8e49 Bugfix: conditionals properties was misbehaving when there were ":" in property value. Vladimir Prus 2003-07-21 07:17:19 +0000
  • e7885b762b Bugfix: conditionals properties was misbehaving when there were ":" in property value. Vladimir Prus 2003-07-21 07:17:19 +0000
  • d14334895e Unbreak STLport and railsys test. Vladimir Prus 2003-07-21 06:43:28 +0000
  • ee7194978b Unbreak STLport and railsys test. Vladimir Prus 2003-07-21 06:43:28 +0000
  • 370c9f2bfe Work on BB43 (hang on loop in main target references). Vladimir Prus 2003-07-21 06:21:27 +0000
  • b99efeacea Work on BB43 (hang on loop in main target references). Vladimir Prus 2003-07-21 06:21:27 +0000
  • 1a7819fe34 Fix BB38 (composite properties expansion buggy). Vladimir Prus 2003-07-21 05:55:42 +0000
  • bde62b8a07 Fix BB38 (composite properties expansion buggy). Vladimir Prus 2003-07-21 05:55:42 +0000
  • 35aa067d95 Fix a bug which caused non-free feature to appear twice in property set. Vladimir Prus 2003-07-21 05:34:15 +0000
  • 67c208aa05 Fix a bug which caused non-free feature to appear twice in property set. Vladimir Prus 2003-07-21 05:34:15 +0000
  • a130972d43 Add "common.file-creation-command" rule, to help in testing. Vladimir Prus 2003-07-21 05:17:57 +0000
  • e0265e2a6b Add "common.file-creation-command" rule, to help in testing. Vladimir Prus 2003-07-21 05:17:57 +0000
  • 85572ef5c4 Improve error message. Vladimir Prus 2003-07-21 05:16:47 +0000
  • 59212913f9 Improve error message. Vladimir Prus 2003-07-21 05:16:47 +0000
  • 0d114ea9a6 fix typo Jens Maurer 2003-07-18 20:10:10 +0000
  • 4784c57a46 Optimization: don't use "path" module when not needed. Vladimir Prus 2003-07-18 12:57:38 +0000
  • c1a2aaf020 Optimization: don't use "path" module when not needed. Vladimir Prus 2003-07-18 12:57:38 +0000
  • 9812fadd36 Fix BB48: don't change suffix on prebuilt targets. Vladimir Prus 2003-07-18 12:16:50 +0000
  • e269bff967 Fix BB48: don't change suffix on prebuilt targets. Vladimir Prus 2003-07-18 12:16:50 +0000
  • f2fbed621b Make 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
  • 20454ce9df Make 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
  • 117d3e0bd9 Language edits. Vladimir Prus 2003-07-17 09:26:57 +0000