mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
----------------------------------------------------------------------
Modified Files: allyourbase.jam build_system.htm new-split.jam Tag: jam_src jam_src/Jambase jam_src/compile.c jam_src/compile.h jam_src/headers.c jam_src/jam.c jam_src/jam.h jam_src/jambase.c jam_src/jamgram.c jam_src/jamgram.h jam_src/jamgram.y jam_src/jamgram.yy jam_src/jamgramtab.h jam_src/lists.c jam_src/lists.h jam_src/makedebugjam.bat jam_src/modules.c jam_src/modules.h jam_src/newstr.c jam_src/newstr.h jam_src/parse.c jam_src/parse.h jam_src/rules.c jam_src/rules.h jam_src/search.c jam_src/subst.c No tag test/check-jam-patches.jam Added Files: boost-build.jam ---------------------------------------------------------------------- allyourbase.jam Fix the way new-split.jam is included, by using $(JAM_VERSION) to detect the presence of new language features. build_system.htm Updated documentation to include core Jam extensions. jam_src/Jambase Updated so that the built-in Jambase can be completely overridden based on JAMBASE, BOOST_ROOT, and BOOST_BUILD_PATH environment variables. jam_src/compile.{c,h} Added IMPORT and CALLER_MODULE rules, header legend for profile dump. Moved regex_compile so it could be used by more functions. jam_src/headers.c, jambase.c, jamgram.{c,y,yy}, search.c, subst.c Adjusted for the addition of FRAMEs, which was needed for CALLER_MODULE. jam_src/jam.c added JAM_VERSION and started using FRAMEs. jam_src/jam.h swapped the -d argument numbers that were used by profiling and parse debugging. jam_src/lists.{c,h} Pulled stack frames out of LOL and put them where they belong, in the interpreter. jam_src/modules.{c,h} Use strncat instead of strncpy to get predictable behavior. jam_src/parse.{c,h}, rules.{c,h} Adjust for FRAMEs, and added a rulename field in the PARSE node to support profiling with modules. test/check-jam-patches.jam Added tests for IMPORT and CALLER_MODULE [SVN r11427]
This commit is contained in:
parent
171616b3f9
commit
9f2bf0d1ac
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 28f4d9f6935e54a5bf3b113baa2956037747b11e
|
||||
Subproject commit 4d7fc5f3ae450dd8cf3cdddffe302e11ec14deef
|
Loading…
Add table
Reference in a new issue