2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00
Commit Graph

337 Commits

Author SHA1 Message Date
Pedro Ferreira
332ac9b372 Updated inadvertently.
[SVN r27567]
2005-03-07 20:27:00 +00:00
Pedro Ferreira
1d67ca0735 Changed generators so that they now receive only an id of a rule, not the rule itself.
Added basic support for darwin.


[SVN r27566]
2005-03-07 20:22:39 +00:00
Vladimir Prus
e98ac4ece6 Initial Python integration support. Disabled by default, find and
change the setting of HAVE_PYTHON in build.jam to enable it.


[SVN r27559]
2005-03-05 07:59:14 +00:00
Rene Rivera
419b0ea085 _S_IFREG is not a standard stat() flag. The standard flag is "S_IFREG". This fixes compilation on CW8, probably others.
[SVN r27368]
2005-02-14 04:02:52 +00:00
Dave Abrahams
5539d6e2b9 jam_src/
builtins.{c,h}
        Support for the REBUILDS rule
        remove unused variable

    rules.h
    make.c
        Support for the REBUILDS rule

    make1.c
        Support for the REBUILDS rule

        Support for recording timing information

        Restructured a case statement because it was masking a bug I
        introduced.

    execcmd.h
    execnt.c
    execunix.c
        Support for recording timing information
        Also removed NT-specific stuff from execunix

    expand.c
        Removed tabs from critical comment
        Added tab-width variable setting comment for emacs.

v2/test
    rebuilds.py, timedata.py, test_all.py
        Tests for REBUILDS and timing.


[SVN r27334]
2005-02-12 02:30:18 +00:00
Rene Rivera
600978f0a3 build.bat - Change --incremental to --update.
build.sh - implement --update option.


[SVN r26591]
2004-12-28 06:09:25 +00:00
Rene Rivera
a84a98b7a3 Add --incremental option to skip bootstrap and clean if not needed.
[SVN r26588]
2004-12-27 22:33:07 +00:00
Rene Rivera
c71df7d542 Bootstrap to a single directory instead of a per toolset directory. This helps in automated rebuilding per Dave A. suggestion.
[SVN r26587]
2004-12-27 20:54:13 +00:00
Rene Rivera
342481bed3 Catch file open errors when creating batch command files. Thanks to Reece Dunn for catching the errors.
[SVN r26586]
2004-12-27 20:29:25 +00:00
Vladimir Prus
7f649c3f09 Fix compilation error on some msvc versions.
[SVN r26580]
2004-12-23 11:50:43 +00:00
Vladimir Prus
8a9d9cad5d New builtin CHECK_IF_FILE, which check is a path refers to a regular file,
or something else.


[SVN r26572]
2004-12-22 07:33:12 +00:00
Vladimir Prus
49aa05d3b4 New builtins USER_MODULE and NEAREST_USER_LOCATION. V2 changes and
explanations are coming later.


[SVN r26466]
2004-12-07 10:21:25 +00:00
Rene Rivera
6e007a1b64 Part 1 and 2 of http://article.gmane.org/gmane.comp.lib.boost.build/6997 - Add ability to mark targets as rquired to be files (ISFILE).
[SVN r26234]
2004-11-18 19:38:16 +00:00
Vladimir Prus
3d8e910ab2 Revert part of the previous commit. This caused problems in case of:
l = foo//bar ;
  ECHO $(l:G=) ;

bjam would replace double slash with single slash.

Thanks to Jurgen Hunold for the bug report.


[SVN r25928]
2004-10-29 09:25:33 +00:00
Vladimir Prus
b9aa85925a Bugfix: on windows, when building a path from root = "h:\" and base
"user-config.jam", the result was "h:\\user-config.jam", which was not
found.

* jam_src/pathunix.c (path_build): Check if root ends with slash before
  adding yet another one. Simply similiar check for directory element.

Thanks to Jurgen Hunold for the bug report.


[SVN r25909]
2004-10-28 08:47:15 +00:00
John Maddock
b5b4145076 Added original jam copyrights.
[SVN r25888]
2004-10-27 11:45:36 +00:00
Rene Rivera
74e63d39f7 Apply patches from Patrick Mauritz, with some changes, to account for DragonFly, a FreeBSD variant.
[SVN r25782]
2004-10-19 15:12:59 +00:00
Aleksey Gurtovoy
9056a721a5 c++boost.gif -> boost.png replacement
[SVN r25572]
2004-10-05 15:23:19 +00:00
Victor A. Wagner Jr.
9fb1205b59 Added - an extra char at the end of the name string and set it to '\0' so
we don't go galavanting off through memory by mistake.


