Super-project for modularized Boost
Find a file
Dave Abrahams 7ee7dc74d9 ----------------------------------------------------------------------
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
development/more alternative directory structure suggestion 2001-02-13 22:03:10 +00:00
libs Mac Murrett added to Acknowledgments. 2001-11-27 13:21:28 +00:00
more Added stand-alone headers guideline. 2001-11-23 03:09:39 +00:00
people updated my location 2001-09-30 23:20:13 +00:00
status add PREPROCESSOR library 2001-11-25 22:50:30 +00:00
tools ---------------------------------------------------------------------- 2001-11-27 16:41:59 +00:00
.gitattributes 1.16.1 initial CVS checkin 2000-07-07 16:04:40 +00:00
.gitmodules initial checkin 2001-11-25 18:32:11 +00:00
c++boost.gif Initial HTML commit 2000-07-27 13:48:45 +00:00
index.htm announce generator_iterator in iterator adaptors library 2001-11-19 22:16:51 +00:00
Jamfile merged from build-development branch 2001-10-11 14:47:24 +00:00
Jamrules Use the new path-global rule to establish BOOST_ROOT correctly for all subprojects 2001-10-06 16:01:10 +00:00
README Initial version 2000-10-29 22:44:46 +00:00

For the most current version of Boost libraries and documentation, see:

   http://www.boost.org

Boost documentation is in HTML format.

The highest level directory (which contains this README file) should have a file index.htm
with links to all documentation.  When viewing index.htm with a web browser, follow the
"Libraries" link on the navigation bar for information on building boost libraries for
your particular compiler and operating system.