Commit Graph

418 Commits

Author SHA1 Message Date
Vladimir Prus
9bc1b97fad Make customization example for Windows friendly.
[SVN r18937]
2003-07-04 12:05:51 +00:00
Vladimir Prus
84739aefad Note that QT works with msvc.
[SVN r18935]
2003-07-04 11:33:36 +00:00
Vladimir Prus
952ec5a178 Lots of documentation rearrangement and improvement.
[SVN r18927]
2003-07-03 09:13:05 +00:00
Vladimir Prus
04d450bab5 Move some stuff from user manual to architecture document.
[SVN r18899]
2003-07-01 06:34:43 +00:00
Vladimir Prus
f857031f70 Improve docs.
[SVN r18832]
2003-06-18 06:32:04 +00:00
Vladimir Prus
4c0e245bba Change "new" to "kernel" in "boost-build.jam" files.
[SVN r18829]
2003-06-18 05:29:40 +00:00
Vladimir Prus
41af280800 Correct image location
[SVN r18299]
2003-04-24 11:30:37 +00:00
Vladimir Prus
1d3dcbc7e2 Add placeholders for SF logo
[SVN r18298]
2003-04-24 11:18:01 +00:00
Vladimir Prus
1bbab26e16 Add more documentation.
[SVN r18297]
2003-04-24 09:48:33 +00:00
Dave Abrahams
f3a8b89252 initial commit
[SVN r13699]
2002-05-06 21:37:47 +00:00
Dave Abrahams
2b392b9c3f new initialization code + tests
[SVN r13687]
2002-05-06 17:51:21 +00:00
Dave Abrahams
ca16487d09 Moved project loading to build-system.jam
[SVN r13614]
2002-05-02 16:36:30 +00:00
Rene Rivera
63d48eabba Integrated my load behaviour into Valdimir's code. Some cleanup along the way.
[SVN r13503]
2002-04-16 06:04:52 +00:00
Rene Rivera
d6f0e1c29c More detailedoad sequence.mo
[SVN r13398]
2002-04-07 17:36:14 +00:00
Dave Abrahams
4aa99f0d00 Added Rene's doc stuff
[SVN r13389]
2002-04-07 00:16:41 +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
dac83cbe20 * Updated to new handle_exception() idiom for boost::python
* Made Cygwin archiving reliable, even when the user supplies a path with backslashes

----------------------------------------------------------------------

Modified Files:
	tools/build/gcc-tools.jam tools/build/new/boost-build.jam
	boost/python/detail/config.hpp libs/python/build/Jamfile
	libs/python/example/do_it_yourself_convts.cpp
	libs/python/example/dvect.cpp libs/python/example/example1.cpp
	libs/python/example/getting_started1.cpp
	libs/python/example/getting_started2.cpp
	libs/python/example/ivect.cpp libs/python/example/nested.cpp
	libs/python/example/noncopyable_export.cpp
	libs/python/example/noncopyable_import.cpp
	libs/python/example/pickle1.cpp
	libs/python/example/pickle2.cpp
	libs/python/example/pickle3.cpp
	libs/python/example/richcmp1.cpp
	libs/python/example/richcmp2.cpp
	libs/python/example/richcmp3.cpp libs/python/example/rwgk1.cpp
	libs/python/example/simple_vector.cpp
	libs/python/test/comprehensive.cpp
Added Files:
	libs/python/example/rwgk2.cpp libs/python/example/rwgk3.cpp
----------------------------------------------------------------------


[SVN r11705]
2001-11-15 05:29:22 +00:00
Dave Abrahams
1bf904fd8e initial commit
[SVN r11695]
2001-11-14 21:24:42 +00:00