[SVN r25441]
2004-09-28 05:13:28 +00:00
Vladimir Prus
79b42618ea Missing include
[SVN r25284]
2004-09-20 15:08:27 +00:00
John Maddock
ac6399f4c0 Fixed missing comment end
[SVN r25108]
2004-09-15 11:06:07 +00:00
Vladimir Prus
a4621fefed BSL
[SVN r25102]
2004-09-15 08:18:47 +00:00
Martin Wille
54d6111795 -- typo
[SVN r25061]
2004-09-13 21:55:37 +00:00
Vladimir Prus
718f8e4eb3 BSL
[SVN r25055]
2004-09-13 16:19:19 +00:00
Dave Abrahams
5809be7f52 copyright-license
[SVN r25050]
2004-09-13 15:46:44 +00:00
Douglas Gregor
9a84c95ee1 Fix stylesheet link
[SVN r25048]
2004-09-13 15:44:23 +00:00
Vladimir Prus
d48c13e33c Load internally defined vars (for example, 'OS'), after loading
environment, so that any settings in environment, possibly unrelated
to bjam, don't change bjam opinion about OS its running at.


[SVN r24987]
2004-09-09 11:57:09 +00:00
Vladimir Prus
e20a80ccc1 Comeau fixes.
Patch from Larry Evans.


[SVN r24824]
2004-08-30 08:22:02 +00:00
Markus Schöpflin
125958ce05 Added support for reading compressed archives found on Tru64 V5 and later.
[SVN r24706]
2004-08-24 11:13:14 +00:00
Vladimir Prus
ce5b47e87d Remove temporary files on Windows. Patch from Dean Ashton.
[SVN r23777]
2004-07-19 10:30:29 +00:00
Rene Rivera
ba6858dbd1 Add --c option to force como compiler into C mode compilations.
[SVN r23130]
2004-06-21 00:12:38 +00:00
Rene Rivera
5a441aa093 Bump version to 3.1.10 for release.
Update copyrights to new Boost License.


[SVN r22987]
2004-06-01 05:42:36 +00:00
Dave Abrahams
17a9d33869 Added missing return value in order.c
[SVN r22565]
2004-03-30 19:53:34 +00:00
Rene Rivera
7cdba19dc7 Test with buildbot done. CVS mail notify works now.
[SVN r22501]
2004-03-15 06:20:03 +00:00
Rene Rivera
1d13587ce9 Test for buildbot CVS mail notification.
[SVN r22500]
2004-03-15 03:37:35 +00:00
Rene Rivera
0df44b4b61 Test for buildbot CVS mail notification.
[SVN r22499]
2004-03-15 02:55:18 +00:00
Rene Rivera
02d2b7f25a Default to mipspro compiler on Irix.
[SVN r22441]
2004-03-05 23:15:40 +00:00
Rene Rivera
d5003fc843 Fix problem of setting JAMSHELL to % and executing quoted commands. That combination would cause spawn: invalid argument errors. Now quotes are removed from the command if they are present.
[SVN r22433]
2004-03-05 07:53:32 +00:00
Rene Rivera
8327757da1 Fix compilation with CodeWarrior. Even though it compiles the bootstrap jam0 compiling the full version now causes a compiler crash.
[SVN r22432]
2004-03-05 07:22:41 +00:00
Rene Rivera
e20406d94a Add new file to dist.source file list.
[SVN r22292]
2004-02-16 14:34:05 +00:00
Vladimir Prus
f2df997306 Optimize library ordering by native rules.
[SVN r22281]
2004-02-16 08:30:13 +00:00
Vladimir Prus
6c645a5918 Disable order-sensitive properties for a while. They cause performance
degradation that should be investigated.


[SVN r22145]
2004-02-03 08:36:46 +00:00
Vladimir Prus
03a73e9a08 Instroduce order-sensitive properties.
* build/feature.jam: New feature attribute 'order-sensitive'.

* jam_src/modules/property-set.c: (property_set_create): Don't sort
  order-sensitive attributes.


[SVN r22132]
2004-02-02 13:12:30 +00:00
Vladimir Prus
841a1fd4ea Refactorings.
* jam_src/compile.c
  (call_rule): New function.

* jam_src/modules/property-set.c
  (property_set_create): Use 'call_rule'.


[SVN r22131]
2004-02-02 11:50:31 +00:00
Rene Rivera
47123f4e94 Add some missing files to distribution building.
[SVN r21942]
2004-01-26 05:46:32 +00:00
Vladimir Prus
f167f706e0 Fix file:line printing so that Emacs and other tools are not confused.
Patch from Samuel Krempp.


[SVN r21887]
2004-01-23 14:16:29 +00:00
Vladimir Prus
9c45a944b7 When --debug-configuration is specified, output where boost-build.jam
and bootstrap.jam were found.


[SVN r21886]
2004-01-23 14:02:19 +00:00
Dave Abrahams
5fc725707e Fixed bugs
[SVN r21521]
2004-01-07 03:47:11 +00:00
Rene Rivera
61be805dec Ignore all whitespace at end of archive entries, not just space and newlines.
[SVN r21395]
2003-12-25 16:11:44 +00:00
Rene Rivera
a30f94f9ea Add eols to skipped chars between archive entries, bug #840659.
[SVN r21393]
2003-12-24 22:45:55 +00:00