Commit Graph

50050 Commits

Author SHA1 Message Date
Dave Abrahams
51aff36c0a initial commit
[SVN r18373]
2003-05-08 22:22:23 +00:00
Dave Abrahams
16b202de38 Bug fix
[SVN r18372]
2003-05-08 20:18:14 +00:00
Vladimir Prus
542d68807b Improve tests.
* tests/prebuilt/ext/Jamfile3: Test that prebuilt targets with
  absolute names work.


[SVN r18371]
2003-05-08 13:52:28 +00:00
Dave Abrahams
af06f3af5f un-pluralized "target-types" in try-one-generator.
[SVN r18370]
2003-05-08 13:33:17 +00:00
Dave Abrahams
c54064a245 Improved grammar of comment on specific-main-target()
Added a comment for str() and improved variable naming


[SVN r18369]
2003-05-08 13:32:34 +00:00
Dave Abrahams
8671377859 Don't reverse slash direction when reconstituting paths on NT
[SVN r18368]
2003-05-08 13:30:24 +00:00
Vladimir Prus
662defda90 Bugfix.
* new/gcc.jam: Quote includes and library names.


[SVN r18367]
2003-05-08 12:54:55 +00:00
Vladimir Prus
319b599eda Bugfix.
* new/feature.jam (get-values): Don't change slash direction on windows.
  The bug can be seen by reverting this change and adding

      import feature ;
      ECHO [ feature.get-values <file> : <file>a/b/c.dll ] ;

  to 'project-root.jam' of examples-v2/hello.


[SVN r18366]
2003-05-08 12:26:38 +00:00
Aleksey Gurtovoy
fd936a4e60 define BOOST_NO_INCLASS_MEMBER_INITIALIZATION for Sun
[SVN r18365]
2003-05-08 12:10:36 +00:00
Guillaume Melquiond
0de3e01679 Revert a patch that broke Intel compiler on Linux
[SVN r18364]
2003-05-08 11:38:31 +00:00
Vladimir Prus
9a73819057 Bugfix.
* new/virtual-target.jam
  (file-target.specific-main-target): Check not only free, but also
  dependency properties when deciding if targets is specific to the main
  target.
* new/dependency_property.py: New test.


[SVN r18363]
2003-05-08 11:24:26 +00:00
Vladimir Prus
4e074505eb Improve testing.
* new/builtin.jam: Register RSP and IMPORT_LIB types, and associated
  generators unconditionally, since the previous behaviour made using
  the same dir for testing from linux and windows inconvenient:
  "using msvc" was causing errors on linux because RSP type was not defined.


[SVN r18362]
2003-05-08 11:06:30 +00:00
Bruno da Silva de Oliveira
8d83623c36 - Fixed bug where GCCXML was generating more than one declaration of a given class
[SVN r18359]
2003-05-08 10:38:51 +00:00
Aleksey Gurtovoy
f0cebccd56 restore from the CVS crash
[SVN r18358]
2003-05-08 10:10:54 +00:00
Vladimir Prus
f5959a71f3 Refactorings.
* new/msvc.jam
  (version-configured, versionless-configured): Remove unused vars.
  (init): Don't call 'flags SETUP ...', since SETUP is never used.
  (locate): Extracted from 'init'.


[SVN r18357]
2003-05-08 09:55:39 +00:00
Aleksey Gurtovoy
ac15a25541 restore from the CVS crash
[SVN r18356]
2003-05-08 09:43:23 +00:00
Vladimir Prus
5403d6fd0f Add missing dllexport.
[SVN r18355]
2003-05-08 08:53:39 +00:00
Vladimir Prus
0dfc9b7b3c Redo commit eated by disk crash: add 'storage_begin()' and
'storage_end()' functions.


[SVN r18354]
2003-05-08 07:07:07 +00:00
Dave Abrahams
8c927d355e restore from disk crash
[SVN r18353]
2003-05-08 02:19:10 +00:00
Dave Abrahams
7c72e37d5b * new/generators.jam: Improved commenting, naming, formatting
(generator.match-rank): Count also requirements when determining the rank,
   not only optional properties.
  (generator.run): Always set 'multiple' to true.


[SVN r18352]
2003-05-08 00:25:27 +00:00
Dave Abrahams
2c931611e7 conversion/test subinclude
[SVN r18351]
2003-05-08 00:07:59 +00:00
Dave Abrahams
93bb7bc69e initial commit
[SVN r18350]
2003-05-07 22:42:35 +00:00
Beman Dawes
fceda9c444 Initial re-commit after CVS disk crash
[SVN r18349]
2003-05-07 20:59:06 +00:00
Beman Dawes
8cfa068da9 Initial re-commit after CVS disk crash
[SVN r18348]
2003-05-07 20:41:11 +00:00
Dave Abrahams
812267f34d Enable symlink test for Cygwin, since it's been fixed there.
[SVN r18347]
2003-05-07 16:08:33 +00:00
Dave Abrahams
9bc22102b7 Works on Cygwin now
[SVN r18346]
2003-05-07 16:08:04 +00:00
Dave Abrahams
d741dd409e On NT, force backslashes during binding phase so that files will be
found.  This used to be taken care of by path_build, but now that
we're trying to preserve slash direction there, we need this here.


