Commit Graph

12124 Commits

Author SHA1 Message Date
Vladimir Prus
5d8dd4c4a6 Adjust relative paths to match git rewritten history. 2013-12-14 21:28:49 +04:00
Jürgen Hunold
c2574b2d5a Merge 86787 from trunk: Fix: shared libraries are in .../lib on most platforms and only in .../bin on Windows.
[SVN r86790]
2013-11-23 09:13:10 +00:00
Jürgen Hunold
ca0f7339a0 Fix: shared libraries are in .../lib on most platforms and only in .../bin on Windows.
[SVN r86787]
2013-11-22 18:46:45 +00:00
Steven Watanabe
50e09fb39a Merge Boost.Build from the trunk.
[SVN r86768]
2013-11-19 19:52:02 +00:00
Steven Watanabe
6ec96c4d56 Avoid sorting the sources of composing generators.
[SVN r86767]
2013-11-19 17:30:34 +00:00
Jürgen Hunold
6f79500bc2 Merge 86696 from trunk: correct <dll-path> as Qt5 dlls are in bin directory only.
[SVN r86762]
2013-11-19 06:47:29 +00:00
Vladimir Prus
9d5da95565 Replace "Boost Build" with "Boost.Build".
Refs #9304.


[SVN r86746]
2013-11-18 06:08:02 +00:00
Vladimir Prus
259a276f5b Update docs to use 'b2' everywhere.
Patch from Mateusz  Loskot, with extra tweaks.
Fixes #9304.


[SVN r86745]
2013-11-18 06:05:56 +00:00
Steven Watanabe
69c7b06c70 Add tests for link.jam. Fix timestamp/dependency problem that made symlinks cause unnecessary rebuilds on Windows.
[SVN r86709]
2013-11-14 23:24:50 +00:00
Jürgen Hunold
76d4b1b6f1 correct <dll-path> as Qt5 dlls are in bin directory only.
[SVN r86696]
2013-11-14 11:22:02 +00:00
Jurko Gospodnetić
08ff8d5cd9 Minor stylistic line wrapping changes.
[SVN r86566]
2013-11-05 09:34:43 +00:00
Jurko Gospodnetić
91ba93f919 Stylistic change - jam construct like 'if $(var)-is-not-empty' does not actually test whether the $(var) variable is not empty and instead tests whether the variable is defined at all to any value. Specifically, if the variable is defined as an empty string, the test will still pass.
[SVN r86565]
2013-11-05 09:33:37 +00:00
Jurko Gospodnetić
c79b7e6a0c Comment typo corrected.
[SVN r86562]
2013-11-05 08:07:31 +00:00
Steven Watanabe
c1395b4961 Make the handling of actions that produce multiple targets more correct.
[SVN r86561]
2013-11-04 22:35:14 +00:00
Jürgen Hunold
57407763ed Merge 84402 from ^/trunk
------------------------------------------------------------------------
  r84402 | jhunold | 2013-05-21 14:23:20 +0200 (Di, 21 Mai 2013) | 4 lines
  
  Fix: cache file loading and saving must use native paths
  
  Fixes caching at least on Windows platform
  
  ------------------------------------------------------------------------


[SVN r86519]
2013-10-29 17:19:33 +00:00
Eric Niebler
9796a38f25 merge [86460] from trunk, fix bootstrap on mingw
[SVN r86516]
2013-10-29 16:53:08 +00:00
Eric Niebler
5e39960efd mingw patch for bootstrap from Stephan T. Lavavej, refs #8762
[SVN r86460]
2013-10-26 21:02:15 +00:00
Jürgen Hunold
f6fc8eb665 use the offscreen plugin for gui testing
[SVN r86048]
2013-09-30 05:44:38 +00:00
Jürgen Hunold
699c3c0e7c adapt commandline to improved moc
Using -f (>) is no longer needed and not suported,
just provide the input file as positional argument

[SVN r86047]
2013-09-30 05:44:17 +00:00
Steven Watanabe
77f3e6ed63 Apply Bjorn Roald's patch for generating header links in git.
[SVN r85183]
2013-08-01 15:49:37 +00:00
Jürgen Hunold
c43b86d43e Merge 84982,84983 from trunk. Fix #8754.
------------------------------------------------------------------------
  r84982 | jhunold | 2013-07-08 15:11:49 +0200 (Mo, 08 Jul 2013) | 1 line
  
  Fix: correct elif chain
  ------------------------------------------------------------------------
  r84983 | jhunold | 2013-07-08 15:12:18 +0200 (Mo, 08 Jul 2013) | 3 lines
  
  Fix #8754: Add support for upcoming msvc-12.0
  
  Thanks to Lars Viklund for the patch
  ------------------------------------------------------------------------


[SVN r85166]
2013-07-29 09:20:23 +00:00
Jürgen Hunold
acac696eac Fix #8754: Add support for upcoming msvc-12.0
Thanks to Lars Viklund for the patch

