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

18 Commits

Author SHA1 Message Date
Vladimir Prus
3ea6e58550 Allow loading modules in the same directory to work in all cases.
* new/modules.jam (import) Use the directory of the calling module
        as additional search path element.
    * examples-v2/make/project-root.jam: Remove workaround.


[SVN r14879]
2002-08-15 07:11:29 +00:00
Dave Abrahams
32fff77043 Implemented --quiet flag for testing
[SVN r13615]
2002-05-02 16:37:23 +00:00
Dave Abrahams
05cee648aa cleanups
[SVN r13590]
2002-04-30 16:43:20 +00:00
Rene Rivera
73d3f1d3bc Added localize rule.
[SVN r13500]
2002-04-16 05:56:18 +00:00
Rene Rivera
f6eb3894a2 Rolled back v-1.12 changes.
Made binding not assume module-name == filename.


[SVN r13396]
2002-04-07 17:34:20 +00:00
Dave Abrahams
18cbe01f14 Updated self-test procedure
[SVN r13328]
2002-04-01 05:19:25 +00:00
Rene Rivera
704a67f265 Load behaviour part 2: Added an additional arg to load so that one can override the module/omodtag of the loaded f
[SVN r13320]
2002-03-30 21:54:03 +00:00
Rene Rivera
0fd50d2e5a Fix loading of modules so that it searchesOOST BOOST_BUILD_P
[SVN r13301]
2002-03-29 06:30:55 +00:00
Dave Abrahams
cb1757bc63 bug fixes
[SVN r13290]
2002-03-28 04:55:25 +00:00
Dave Abrahams
8e383958ad New module scoping rules
[SVN r13287]
2002-03-27 22:23:30 +00:00
Dave Abrahams
02468d56ec *** empty log message ***
[SVN r12197]
2002-01-01 19:15:13 +00:00
Dave Abrahams
da95ae4219 Moved peek/poke to utility.jam
[SVN r12170]
2001-12-29 00:01:53 +00:00
Dave Abrahams
2b1d5b3fbb fixes
[SVN r12146]
2001-12-24 19:27:39 +00:00
Dave Abrahams
fb61875273 no message
[SVN r12053]
2001-12-13 18:45:42 +00:00
Dave Abrahams
b92b6d5dc0 bug fix
[SVN r11912]
2001-12-04 18:22:56 +00:00
Dave Abrahams
afc5de72ce ----------------------------------------------------------------------
committing in tools/build

Modified Files:
	build_system.htm
		Documented:
			local rules
			the RULENAMES rule
			the EXPORT rule
			the BACKTRACE rule
			new IMPORT semantics
			-d+12 Dependency Graph Output
			Crude Argument Binding
			Variable numbers of arguments

	jam_src/compile.c
		implemented RULENAMES, EXPORT, varargs support, new IMPORT semantics
		removed unused variables

	jam_src/make1.c
	jam_src/hdrmacro.c
		removed unused variables

	jam_src/jamgram.{c,h,y,yy}
		"module local x" does not change module local value of x
		if it is already set.

	jam_src/lists.[ch]
		added list_pop_front()

	new/assert.jam new/boost-build.jam
	new/build-system.jam new/errors.jam
	new/modules.jam new/os.path.jam
		beginnings of new build system

	test/check-arguments.jam
	test/check-jam-patches.jam
	test/echo_args.jam
		Added tests for recent core modifications; comments

Added Files:
	new/feature.jam new/property.jam
	new/readme.txt new/sequence.jam
	new/test.jam
		beginnings of new build system
----------------------------------------------------------------------


[SVN r11789]
2001-11-27 16:41:59 +00:00
Dave Abrahams
bc99a39bf0 some small progress made
[SVN r11760]
2001-11-21 04:47:44 +00:00
Dave Abrahams
1bf904fd8e initial commit
[SVN r11695]
2001-11-14 21:24:42 +00:00