[SVN r18345]
2003-05-07 16:07:40 +00:00
Jaakko Järvi
e25c34e429 fixed a few links
[SVN r18344]
2003-05-07 16:01:33 +00:00
Beman Dawes
f8ae9fae39 Initial commit (after CVS lost previous two)
[SVN r18343]
2003-05-07 12:20:47 +00:00
Aleksey Gurtovoy
90f72e66ce basic 'set' operations
[SVN r18342]
2003-05-03 11:13:11 +00:00
Aleksey Gurtovoy
84a59f630a set stub implementation
[SVN r18341]
2003-05-03 04:42:21 +00:00
Aleksey Gurtovoy
a552a3e8fa set stub implementation
[SVN r18340]
2003-05-03 02:07:24 +00:00
Beman Dawes
2a2f84da1c como can't do structured exceptions
[SVN r18339]
2003-05-02 17:57:40 +00:00
Beman Dawes
8b692712a3 support comiler path with spaces, plus fix backslashes
[SVN r18338]
2003-05-02 13:49:28 +00:00
Ralf W. Grosse-Kunstleve
da3edd7d1c Python 2.3b1 compatibility: LONG_LONG -> PY_LONG_LONG
[SVN r18337]
2003-05-01 05:19:47 +00:00
Rene Rivera
6baf9af65c Removed the /LIBPATH option for MSVC compilers as it's causing too much grief.
[SVN r18336]
2003-04-30 17:05:48 +00:00
Dave Abrahams
2becb49079 Added jamboost and C++-sig
[SVN r18335]
2003-04-30 13:29:55 +00:00
Dave Abrahams
c09a9bd368 Bug fix
[SVN r18334]
2003-04-30 01:33:51 +00:00
Beman Dawes
170dcfca24 Workaround VC++ 7.1 bug VSWhidbey 38416
[SVN r18333]
2003-04-29 18:13:20 +00:00
Peter Dimov
7ba2bfe527 Const-correctness patch extended to the NO_VOID_RETURNS code path.
[SVN r18332]
2003-04-29 13:28:57 +00:00
Samuel Krempp
9b64f7c071 there was some BOOST_WORKAROUND( BOOST_MSVC, BOOST_TESTED_AT( 1300) )
removed, now that the vc7.1 beta regressions results are available.


[SVN r18331]
2003-04-29 12:39:07 +00:00
Dave Abrahams
293d637fe1 Bug fix thanks to Vaclav Vesely <yg-boost-users-at-m.gmane.org>
[SVN r18330]
2003-04-28 19:43:35 +00:00
Jeff Garland
076125e58d make integer constructors explicit
[SVN r18329]
2003-04-28 14:30:49 +00:00
Vladimir Prus
4bcabe0bc5 Bugfixes.
* new/prebuilt.jam : Make 'file' feature into path-feature.
  (prebuilt-file-generator.run): Adjust accordingly.


[SVN r18328]
2003-04-28 14:12:17 +00:00
Rene Rivera
4ae1d73866 Slightly better explanation of replace.
[SVN r18327]
2003-04-28 14:07:37 +00:00
Vladimir Prus
02d58545e1 Cleanup.
* new/project.jam
  (lookup): If no module is associated with location, don't even try
  to get project attributes.


[SVN r18326]
2003-04-28 08:52:15 +00:00
Vladimir Prus
bc8a838124 Fix path properties handling bug, noted by Kirill Lapshin.
* new/property.jam
  (translate-paths): Apply 'path.make' to path properties.

* test/path_features.py: Test for the bug.


[SVN r18325]
2003-04-28 08:46:16 +00:00
Vladimir Prus
720626dae8 Fix problem with absolute paths for sources, noted by Kirill Lapshin.
* new/virtual-target.jam
  (from-file): Pass target name via "path.make".
  (abstract-file-target.actual-name): Pass target name via "path.native".

* test/absolute_sources.py: New test.


[SVN r18324]
2003-04-28 07:55:53 +00:00
Vladimir Prus
b1d5af77b1 Add test-config.jam skeleton.
[SVN r18323]
2003-04-28 07:45:02 +00:00
Vladimir Prus
0435a1e3f6 Update modification dates.
[SVN r18322]
2003-04-28 06:53:47 +00:00