Steven Watanabe
259b0c5a6f
Initial tests for zlib configuration.
...
[SVN r83773]
2013-04-06 01:32:36 +00:00
Steven Watanabe
2fb758a366
Fix header search.
...
[SVN r83771]
2013-04-04 20:39:54 +00:00
Steven Watanabe
0dbfe77ce7
Make sure that we have a property-set.
...
[SVN r83767]
2013-04-04 19:27:20 +00:00
Steven Watanabe
acb443bf97
Don't append to the source files. Overwrite them on update.
...
[SVN r83766]
2013-04-04 19:09:11 +00:00
Steven Watanabe
6a0600876b
Fix bad interaction with changing toolset.requirements.
...
[SVN r83763]
2013-04-04 04:01:03 +00:00
Steven Watanabe
f5360505ac
Fix passing the condition.
...
[SVN r83750]
2013-04-03 18:02:33 +00:00
Steven Watanabe
e1e7898b53
Document the new zlib module.
...
[SVN r83699]
2013-04-01 21:51:09 +00:00
Steven Watanabe
1ac5789949
Initialize boostbook.
...
[SVN r83698]
2013-04-01 21:44:59 +00:00
Steven Watanabe
076612a8b7
Some cleanup
...
[SVN r83693]
2013-04-01 21:02:48 +00:00
Steven Watanabe
7ca2c46805
Redo the zlib module so that it actually works.
...
[SVN r83688]
2013-04-01 20:39:06 +00:00
Steven Watanabe
7850bae328
Add missing object_copy. Refs #8283 .
...
[SVN r83630]
2013-03-29 16:39:26 +00:00
Steven Watanabe
94de4748d9
Don't reset -q after calling UPDATE_NOW with ignore-minus-n
...
[SVN r83629]
2013-03-29 15:41:19 +00:00
Steven Watanabe
33d4e36a37
Handle known subfeatures in the toolset build request, so we can handle toolset=clang-linux-3.2 for example.
...
[SVN r83623]
2013-03-28 20:57:26 +00:00
Steven Watanabe
fb07490ec7
Tests that use the compiler need user-config.jam or they will fail if the toolset requires non-default initialization.
...
[SVN r83618]
2013-03-28 00:16:19 +00:00
Steven Watanabe
2481fffde5
Attempt to make clang-linux compatible with process_jam_log.
...
[SVN r83613]
2013-03-27 21:06:46 +00:00
Jürgen Hunold
82df8fbcf5
change bjam to b2 in developer docs
...
[SVN r83579]
2013-03-26 10:19:43 +00:00
Jürgen Hunold
df5e3c4342
change bjam to b2 for user visible output
...
[SVN r83578]
2013-03-26 10:19:07 +00:00
Steven Watanabe
903e8d0719
Adjust jam docs to match the current state. Fixes #4628 .
...
[SVN r83494]
2013-03-18 23:14:18 +00:00
Steven Watanabe
d478511bbe
Add support for architecture=arm. Refs #6741 .
...
[SVN r83489]
2013-03-18 15:50:37 +00:00
Steven Watanabe
2a4cd854da
Prevent incorrect reordering with xlc -qalias=ansi. Fixes #7093 .
...
[SVN r83408]
2013-03-11 17:23:07 +00:00
Steven Watanabe
3f27cb14b2
Make BoostBook errors lazy to avoid causing an error when BoostBook isn't used.
...
[SVN r83204]
2013-02-28 17:59:15 +00:00
Steven Watanabe
677ece16fb
Doxygen rule requires at least one header file.
...
[SVN r83074]
2013-02-21 23:40:38 +00:00
Jürgen Hunold
0b0a10b753
Merge 82654,82655 from ^/trunk
...
------------------------------------------------------------------------
r82654 | jhunold | 2013-01-28 09:54:26 +0100 (Mo, 28 Jan 2013) | 3 lines
Add support for QtWebkitWidgets. Fixes #7920
Thanks to Frank Richter for the patch.
------------------------------------------------------------------------
r82655 | jhunold | 2013-01-28 09:54:39 +0100 (Mo, 28 Jan 2013) | 1 line
Fix QtTest test
------------------------------------------------------------------------
[SVN r82847]
2013-02-13 06:59:58 +00:00
Jürgen Hunold
ff802ac430
Fix QtTest test
...
[SVN r82655]
2013-01-28 08:54:39 +00:00
Jürgen Hunold
cf6c57588b
Add support for QtWebkitWidgets. Fixes #7920
...
Thanks to Frank Richter for the patch.
[SVN r82654]
2013-01-28 08:54:26 +00:00
Vladimir Prus
b97e418429
Use qcc driver to create archives.
...
Fixes #7705 .
[SVN r82577]
2013-01-21 08:06:40 +00:00
Vladimir Prus
6e660c615c
Don't include wait.h on Linux.
...
The function we use are all supposed to be in sys/wait.h
Fixes #7847 .
[SVN r82549]
2013-01-19 12:02:57 +00:00
Jürgen Hunold
374bd44c04
Merge 82193 from ^/trunk
...
------------------------------------------------------------------------
r82193 | jhunold | 2012-12-23 21:53:33 +0100 (So, 23 Dez 2012) | 2 lines
Fix debug library name for QtCore. Fixes #7826
------------------------------------------------------------------------
[SVN r82194]
2012-12-23 21:04:05 +00:00
Jürgen Hunold
e5dc914409
Fix debug library name for QtCore. Fixes #7826
...
[SVN r82193]
2012-12-23 20:53:33 +00:00
Jürgen Hunold
f73f518624
Merge 82100 from ^/trunk
...
------------------------------------------------------------------------
r82100 | jhunold | 2012-12-19 17:22:55 +0100 (Mi, 19 Dez 2012) | 1 line
Disambiguate types created by Qt4 and Qt5 tools
------------------------------------------------------------------------
[SVN r82144]
2012-12-21 11:54:40 +00:00
Jürgen Hunold
053c4d2be6
Disambiguate types created by Qt4 and Qt5 tools
...
[SVN r82100]
2012-12-19 16:22:55 +00:00
Jürgen Hunold
5180ae640f
Merge 82033 from ^/trunk
...
------------------------------------------------------------------------
r82033 | jhunold | 2012-12-16 21:48:35 +0100 (So, 16 Dez 2012) | 1 line
Start Qt5 support
------------------------------------------------------------------------
[SVN r82057]
2012-12-17 21:04:59 +00:00
Jürgen Hunold
4cb47ecdc0
Start Qt5 support
...
[SVN r82033]
2012-12-16 20:48:35 +00:00
Jürgen Hunold
85903e0ac4
Start Qt5 support
...
[SVN r82033]
2012-12-16 20:48:35 +00:00
Jürgen Hunold
51c96a4246
Merge 81687,81688,81689 from ^/trunk
...
------------------------------------------------------------------------
r81687 | jhunold | 2012-12-03 09:27:30 +0100 (Mo, 03 Dez 2012) | 1 line
Disambiguate rcc calls in preparation for qt5 toolset
------------------------------------------------------------------------
r81688 | jhunold | 2012-12-03 09:27:44 +0100 (Mo, 03 Dez 2012) | 1 line
Adjust external link to qt-project.org
------------------------------------------------------------------------
r81689 | jhunold | 2012-12-03 09:28:09 +0100 (Mo, 03 Dez 2012) | 3 lines
Add <rccflags> to qt4.jam. Fixes #7576
Thanks to Frank Richter for the initial patch and documentation.
------------------------------------------------------------------------
[SVN r81702]
2012-12-04 09:47:38 +00:00
Jürgen Hunold
4fa430eae5
Add <rccflags> to qt4.jam. Fixes #7576
...
Thanks to Frank Richter for the initial patch and documentation.
[SVN r81689]
2012-12-03 08:28:09 +00:00
Jürgen Hunold
bfb982d308
Add <rccflags> to qt4.jam. Fixes #7576
...
Thanks to Frank Richter for the initial patch and documentation.
[SVN r81689]
2012-12-03 08:28:09 +00:00
Jürgen Hunold
b290aaa66b
Adjust external link to qt-project.org
...
[SVN r81688]
2012-12-03 08:27:44 +00:00
Jürgen Hunold
3d746209a8
Adjust external link to qt-project.org
...
[SVN r81688]
2012-12-03 08:27:44 +00:00
Jürgen Hunold
a52b29cca9
Disambiguate rcc calls in preparation for qt5 toolset
...
[SVN r81687]
2012-12-03 08:27:30 +00:00
Jürgen Hunold
dd7abfb849
Disambiguate rcc calls in preparation for qt5 toolset
...
[SVN r81687]
2012-12-03 08:27:30 +00:00
Steven Watanabe
955ece1ed6
Clean up problems in my last patch.
...
[SVN r81499]
2012-11-23 20:00:48 +00:00
Steven Watanabe
d06ea96712
Clean up problems in my last patch.
...
[SVN r81499]
2012-11-23 20:00:48 +00:00
Steven Watanabe
ec142bf786
Fix PDB location. Fixes #7491 .
...
[SVN r81498]
2012-11-23 18:56:47 +00:00
Steven Watanabe
cf0f788028
Fix PDB location. Fixes #7491 .
...
[SVN r81498]
2012-11-23 18:56:47 +00:00
Steven Watanabe
6005bcfb75
Move handling of <auto-index>on to the generator requirements.
...
[SVN r81026]
2012-10-20 16:35:56 +00:00
Steven Watanabe
9222156dd2
Move handling of <auto-index>on to the generator requirements.
...
[SVN r81026]
2012-10-20 16:35:56 +00:00
Steven Watanabe
3aebb6b5da
Add documentation of --hash to b2 --help-options. Refs #7533 .
...
[SVN r81017]
2012-10-19 17:44:14 +00:00
Steven Watanabe
7dbeb34e17
Add documentation of --hash to b2 --help-options. Refs #7533 .
...
[SVN r81017]
2012-10-19 17:44:14 +00:00
Steven Watanabe
8af64a3e56
Add documentation of --hash and --abbreviate-paths in the list of options. Also add an index entry for Target Paths. Refs #7533 .
...
[SVN r81016]
2012-10-19 17:30:02 +00:00