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

4866 Commits

Author SHA1 Message Date
Rene Rivera
f2eff70b4c Catch a few more Python errors while testing.
[SVN r38306]
2007-07-30 00:09:52 +00:00
Rene Rivera
b8f3e9e1fa *** empty log message ***
[SVN r38301]
2007-07-29 21:39:32 +00:00
Vladimir Prus
21416a9a41 Fix typo
[SVN r38257]
2007-07-18 10:03:33 +00:00
Vladimir Prus
7922234c20 Correct includes per #1056.
[SVN r38185]
2007-07-11 18:21:15 +00:00
Rene Rivera
c6ef28c85e Make use of output dir options of msvc to not polute src dir with compiled files.
[SVN r38163]
2007-07-07 17:21:20 +00:00
Vladimir Prus
4a94788d43 Use <library>, not <source>, in tutorial.
[SVN r38149]
2007-07-05 16:17:47 +00:00
Vladimir Prus
1f68e61364 Recognize Jamroot as user module
[SVN r38147]
2007-07-05 10:34:26 +00:00
Vladimir Prus
ebb728aadb Don't apply -fcoalesce-templates to all versions, just to
the one being initialized.

Thanks to Arvid Norberg for the bug report.


[SVN r38146]
2007-07-05 09:41:55 +00:00
K. Noel Belcourt
3e9ed9b799 Set MAXLINE in jam.h to 23k bytes for AIX. The piecemeal archive action
was broken with the default MAXLINE of 102400.  Because the AIX shell uses
some of the 24k default buffer size for its own use, I reduced it to 23k.


