Jambase #2

  • //
  • guest/
  • chris_comparini/
  • jam/
  • src/
  • Jambase
  • Commits
# Change User Description Committed
#2 4332 Chris Comparini Re-branched, this time getting everyone's versions of jam.
#1 4329 Chris Comparini Initial setup as per public depot instructions.
//guest/perforce_software/jam/src/Jambase
#33 3070 Perforce staff Two Jambase changes: one fix, one enhancement.

The fix: if a Jamrules invoked SubDir to establish other roots,
and that Jamrules isn't in the current directory, the roots it
established were wrong.

The enhancement:  Undocumented support for SUBDIRRULES,
user-provided rules to invoke at the end of the SubDir rule,
and SUBDIRRESET, SUBDIR variables to reset (like SUBDIRC++FLAGS,
SUBDIRHDRS, etc) for each new SubDir.

Bug fix and change documented only in RELNOTES.
#32 3005 rmg Patch from Ingo Weinhold <[email protected]>,
BeOS porting.
#31 2852 rmg SubDir's support for an externally set TOP variable was broken
in 2.5rc1.  It now works as it did in 2.4.  Further, using SubDir
to include a subpart of an SubDir tree now works.  Previously,
you could only include the root of another SubDir tree.  For example,

    SubDir ALL src builds ;
    SubInclude ALL src server support ;

Essentially includes the ../server/support/Jamfile, without getting
confused as to the current directory.

Bug fix documented in RELNOTES.

=== computer:1666: Change 42285 by seiwald@waffle-cyg-seiwald on 2003/03/05 08:52:10
#30 2850 rmg Mac classic MPW Codewarrior 7 upgrades: minor compiling issues, new paths
in Jambase for libraries and includes, and separate out GenFile1 that sets PATH
for UNIX only, as it does't work under MPW (or anything other than with sh).

Porting change, noted in RELNOTES.

=== computer:1666: Change 41285 by evalynne@evalynne-bld-mac on 2003/02/05 11:47:19
#29 2849 rmg WinXP IA64 porting: set MSVCNT to the root of the SDK and
MSVCVer to Win64.

Jam: change handle type to long long (too much to include
windows.h?); bury IA64 in the library path in Jambase.

timer.cc: use long long for timer.

Also pulled over main's Jamsh.bat and extended it to handle the
IA64 SDK environment when MSVCVer=Win64.

Finally wrote a TarBall rule for NT that works (still uses tar
and cp, but written in cmd syntax), so 'jam api' works.

Porting changes, noted in RELNOTES.

=== computer:1666: Change 40867 by perforce@tridium on 2003/01/24 09:01:01
#28 2615 rmg Remove NT FQuote rule, as (at least with the command shell
I use), \" is required to pass quotes on the command line.

Fix to bug introduced by 2.5rc1.

Noted in the RELNOTES (for the moment) as a change between
2.5rc1 and 2.5rc2.

=== computer:1666: Change 40127 by seiwald@tricks-seiwald on 2003/01/14 16:20:25
#27 2566 rmg Add NT FQuote rule.

Undocumented.

=== computer:1666: Change 39604 by seiwald@play-seiwald on 2002/12/27 18:23:06
#26 2565 rmg Put .
in PATH for GenFile so jam can build itself without
. in the global PATH.

Porting change documented in RELNOTES.

=== computer:1666: Change 39602 by seiwald@play-seiwald on 2002/12/27 18:10:16
#25 2564 rmg Use MSVCDIR instead of MSVCNT if MSVCNT isn't set.
 Microsoft
changed the name to MSVCDIR in VC 6.0.

Porting change documented in RELNOTES.

=== computer:1666: Change 39600 by seiwald@play-seiwald on 2002/12/27 18:06:42
#24 2561 rmg RMDIR definition for NT and a default to $(RM) everywhere else.

New feature documented in RELNOTES.

=== computer:1666: Change 39570 by seiwald@play-seiwald on 2002/12/27 15:32:38
#23 2557 rmg Shuffle mechanism for optional Jamrules includes: now no error
message is issued for a missing include file marked with NOCARE.

Previously, we used Glob to try to find the optional Jamrules
files, but on VMS that doesn't work so well: Glob returns all
uppercase file names with .'s at the end, which doesn't match
"Jamrules" at all.

The NOCARE part is a user-visible change documented in RELNOTES.

=== computer:1666: Change 39273 by seiwald@waffle-cyg-seiwald on 2002/12/19 22:44:03
#22 2513 rmg Set the version number and patchlevel for the 2.5rc1 release.

In RELNOTES, don't document the different behavior when a "return"
is not the last statement executed in rule definition as a
       non-backward-compatible change (in the "Compatibility"
       section).