[SVN r84983]
2013-07-08 13:12:18 +00:00
Jürgen Hunold
bc7e8946dd Fix: correct elif chain
[SVN r84982]
2013-07-08 13:11:49 +00:00
Steven Watanabe
a7b07f8d80 Only try to translate PYTHONPATH for windows/cygwin. It's not implemented for cross compilation.
[SVN r84908]
2013-06-27 12:53:07 +00:00
Matthias Troyer
21229a4e5b Fixed #6436 #5596 and added threaded initialization
[SVN r84739]
2013-06-11 08:30:39 +00:00
Christian Henning
3cafc9aea7 Only one header is supported.
[SVN r84666]
2013-06-07 01:04:48 +00:00
Christian Henning
885f3fc00e some test modules for libjpeg and libtiff.
[SVN r84665]
2013-06-07 00:23:18 +00:00
Steven Watanabe
269b5c41d8 Fix lirary name. The lib prefix is added automatically.
[SVN r84660]
2013-06-06 22:45:25 +00:00
Christian Henning
4bdc0cdaa3 Fixed wrong library name.
[SVN r84659]
2013-06-06 22:12:02 +00:00
Vladimir Prus
652236346d Add index entries for conditional and indirect requirements.
[SVN r84572]
2013-05-31 08:06:30 +00:00
Daniel James
463326718e Import errors in make-error.
In [83204] some commands to `import errors` were removed before calls to
`make-error`, which causes it to fail, as it uses `errors`. Rather than
restoring `import errors` I removed it from the other calls, and added it to
the function itself, which is hopefully less error prone.

[SVN r84552]
2013-05-30 08:28:42 +00:00
Steven Watanabe
df2b34d63c Initial supprort for creating symlinks in the git layout.
[SVN r84524]
2013-05-27 00:02:43 +00:00
Christian Henning
1138feb932 libpng mock test.
[SVN r84498]
2013-05-25 15:54:54 +00:00
Christian Henning
e8a5a8204c Renaming image lib's jam files to reflect actual library name.
[SVN r84473]
2013-05-25 03:51:14 +00:00
Steven Watanabe
ba1a63750c Increment Boost.Build version.
[SVN r84445]
2013-05-23 16:38:02 +00:00
Jürgen Hunold
b433dacebd Fix: cache file loading and saving must use native paths
Fixes caching at least on Windows platform


[SVN r84402]
2013-05-21 12:23:20 +00:00
Steven Watanabe
87c62c82d1 Merge Boost.Build from the trunk.
[SVN r84398]
2013-05-21 04:14:18 +00:00
Andrey Semashev
9203b0f183 Manifest is now always generated for MSVC 8 and later. This is needed in order to solve problems with Windows UAC requiring elevated priviledges for some tests that have 'patch' in their names.
[SVN r84370]
2013-05-19 10:03:47 +00:00
Andrey Semashev
378009d006 Merged from trunk: By default, when 32 bit x86 build is requested, i686 instruction set is chosen now. i386 instruction set removed since de facto it is not supported by some core libraries (Boost.Atomic and Boost.SmartPtr) and major operating systems. The minimum 32 bit x86 instruction set is i486 now. Also added a few more instruction sets that appeared in recent CPUs.
[SVN r84254]
2013-05-12 18:02:44 +00:00
Steven Watanabe
1f663b4a45 Avoid accidentally changing property values by using Jam's path parsing.
[SVN r84231]
2013-05-11 00:28:39 +00:00
Andrey Semashev
eef6e6146c By default, when 32 bit x86 build is requested, i686 instruction set is chosen now. i386 instruction set removed since de facto it is not supported by some core libraries (Boost.Atomic and Boost.SmartPtr) and major operating systems. The minimum 32 bit x86 instruction set is i486 now. Also added a few more instruction sets that appeared in recent CPUs.
[SVN r84221]
2013-05-10 12:24:34 +00:00
Roland Schwarz
a5c7656f14 Only a small cosmetic change.
[SVN r84137]
2013-05-04 14:48:04 +00:00
Vladimir Prus
956bfb8dd6 Unreak compilation with Python support.
[SVN r84083]
2013-04-29 11:00:25 +00:00
Steven Watanabe
7a6c28bd59 Don't apply cxxflags to c compiles.
[SVN r84018]
2013-04-22 20:20:18 +00:00
Steven Watanabe
061f998f43 Optimize member function calls to use less string manipulation.
[SVN r83937]
2013-04-16 23:54:54 +00:00
Steven Watanabe
1f1f57dd08 Optimize generator.match-rank
[SVN r83933]
2013-04-16 20:48:13 +00:00
Steven Watanabe
6dc41befb6 Optimize generators.find-viable-generators-aux.
[SVN r83932]
2013-04-16 19:24:30 +00:00
Steven Watanabe
6ddea79b06 Tiny optimization of generator.convert-multiple-sources-to-consumable-types.
[SVN r83930]
2013-04-16 18:40:52 +00:00
Steven Watanabe
ec1aea2288 Reduce string length.
[SVN r83929]
2013-04-16 18:26:47 +00:00
Steven Watanabe
379c504900 Tiny optimization for actualize-no-scanner.
[SVN r83928]
2013-04-16 18:06:17 +00:00