Rene Rivera
f78223c2ff
Fix minor typos after testing on Linux.
...
[SVN r18943]
2003-07-05 16:13:19 +00:00
Rene Rivera
bfe3b3c3e0
Fix various problems with removal of grammar files when yacc program fails.
...
Also added VS71COMNTOOLS detection for vc7.
[SVN r18942]
2003-07-05 15:34:34 +00:00
Bruno da Silva de Oliveira
9e2a95a989
- Various bug fixes
...
- Changed the internal code to the way it was
[SVN r18941]
2003-07-04 22:47:27 +00:00
John R. Bandela
e15ef53fdb
Updated to use the minimal test library and changed BOOST_REQUIRE instead of BOOST_CRITICAL_TEXT
...
[SVN r18940]
2003-07-04 21:43:56 +00:00
Vladimir Prus
be16b4b101
Add one more step.
...
[SVN r18939]
2003-07-04 12:43:22 +00:00
Vladimir Prus
d5604cf15e
Update locations.
...
[SVN r18938]
2003-07-04 12:42:28 +00:00
Vladimir Prus
59c7cc529f
Make customization example for Windows friendly.
...
[SVN r18937]
2003-07-04 12:05:51 +00:00
Vladimir Prus
bc76530d0d
Add -nologo switch to linker command line.
...
[SVN r18936]
2003-07-04 11:36:36 +00:00
Vladimir Prus
a9386dc876
Note that QT works with msvc.
...
[SVN r18935]
2003-07-04 11:33:36 +00:00
Vladimir Prus
8854fc910f
Fix typo.
...
[SVN r18934]
2003-07-04 11:32:17 +00:00
William E. Kempf
ea862a65bf
Fixed exception handling bug in once.cpp.
...
[SVN r18933]
2003-07-03 13:31:27 +00:00
Vladimir Prus
82902a3581
Add missing file.
...
[SVN r18932]
2003-07-03 10:11:38 +00:00
Vladimir Prus
6533f7c0f9
Fix segfault, caused by premature deletion of some data. Positively,
...
valgrind rocks!
[SVN r18931]
2003-07-03 09:57:51 +00:00
Vladimir Prus
8e7489fc08
Kill some warnings.
...
[SVN r18930]
2003-07-03 09:55:39 +00:00
Vladimir Prus
5f50320d1e
Copy examples-v2 to sf webspace when rolling release.
...
[SVN r18929]
2003-07-03 09:27:34 +00:00
Vladimir Prus
bc5760382e
Bump version.
...
[SVN r18928]
2003-07-03 09:23:55 +00:00
Vladimir Prus
97d61fc628
Lots of documentation rearrangement and improvement.
...
[SVN r18927]
2003-07-03 09:13:05 +00:00
Vladimir Prus
93aecf9222
Add readme.
...
[SVN r18926]
2003-07-03 09:07:39 +00:00
Vladimir Prus
a5ece24916
Add a new example.
...
[SVN r18925]
2003-07-03 08:57:32 +00:00
Vladimir Prus
b431d314c3
Bugfix: the 'lib' target used to pass all unused sources to dependents,
...
which confused Boost.Build.
[SVN r18924]
2003-07-03 07:52:57 +00:00
Vladimir Prus
be6fc49496
Implement inline main targets.
...
* new/targets.jam
(main-target-sources): New rule.
(abstract-target.rename): New rule
(project-target.rename-main-target): New rule.
[SVN r18923]
2003-07-03 07:23:26 +00:00
Vladimir Prus
f959b01029
Improve comments.
...
[SVN r18922]
2003-07-03 07:18:39 +00:00
Vladimir Prus
26223c1ac9
Make 'explicit' rule accept multiple arguments, for conveniecence.
...
[SVN r18921]
2003-07-03 07:17:27 +00:00
Vladimir Prus
92d142d014
Unbreak qt-ui example: use hello_world_widget.h include, not hpp, since
...
UIC_H type has .h extension by default. With .hpp the examples worked
only if UIC_H extension was changed to .hpp in user-config.jam.
[SVN r18920]
2003-07-03 05:04:18 +00:00
Bruno da Silva de Oliveira
4367ef17d9
- Fixed "char**" bug
...
- Lots of internal changes: phase 1 of Meta-Programming complete.
[SVN r18919]
2003-07-03 00:00:23 +00:00
Vladimir Prus
3ddd7b6b0c
Bufix. Don't change suffix for searched libraries on Windows, if suffix is
...
explicitly provided. Thanks to Kirill Lapshin for the bug report.
[SVN r18918]
2003-07-02 13:28:39 +00:00
Vladimir Prus
780c66ae37
Make searched targets really work on borland.
...
* new/builtin.jam
(lib-generator): Remove.
(lib-target-class): New class. Target class is more powerfull then
generator, here.
* new/generators.jam
(construct): New argument 'return-all'.
* bew/property-set.jam
(property-set.add-raw): New method.
[SVN r18917]
2003-07-02 12:23:50 +00:00
Peter Dimov
23f7c70c0d
A binary compatible 'null' lightweight_mutex for Win32 added.
...
[SVN r18916]
2003-07-02 11:54:40 +00:00
Vladimir Prus
f7700f350e
Add --preserve option to test system.
...
[SVN r18915]
2003-07-02 11:46:19 +00:00
Gennadiy Rozental
776df01de5
move log formatter in public interface
...
[SVN r18914]
2003-07-02 09:15:57 +00:00
John R. Bandela
6f3b3693f7
Added a const to a the string in the copy test
...
-jrb
[SVN r18913]
2003-07-02 01:07:52 +00:00
Eric Friedman
95d4f2928b
Attempted MSVC6 fix; and changes to is_static_visitor.
...
[SVN r18912]
2003-07-01 19:43:40 +00:00
Eric Friedman
bfbec50f28
Minor file info changes.
...
[SVN r18911]
2003-07-01 19:42:01 +00:00
Beman Dawes
22b244c0c8
Make use of quotes consistent in command line examples
...
[SVN r18910]
2003-07-01 19:31:45 +00:00
Vladimir Prus
ff4e1c4a91
Use new-style target in in stlport.jam.
...
[SVN r18909]
2003-07-01 14:15:22 +00:00
Vladimir Prus
cd08546140
Add linkflags and archiveflags support to borland toolset.
...
[SVN r18908]
2003-07-01 14:10:56 +00:00
Vladimir Prus
3b47cfb71c
Robustify dependency_test.
...
[SVN r18907]
2003-07-01 14:10:03 +00:00
Vladimir Prus
fd2fd2fbaf
Fix compilation errors on borland.
...
[SVN r18906]
2003-07-01 14:00:04 +00:00
Vladimir Prus
a4cb3dbc7d
Add gettext example.
...
[SVN r18905]
2003-07-01 12:00:31 +00:00
Vladimir Prus
703018d27a
Add missing import.
...
[SVN r18904]
2003-07-01 11:58:11 +00:00
Vladimir Prus
cff273322f
Gettext improvements. Allow main target in sources for 'gettext.update'
...
rule. Improve 'stage' target to help installting gettext files.
[SVN r18903]
2003-07-01 11:48:53 +00:00
Vladimir Prus
61402bcd17
Add gettext support.
...
[SVN r18902]
2003-07-01 09:48:16 +00:00
Vladimir Prus
562ad04726
Change the core so that both "existing" and "updated" modifiers are both
...
allowed.
[SVN r18901]
2003-07-01 09:45:56 +00:00
Vladimir Prus
c6f604f0b3
The "explicit" targets are now specified by "explicit" rule in Jamfile,
...
not by project attribute. The problem with the previous interface was
that it was not possible to mark target as explicit anywhere else,
such as in helper module which declares target in project module, or
in toolset module.
* new/targets.jam
(project-target.mark-target-as-explicit): New rule
(project-target.targets-to-build): Use self.explicit-targets.
* new/project.jam
(project-attributes.set): Don't allow 'explicit-targets'.
[SVN r18900]
2003-07-01 06:46:15 +00:00
Vladimir Prus
603ec0c4dc
Move some stuff from user manual to architecture document.
...
[SVN r18899]
2003-07-01 06:34:43 +00:00
Eric Friedman
ab0d98bc0f
Attempted MSVC6 workaround.
...
[SVN r18898]
2003-07-01 06:04:40 +00:00
Vladimir Prus
880b35f258
Bump Jam version to 3.1.6.
...
[SVN r18897]
2003-07-01 05:14:46 +00:00
Eric Friedman
5527910305
Attempted fix.
...
[SVN r18896]
2003-06-30 21:31:06 +00:00
Eric Friedman
a04bb80085
Eliminated warning.
...
[SVN r18895]
2003-06-30 20:44:33 +00:00
Eric Friedman
015c5e7d9d
Need extraneous include for AUX_NOTHING.
...
[SVN r18894]
2003-06-30 19:52:49 +00:00