Commit Graph

50051 Commits

Author SHA1 Message Date
Eric Friedman
05c3a2c077 Workaround in tests for gcc 2.9.5.
[SVN r18790]
2003-06-14 05:03:54 +00:00
Martin Wille
2493b26e2b -- changed the order in which it is checked for Comeau C++ and GCC
this is required to detect Comeau C++ with gcc backend correctly


[SVN r18789]
2003-06-13 13:05:58 +00:00
Peter Dimov
f410b462b0 -Wundef fixes.
[SVN r18788]
2003-06-12 17:09:24 +00:00
Beman Dawes
49a45dcf89 chg tag to <note>...</note>
[SVN r18787]
2003-06-12 14:30:53 +00:00
Aleksey Gurtovoy
b2f1807dca fix 'size<vector...>' for no-CTPS compilers
[SVN r18786]
2003-06-12 10:52:50 +00:00
Aleksey Gurtovoy
c598b0fadf is_sequence fix for MSVC 6.5/7.0
[SVN r18785]
2003-06-12 10:17:31 +00:00
Gennadiy Rozental
d8f27c2e09 *** empty log message ***
[SVN r18784]
2003-06-12 00:02:39 +00:00
Beman Dawes
ae519ffd8f add directory-placeholder syntax
[SVN r18783]
2003-06-11 18:03:22 +00:00
Gennadiy Rozental
cadff4dc8a eliminate mismatch types warning
[SVN r18782]
2003-06-11 15:47:03 +00:00
Vladimir Prus
635e924a10 Document new target-id syntax.
[SVN r18781]
2003-06-11 12:27:36 +00:00
Vladimir Prus
dd77712005 Implement new target-id syntax.
[SVN r18780]
2003-06-11 12:22:03 +00:00
John Maddock
cbc1777434 Added warning in the case that no intrinsic support is available.
[SVN r18779]
2003-06-11 12:19:31 +00:00
John Maddock
69b728801d Added new macro definition: BOOST_HAS_TYPE_TRAITS_INTRINSICS
[SVN r18778]
2003-06-11 12:12:18 +00:00
John Maddock
fd2a645b7e Added check for invalid regular expression in matching code.
[SVN r18777]
2003-06-11 12:11:17 +00:00
Vladimir Prus
297edded8e Explicitly pass source type for msvc.
[SVN r18776]
2003-06-11 11:48:15 +00:00
Vladimir Prus
7fb8661224 Explicitly specify source type when compiling, so that there's no need to
specify both name for C++ compiler and for C compiler, when initializing
non-default version.


[SVN r18775]
2003-06-11 10:27:46 +00:00
Vladimir Prus
c8bbea3a1e Compile C files with C compiler, not C++. This commit would close BB32, if
it included MSVC...

* new/toolset.jam:
  Allow action names with dots, so that we can set flags for
   gcc.compile.c, gcc.compile and gcc and combine those flags.

* tools/gcc.jam: Use 'gcc' for compiling C files. There's still a problem:
   'init' rules does not allow to configure name of C compiler. Also, don't
   declare flags individually for gcc.link and gcc.link-dll.

* tools/borland.jam: Force C++ compile when needed.


[SVN r18774]
2003-06-11 08:40:45 +00:00
Rene Rivera
67bd1a8105 Implement the HTML output type.
[SVN r18772]
2003-06-11 07:09:43 +00:00
Rene Rivera
3dad058922 Temporary fix to prevent multiple calls into the help system. To be removed when I have time to move code into the help options file.
[SVN r18771]
2003-06-11 07:09:00 +00:00
Rene Rivera
6a8029ceff Removed commented code.
[SVN r18770]
2003-06-11 05:26:17 +00:00
Gennadiy Rozental
7651045b82 minor fix
[SVN r18768]
2003-06-11 04:34:22 +00:00
Gennadiy Rozental
055cf882c9 *** empty log message ***
[SVN r18767]
2003-06-11 01:52:29 +00:00
Gennadiy Rozental
c3831bd27c force unix slash for file name
[SVN r18766]
2003-06-11 01:52:09 +00:00
Beman Dawes
8a43feb2bb Minor tweeks
[SVN r18765]
2003-06-11 00:56:08 +00:00
Beman Dawes
ee3e30b147 fix for cases where . and .. are not first in directory (reported by Tim Shead)
[SVN r18764]
2003-06-10 21:00:26 +00:00
Gennaro Prota
aab8061af5 removed two blank lines, for consistency
[SVN r18763]
2003-06-10 17:48:17 +00:00
Gennaro Prota
5ec84ae4e3 added documentation for BOOST_EXPLICIT_TEMPLATE_TYPE & Co.
[SVN r18762]
2003-06-10 17:24:39 +00:00
John Maddock
d5c7979d9f Fixed array bounds so that gcc3 will actually compile the code, it's now seriously unmainable though, still it's the only thing that seems to work...
[SVN r18761]
2003-06-10 11:59:44 +00:00
Vladimir Prus
7055663713 Document that project-root can act as Jamfile. Explicitly list predefines
rules in project context.


