Commit Graph

50051 Commits

Author SHA1 Message Date
Gennadiy Rozental
93d7075001 *** empty log message ***
[SVN r18738]
2003-06-09 09:52:16 +00:00
Gennadiy Rozental
5fadbe7ba4 *** empty log message ***
[SVN r18737]
2003-06-09 09:32:39 +00:00
Gennadiy Rozental
6aca1b04ba eliminate dll build on win32
[SVN r18736]
2003-06-09 09:32:01 +00:00
Gennadiy Rozental
b9bd943ee0 New docs
[SVN r18735]
2003-06-09 09:30:36 +00:00
Gennadiy Rozental
64deb8e722 added test_case_template_example
[SVN r18734]
2003-06-09 09:29:41 +00:00
Gennadiy Rozental
7df8373dbf 1.30.beta1
[SVN r18733]
2003-06-09 09:28:19 +00:00
Gennadiy Rozental
abb7643803 dependency example
[SVN r18732]
2003-06-09 09:27:56 +00:00
Gennadiy Rozental
5a4f4ef9ad BOOST_FUNC_TEMPLATE_TEST_CASE example
[SVN r18731]
2003-06-09 09:26:18 +00:00
Gennadiy Rozental
c0977bb951 added test for:
BOOST_TEST_DONT_PRINT_LOG_VALUE
custom predicate
BOOST_CHECK_EXCEPTION


[SVN r18730]
2003-06-09 09:24:47 +00:00
Gennadiy Rozental
a976c80741 prg_exec_fail4.cpp added
[SVN r18729]
2003-06-09 09:22:30 +00:00
Gennadiy Rozental
ff84770c94 test the Execution Monitor logic regards cpp_main return values
[SVN r18728]
2003-06-09 09:21:47 +00:00
Gennadiy Rozental
3a418d9af6 dependency check support
simplified testing abort procedures


[SVN r18727]
2003-06-09 09:21:04 +00:00
Gennadiy Rozental
ace77349b5 First failed assertion support
dependency support


[SVN r18726]
2003-06-09 09:18:19 +00:00
Gennadiy Rozental
ed1899f5cc 1.30.beta1
[SVN r18725]
2003-06-09 09:17:11 +00:00
Gennadiy Rozental
0d34c925e3 extract report level before passing cla to the user
straiten result code in case of failed initialization


[SVN r18724]
2003-06-09 09:16:19 +00:00
Gennadiy Rozental
f9264b86be added support for extended users predicate returning also error message
[SVN r18723]
2003-06-09 09:14:35 +00:00
Gennadiy Rozental
1b5c41020c straiten return code logic for Program Execution Monitor
[SVN r18722]
2003-06-09 09:12:26 +00:00
Gennadiy Rozental
3f5ad320f2 added support for catch_system_error in Test Execution Monitor
[SVN r18721]
2003-06-09 09:10:50 +00:00
Gennadiy Rozental
78f5edb1b4 1.30.beta1
[SVN r18720]
2003-06-09 09:00:44 +00:00
Gennadiy Rozental
661e0829b8 methods has_passed and depend_on introduced to manage dependencies
[SVN r18719]
2003-06-09 09:00:09 +00:00
Gennadiy Rozental
bfaa35d064 unit_test_result_tracker introduced for correct exception handling
method has_passed introduced to support dependencies


[SVN r18718]
2003-06-09 08:58:40 +00:00
Gennadiy Rozental
50131e36ed test_case_csope_tracker introduced for correct exception unwinding handling
[SVN r18717]
2003-06-09 08:56:15 +00:00
Gennadiy Rozental
1df632648a BOOST_CHECK_EXCEPTION introduced
type for line parameter changed to size_t
support for using types without operator<< implemented
support for extended user defined predicates that could return cause of error


