Dave Abrahams
260491c74e
Improved error-checking
...
[SVN r16909]
2003-01-15 11:48:46 +00:00
Vladimir Prus
3dfff0e598
Validate the build request which comes from command line.
...
[SVN r16908]
2003-01-15 11:41:16 +00:00
Vladimir Prus
0358888227
Validate the build request which comes from command line.
...
[SVN r16908]
2003-01-15 11:41:16 +00:00
Vladimir Prus
4a212999ba
Make toolset-version feature propagated and link-incompatible.
...
[SVN r16907]
2003-01-15 11:11:44 +00:00
Vladimir Prus
5767b13edc
Make toolset-version feature propagated and link-incompatible.
...
[SVN r16907]
2003-01-15 11:11:44 +00:00
Vladimir Prus
95c3a34839
Improve toolset versions support.
...
* new/toolset.jam
(normalize-condition): New rule
(flags): Call 'normalize-condition'
* new/gcc.jam
(init): Set compiler name for all actions in
gcc module, now that toolset.jam supports it.
[SVN r16906]
2003-01-15 10:56:47 +00:00
Vladimir Prus
5fc775a012
Improve toolset versions support.
...
* new/toolset.jam
(normalize-condition): New rule
(flags): Call 'normalize-condition'
* new/gcc.jam
(init): Set compiler name for all actions in
gcc module, now that toolset.jam supports it.
[SVN r16906]
2003-01-15 10:56:47 +00:00
Vladimir Prus
cf6accc4d0
Remove debug output.
...
[SVN r16905]
2003-01-15 10:25:09 +00:00
Vladimir Prus
4b4562f5d1
Remove debug output.
...
[SVN r16905]
2003-01-15 10:25:09 +00:00
Dave Abrahams
afaf0fb6cf
Fix subfeature validation
...
[SVN r16903]
2003-01-15 01:11:27 +00:00
Dave Abrahams
6a22b69b48
Fix subfeature validation
...
[SVN r16903]
2003-01-15 01:11:27 +00:00
Dave Abrahams
89f07319d1
Fix catch so that it generates an error if no error has occurred.
...
[SVN r16902]
2003-01-15 00:05:24 +00:00
Dave Abrahams
03de2bf162
Fix catch so that it generates an error if no error has occurred.
...
[SVN r16902]
2003-01-15 00:05:24 +00:00
Vladimir Prus
c5c627cfc5
More generators refactoring.
...
[SVN r16901]
2003-01-14 19:10:28 +00:00
Vladimir Prus
ddca757e08
More generators refactoring.
...
[SVN r16901]
2003-01-14 19:10:28 +00:00
Dave Abrahams
d09018015b
Make unit-test built by default.
...
[SVN r16898]
2003-01-14 00:07:37 +00:00
Vladimir Prus
a2f8ae8f9f
Minor refactoring.
...
[SVN r16895]
2003-01-13 17:29:42 +00:00
Vladimir Prus
2cbe023cfb
Minor refactoring.
...
[SVN r16895]
2003-01-13 17:29:42 +00:00
Rene Rivera
f26c7b5405
Add recognition of OpenBSD... to fix some of the regression tests (threads).
...
[SVN r16893]
2003-01-13 16:51:58 +00:00
Rene Rivera
ccd16cd590
Add recognition of OpenBSD... to fix some of the regression tests (threads).
...
[SVN r16893]
2003-01-13 16:51:58 +00:00
Vladimir Prus
41b44f946c
Fix the stage rule, so that it allows sources with directory names.
...
* new/stage.jam:
(stage-target-class): Strip directory names when determining the name of
the target file.
* test/stage.py: Update the test.
[SVN r16892]
2003-01-13 16:28:47 +00:00
Vladimir Prus
7cddc35739
Fix the stage rule, so that it allows sources with directory names.
...
* new/stage.jam:
(stage-target-class): Strip directory names when determining the name of
the target file.
* test/stage.py: Update the test.
[SVN r16892]
2003-01-13 16:28:47 +00:00
Vladimir Prus
a0c0de7a8f
Cleanups.
...
[SVN r16891]
2003-01-13 16:14:59 +00:00
Vladimir Prus
99870e0c42
Cleanups.
...
[SVN r16891]
2003-01-13 16:14:59 +00:00
Vladimir Prus
51725d3fc5
Revert accidental checkin.
...
[SVN r16890]
2003-01-13 16:13:51 +00:00
Vladimir Prus
2782e9b785
Fix/improve the symlink rule.
...
* new/path.jam
(make-NT, make-UNIX): Convert empty path into "."
* new/project.jam
(path-relative-to-project-location): New rule.
* new/stage.jam
(stage-target-class.construct): Use the above rule.
* new/symlink.jam
(symlink-targets.construct): Call 'set-path' on created
virtual targets.
(ln): Attempts at better handling creating symlinks in
directories.
* new/virtual-target.jam
(abstract-file-target.actual-name): If explicit path was
given, include it in grist.
* test/symlink.py: New test.
* test/test_all.py
Run new test.
[SVN r16889]
2003-01-13 16:09:43 +00:00
Vladimir Prus
4c14009b18
Fix/improve the symlink rule.
...
* new/path.jam
(make-NT, make-UNIX): Convert empty path into "."
* new/project.jam
(path-relative-to-project-location): New rule.
* new/stage.jam
(stage-target-class.construct): Use the above rule.
* new/symlink.jam
(symlink-targets.construct): Call 'set-path' on created
virtual targets.
(ln): Attempts at better handling creating symlinks in
directories.
* new/virtual-target.jam
(abstract-file-target.actual-name): If explicit path was
given, include it in grist.
* test/symlink.py: New test.
* test/test_all.py
Run new test.
[SVN r16889]
2003-01-13 16:09:43 +00:00
Beman Dawes
7547d5885d
remove inadvertent <pre> formatting changes
...
[SVN r16886]
2003-01-13 15:41:30 +00:00
Vladimir Prus
53c60e6a4e
Rename 'use-requirements' to 'usage-requirement', to avoid
...
confusion.
[SVN r16883]
2003-01-13 11:15:07 +00:00
Vladimir Prus
3a33e7909a
Rename 'use-requirements' to 'usage-requirement', to avoid
...
confusion.
[SVN r16883]
2003-01-13 11:15:07 +00:00
Vladimir Prus
b1a6452ba4
Refine the virtual-targets/actions UML diagram and add some relevant
...
comments.
[SVN r16881]
2003-01-13 07:36:32 +00:00
Vladimir Prus
b4ef09b91c
Refine the virtual-targets/actions UML diagram and add some relevant
...
comments.
[SVN r16881]
2003-01-13 07:36:32 +00:00
Vladimir Prus
065bdd7b3d
Add forgotten method to the UML diagram.
...
[SVN r16880]
2003-01-13 06:54:53 +00:00
Vladimir Prus
4ddba70b16
Add forgotten method to the UML diagram.
...
[SVN r16880]
2003-01-13 06:54:53 +00:00
Dave Abrahams
a7a05eb537
Add Vladimir's UML diagram
...
[SVN r16879]
2003-01-12 22:57:53 +00:00
Dave Abrahams
f9f79ff8c0
Add Vladimir's UML diagram
...
[SVN r16879]
2003-01-12 22:57:53 +00:00
Dave Abrahams
b24afee6a7
Add Vladimir's UML diagram
...
[SVN r16878]
2003-01-12 21:24:41 +00:00
Dave Abrahams
9516078f3b
Add Vladimir's UML diagram
...
[SVN r16878]
2003-01-12 21:24:41 +00:00
John Maddock
ae1c80d854
Fixed previous commit: -pthreads should really be spelled -pthread (!).
...
[SVN r16876]
2003-01-12 11:54:24 +00:00
John Maddock
b3930eb72a
Added FreeBSD threading options.
...
[SVN r16875]
2003-01-12 11:41:28 +00:00
Beman Dawes
ca69918885
add <define> example
...
[SVN r16870]
2003-01-11 14:02:37 +00:00
Rene Rivera
690e60a303
Per John's observation, added missing quotes in acc CC.
...
[SVN r16862]
2003-01-10 17:43:22 +00:00
Rene Rivera
9078fdf5ad
Per John's observation, added missing quotes in acc CC.
...
[SVN r16862]
2003-01-10 17:43:22 +00:00
Rene Rivera
81857f25c0
Guard against OSPLAT not being defined. Missed one.
...
[SVN r16861]
2003-01-10 17:15:46 +00:00
Rene Rivera
24789783ed
Guard against OSPLAT not being defined. Missed one.
...
[SVN r16861]
2003-01-10 17:15:46 +00:00
Rene Rivera
e0b7b88c4b
Guard against OSPLAT not being defined.
...
[SVN r16860]
2003-01-10 17:09:08 +00:00
Rene Rivera
1f6bf335b4
Guard against OSPLAT not being defined.
...
[SVN r16860]
2003-01-10 17:09:08 +00:00
Rene Rivera
2b06644d35
Add -Ae flag to acc.
...
[SVN r16859]
2003-01-10 16:26:23 +00:00
Rene Rivera
4a7ce9bfdd
Add -Ae flag to acc.
...
[SVN r16859]
2003-01-10 16:26:23 +00:00
Rene Rivera
af1b75748e
Use HP-UX uname to determine if aCC(cc) is available.
...
Add -Ae flag to acc.
[SVN r16858]
2003-01-10 16:22:05 +00:00