[SVN r38138]
2007-07-04 17:36:17 +00:00
Boris Gubenko
4efc8a5ea1 pthread is unnecessary on HP-UX
[SVN r38066]
2007-06-22 22:43:51 +00:00
Rene Rivera
73318c7347 Add "sun" as alias to Sun Workshop compiler tools.
[SVN r38050]
2007-06-21 18:33:08 +00:00
Rene Rivera
a834daf2e0 Delete commented out code.
[SVN r38038]
2007-06-19 14:32:32 +00:00
Nicola Musatti
85f564d2e0 Worked around a Borland problem
[SVN r38037]
2007-06-19 07:04:20 +00:00
Rene Rivera
97681fd7eb Fix to compile in Borland C99: CLOCKS_PER_SEC, and clock_t, can be a float.
[SVN r38034]
2007-06-19 03:00:46 +00:00
Thomas Witt
1769eff27c Improve vacpp support.
[SVN r38029]
2007-06-19 01:09:13 +00:00
Rene Rivera
37e1b4c95f Use correct compiler exec name when searching for command. [ticket #988]
[SVN r38015]
2007-06-17 18:03:42 +00:00
Rene Rivera
865750bad1 Restore "Add support for building bjam with pgi and pathscale toolsets." changes since the previous merge nuked them.
[SVN r38013]
2007-06-17 15:44:19 +00:00
Rene Rivera
2d0d23dd05 Fix type equivalence warnings, and possible errors.
[SVN r38010]
2007-06-16 21:28:13 +00:00
Rene Rivera
b3128a55bd Implement running action commands through pipes (-p option) to fix jumbled output when using parallel execution with -j option. This is implemented for Unix variants, and Windows (Win32/NT). [ticket #994]
[SVN r38009]
2007-06-16 20:52:36 +00:00
John Maddock
187a4d7fa0 Added support for HTMLHelp, plus fixed xhtml build dependency bug.
[SVN r37990]
2007-06-14 10:15:51 +00:00
John Maddock
cdb626a46a Added xhtml support.
[SVN r37983]
2007-06-13 17:36:51 +00:00
Rene Rivera
d9d07e0342 Realy fix issue #1025.
[SVN r37974]
2007-06-12 04:47:49 +00:00
K. Noel Belcourt
954730b6cd Fix pathscale toolset so it compiles c, c++, fortran and fortran90.
[SVN r37949]
2007-06-08 18:58:34 +00:00
Rene Rivera
68fa0f28ce Add back in using all the generated lib targets for Windows/GCC so resolve ticket #1025.
[SVN r37930]
2007-06-07 18:22:29 +00:00
K. Noel Belcourt
8d5933f029 Add support for building bjam with pgi and pathscale toolsets.
[SVN r37924]
2007-06-07 03:56:26 +00:00
K. Noel Belcourt
1d46598f63 Remove extraneous import fortran90 call.
[SVN r37921]
2007-06-06 21:31:14 +00:00
K. Noel Belcourt
ff443928d4 Add Fortran 90 support to fortran.jam. Added new pathscale, pgi and mipspro
toolsets.


[SVN r37910]
2007-06-06 02:46:35 +00:00
Rene Rivera
606611a5f3 Merge from RC, re: AIX fixes.
[SVN r37847]
2007-06-01 16:12:28 +00:00
Rene Rivera
705598d650 Partial merge from RC, re: AIX fixes.
[SVN r37845]
2007-06-01 16:11:56 +00:00
Rene Rivera
ac7042890c Apply patches from Michael for building on IBM pSeries for AIX and Linux. (ticket #583)
[SVN r37844]
2007-06-01 15:43:22 +00:00
Thomas Witt
112b978c43 Fix Trac #1013.
[SVN r37839]
2007-05-31 23:34:46 +00:00
Vladimir Prus
a8bf980574 Pass result via virtual-target.register
[SVN r37666]
2007-05-11 12:58:36 +00:00
Dave Abrahams
5b8dcc1395 Fix link to defunct yahoo group.
[SVN r37660]
2007-05-11 02:04:39 +00:00
Rene Rivera
edbf4a089d (merge from head) Set the version number of msvc when configuring a default autodetected version.
[SVN r37657]
2007-05-10 17:05:12 +00:00
Rene Rivera
2a6c000c8d Set the version number of msvc when configuring a default autodetected version.
[SVN r37633]
2007-05-08 15:45:38 +00:00
Rene Rivera
a7794f450f (merge from head) Change to using the stable "-dumpversion" and "-dumpmachine" options of GCC to autoconfigure the toolset.
[SVN r37574]
2007-05-03 06:09:04 +00:00
Rene Rivera
ac1109b9ee Change to using the stable "-dumpversion" and "-dumpmachine" options of GCC to autoconfigure the toolset.
[SVN r37573]
2007-05-03 06:05:21 +00:00
Rene Rivera
609770ebf0 Fix extra file.
[SVN r37555]
2007-05-01 22:57:41 +00:00
Rene Rivera
b3599307cb Bump to version 3.1.15.
[SVN r37546]
2007-05-01 03:58:24 +00:00
Rene Rivera
779bcbb8b1 Put in the build support for using the doxproc, Python based, Doxygen to BoostBook translator.
[SVN r37457]
2007-04-17 04:44:59 +00:00
Dave Abrahams
8b37200e63 Relieve need to explicitly configure Python
[SVN r37382]
2007-04-06 18:17:43 +00:00
Dave Abrahams
ade5390d4e Revert bad changes
[SVN r37347]
2007-04-03 18:27:17 +00:00
Dave Abrahams
3e78309c01 Bringing forward BBv2/Python support and a few other things that were
obviously more up-to-date on the RC branch.

Removed the Boost.Python v1 zip archive.


[SVN r37346]
2007-04-03 17:10:53 +00:00
Dave Abrahams
9e7f5f50c9 Support for --with-pydebug builds.
python.jam:

  Support for the specification of "_d" extension suffix.

  In compute-default-paths, fixed the check for residence in
  a "PCBuild.*" directory so we can build against Windows Python built
  in a source distribution.

common.jam:

  Fixed generation of the "y" tag to look for <python-debugging>on
  rather than the whole debug-python build variant.

  Fixed some grammar and spelling.

virtual-target.jam:

  Added the ability to forego the prepending of "." to a
  generated-target-suffix by specifying the suffix enclosed in <...>

libs/python/build/Jamfile.v2:

  #define BOOST_DEBUG_PYTHON when <python-debugging>on


[SVN r37326]
2007-04-02 00:51:15 +00:00
Rene Rivera
86d8ad3a39 More fixes and cleanups to make the translation now comparable to the XSLT translator.
[SVN r37325]
2007-04-01 04:45:31 +00:00
Victor A. Wagner Jr
67c8babc89 Get rid of the trailing blanks
[SVN r37322]
2007-03-31 05:03:31 +00:00
Dave Abrahams
1d08e7f9dd Remove -lpthread for SunOS
[SVN r37320]
2007-03-31 00:08:28 +00:00
Dave Abrahams
d38e995161 Fix the use of system library dependencies
[SVN r37310]
2007-03-28 12:44:08 +00:00
Boris Gubenko
2b8b44530c remove hard-coded -mt
[SVN r37308]
2007-03-28 12:28:22 +00:00
Rene Rivera
702af60143 More cleanup. Finish commenting functions.
[SVN r37306]
2007-03-28 03:43:27 +00:00