[SVN r18716]
2003-06-09 08:55:08 +00:00
Gennadiy Rozental
69a4a37e46 zero arity function template based test case
[SVN r18715]
2003-06-09 08:50:32 +00:00
Gennadiy Rozental
eaf068a4d7 added comparison type and algorithm constructor accepting it
[SVN r18714]
2003-06-09 08:43:47 +00:00
Gennadiy Rozental
b067de867c 1.30.beta1
[SVN r18713]
2003-06-09 08:41:42 +00:00
Gennadiy Rozental
83b3ae55fe New Version
[SVN r18712]
2003-06-09 08:16:56 +00:00
Gennadiy Rozental
f0a11a34c3 New Version
[SVN r18711]
2003-06-09 08:07:03 +00:00
Gennadiy Rozental
d3af133d0d *** empty log message ***
[SVN r18710]
2003-06-09 07:54:41 +00:00
Bruno da Silva de Oliveira
da63a3ab8d - Changed the filename of one of the doc files to limit it to 32 chars.
[SVN r18709]
2003-06-08 22:51:37 +00:00
Jeff Garland
9576532b27 Apply patch from Synge Todo to support sgi
[SVN r18708]
2003-06-08 20:43:45 +00:00
Andreas Huber
3523121c16 Various code (no interface changes) & documentation improvements
[SVN r18707]
2003-06-08 20:24:55 +00:00
Eric Friedman
7b96c4f2ba Inlined templated function in header.
[SVN r18706]
2003-06-07 22:58:54 +00:00
Eric Friedman
508f4d816b Inlined templated function in header.a
[SVN r18705]
2003-06-07 22:55:55 +00:00
Eric Friedman
4e640ea649 Eliminated unnecessary semicolon (Comeau warning).
[SVN r18704]
2003-06-07 22:50:33 +00:00
Rene Rivera
f24add53a7 Improvements to bootstraping and building.
- build.bat; added more possible locations for VC7.
- build.bat; added an alternate for finding bison (gnuwin32.sourceforge.net version).
- build.jam; added an alternate for finding bison (gnuwin32.sourceforge.net version).
- build.jam; removed some obsolete docs from distribution.
- build.jam; fixed path problem when packaging on windows, the debian directory.
- build.jam; added header scanning to create the extra dependencies to make building the grammar work correctly.
- build.jam; fixed building of the grammar to remove attempts at building it spuriously.
- build.jam; fixed building of grammar so that it doesn't delete existing files if the yacc execution fails.
- index.html; minor cleanup of language in some places.
- index.html; removed references to no longer packaged docs.
- *; updated the version to 3.1.5 in various places.
- build.*; tested on windows with vc7, metrowerks, mingw, and borland


[SVN r18703]
2003-06-07 18:44:32 +00:00
Dave Abrahams
7938ce7e6d Fixed a bug in cost computation - paths were failing to account for
their common subset.  Now we count the actual number of
transformations involved in each TargetTypeGroup


[SVN r18702]
2003-06-06 16:19:57 +00:00
Dave Abrahams
1722625069 Allow the search to not consume all sources
[SVN r18701]
2003-06-06 15:39:01 +00:00
Dave Abrahams
1e4735a6df Only one generator per path from sources to targets.
[SVN r18700]
2003-06-06 15:17:39 +00:00
Dave Abrahams
c489b526a8 Fix a bug in ambiguity detection.
Add a report of subgraphs causing ambiguity at the end.


[SVN r18699]
2003-06-06 14:20:52 +00:00
Toon Knapen
3a91340cbc update for vacpp version 6.0
[SVN r18698]
2003-06-06 12:17:52 +00:00
Beman Dawes
84d576ec47 VC++ 7.1 has same bug as 7.0. Reported to Microsoft
[SVN r18697]
2003-06-06 11:48:50 +00:00
Beman Dawes
4e947ef601 VC++ 7.1 now always supplies abs
[SVN r18696]
2003-06-06 11:39:47 +00:00
Dave Abrahams
75350d8b44 Added MinGW tips
[SVN r18695]
2003-06-06 11:18:34 +00:00
Vladimir Prus
6ff4e20f54 Update railsys for recent changes.
[SVN r18694]
2003-06-06 10:06:14 +00:00
Vladimir Prus
3f2431c244 Work-in-progress on better STLport support.
[SVN r18693]
2003-06-06 09:57:57 +00:00
Vladimir Prus
311aba0315 Move a bunch of modules to "tools" directory. I'm uncertain about some
modules that are still in "new", but they can be moved later.


[SVN r18692]
2003-06-06 09:38:49 +00:00
Vladimir Prus
be929c1a30 Improve comments.
[SVN r18691]
2003-06-06 09:36:33 +00:00
Vladimir Prus
4c599d1503 Forgotten change.
[SVN r18690]
2003-06-06 09:08:50 +00:00
Vladimir Prus
c749e32e3b Refactorings. Now usage requirements that should be propagated to dependents
are communiated via return value of 'abstract-target.generate', not as
attribute of virtual target. The advantage is that we can return usage
requirements, even if no targets were created.

Also, usage requirements is not really attribute of virtual target. If several
virtual targets are created for one main target, the previous code would set
the same usage requirements on all virtual targets.


[SVN r18689]
2003-06-06 09:02:36 +00:00