#21 2503 rmg No longer link jam with advapi32.lib -- it isn't needed
and it keeps moving.

No functional change.

=== computer:1666: Change 38674 by seiwald@tricks-seiwald on 2002/12/10 12:02:55
#20 2497 rmg Jambase no longer announces the compiler on Windows.
 It doesn't
announce anything else.

User visible change documented in RELNOTES.

=== computer:1666: Change 38194 by seiwald@tricks-seiwald on 2002/11/25 15:02:57
#19 2496 rmg Fix SubInclude's error message so that it actually mentions
the variable that is unset.

Also bumped patchlevel to 2.4.2 capriciously.

Change to unreleased behavior.

=== computer:1666: Change 38182 by seiwald@tricks-seiwald on 2002/11/25 10:47:50
#18 2485 rmg Beos updates for jam from "Ingo Weinhold" <[email protected]>.

Porting change.

=== computer:1666: Change 35634 by seiwald@play-seiwald on 2002/08/16 11:42:39
#17 2483 rmg Jam macosx changes: use 'ar' instead of libtool, as ar can do incremental
updates.  New support for the BSD style long filenames in archives.

Porting change.

=== computer:1666: Change 34993 by seiwald@oswald-seiwald on 2002/07/16 12:01:32

Fix archive scan (solaris and FreeBSD style) broken by change
#34993.  I _think_ all three forms of archive entries now work
again (traditional, solaris string table, and macosx #1/xxxx ).

=== computer:1666: Change 35027 by seiwald@play-seiwald on 2002/07/17 11:31:20

Fix archive scan supposedly fixed in 35027 (which was to fix 34993).
Now it works on MacOSX again.

=== computer:1666: Change 35057 by perforce@cardtrick on 2002/07/17 16:11:01
#16 2480 rmg Rewrite jam's SubDir rule to allow multiple roots.

Infrastructure change.

=== computer:1666: Change 33320 by seiwald@thin on 2002/05/13 10:10:50
#15 1577 rmg Use G=$(INSTALLGRIST) wherever G=installed had been hardcoded.
(To complete the use of $(INSTALLGRIST) started in change 1572
began)

completes change 1572; document as a Jambase variable, TBD.
#14 1572 Perforce staff Fix InstallInto to handle multiple sources properly, thanks
to Stephen Goodson.

Bug fix documented in RELNOTES.
#13 1571 Perforce staff MINGW port by Max Blagai.

Porting change documented in RELNOTES.
#12 1570 Perforce staff New SoftLink rule, courtesy of David Lindes.

User visible change documented in RELNOTES.
#11 1539 Perforce staff Fix definitions of FIncludes/FDefines for OS2 and NT, mistakes
caught by Craigh McPheeters.

This corrects behavior altered since jam 2.3 and prior to 2.4.
#10 1488 rmg Fix makeString to use builtin :J now - not the
missing FConcat.

Thanks to Craig McPheeters.
#9 1355 rmg Record integration of Change 281 by john_belmonte.
 (This was
actually dropped in as part of the Jam 2.3 release; the
present change serves to record the fact in the integration
history, only.)
#8 1344 rmg Under NT, default $(MV) to "move /y" in Jambase.
Logically (and in the integ hhistory) integrates Change 390 by Eric Scouten.

Cc: [email protected]
#7 1319 rmg Jam 2.3 + Perforce's internal changes.

This change is a drop of the Perforce internal Jam changes
since the 2.3 public release. The individual changes
represented herein are preserved in the
//guest/richard_geiger/intjam/ branch.

The intent of this drop is to provide a base, from which other
contributors' Jam branches may be integrated into. It is not
intended to become a packaged release in this state. We will
be integrating changes from other users prior to creating the
next packaged release.

Please refer to the src/RELNOTES file for an overview of the
changes present in this integration.

  - Richard Geiger
  Open Source Engineer at Perforce
#6 486 Perforce staff Jam 2.3.
 See RELNOTES for a list of changes from 2.2.x.

Just about every source file was touched when jam got ANSI-fied.
#5 211 Perforce staff Jeff Sickel's Mac OS X port.
#4 67 Laura Wingerd Integrate Perforce's jam changes & project page update
(change 59, change 60, change 61, change 62, change 63, change 64,
change 66)
#3 5 Perforce maintenance Jam/MR 2.2.4 (HDRPATTERN, JAMUNAME, JAMSHELL, plus misc tweaks)
#2 4 Perforce maintenance Jam/MR 2.2.2 (AmigaOS support)
#1 2 laura Add Jam/MR 2.2 source