[SVN r18760]
2003-06-10 11:39:34 +00:00
Vladimir Prus
78c4c21c6c Allow project-root.jam to act as Jamfile.
* new/project-root.jam (project-root-context.project): New rule
  (find-project-rule): New rule, factored out of 'load' so that it can
  be used elsewhere.

* new/project.jam (find): When project is not yet known, try loading
  project-root, not only Jamfile.


[SVN r18759]
2003-06-10 11:07:56 +00:00
Eric Friedman
895892ee5c Borland fixes.
[SVN r18758]
2003-06-10 09:07:20 +00:00
Eric Friedman
78d74539ea Initial release.
[SVN r18757]
2003-06-10 09:07:08 +00:00
Gennadiy Rozental
de6660d107 *** empty log message ***
[SVN r18756]
2003-06-10 08:01:21 +00:00
Gennadiy Rozental
c3a5ecf8e7 has_failed conseder test_case_failed != 0 as an error
[SVN r18755]
2003-06-10 08:00:34 +00:00
Gennadiy Rozental
47c861dcbf test_case_template_test added
parameterized test updated


[SVN r18754]
2003-06-10 07:57:33 +00:00
Gennadiy Rozental
c707c2e96f *** empty log message ***
[SVN r18753]
2003-06-10 03:39:21 +00:00
Gennadiy Rozental
92d124f4a2 UNDEF report level introduced
[SVN r18752]
2003-06-10 03:36:51 +00:00
Gennadiy Rozental
35e13306a3 set report level algorithm patched
[SVN r18751]
2003-06-10 03:35:38 +00:00
Gennadiy Rozental
34f416a71a desable SEH if BOOST_DISABLE_WIN32 in effect
[SVN r18750]
2003-06-10 03:34:28 +00:00
Eric Friedman
69da80a393 Added note explaining transitory (i.e. unfinished) implementation.
[SVN r18749]
2003-06-09 23:40:10 +00:00
Eric Friedman
f39556a1a6 Fixed problem re: incomplete type w/ is_base_and_derived.
[SVN r18748]
2003-06-09 23:34:22 +00:00
Eric Friedman
b6cff0cf56 Allow printing of a variant contained in a variant.
[SVN r18747]
2003-06-09 22:42:44 +00:00
Eric Friedman
19627d6287 Added boost::detail::max_align to Borland-specific implementation.
[SVN r18746]
2003-06-09 22:16:19 +00:00
Peter Dimov
8dc3205215 Minor fix, scoped_ptr in the intro should've been shared_ptr.
[SVN r18745]
2003-06-09 18:25:41 +00:00
Ralf W. Grosse-Kunstleve
c3f9d11d4f MIPSpro workaround
[SVN r18744]
2003-06-09 13:10:34 +00:00
John Maddock
833ea59af3 Added explicit bounds to arrays, as patch for broken compilers that can't otherwise cope.
[SVN r18743]
2003-06-09 11:56:15 +00:00
John Maddock
020c930f19 Added bcp utility (initial commit).
[SVN r18742]
2003-06-09 11:52:33 +00:00
Dave Abrahams
bb79cc482b Check in a failing vc7 test.
[SVN r18741]
2003-06-09 11:38:53 +00:00
Gennadiy Rozental
0d2603c528 *** empty log message ***
[SVN r18740]
2003-06-09 09:53:48 +00:00
Gennadiy Rozental
f05ef5da4e *** empty log message ***
[SVN r18739]
2003-06-09 09:52:37 +00:00