Vladimir Prus
21416a9a41
Fix typo
...
[SVN r38257]
2007-07-18 10:03:33 +00:00
Vladimir Prus
e5ad4724c3
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
Vladimir Prus
798e313c30
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
Rene Rivera
c44c5e4a48
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
7e66481dff
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
53efd4d755
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
Vladimir Prus
084cf8f1f5
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
K. Noel Belcourt
94dc045aae
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
Boris Gubenko
bf2e82440f
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
b7d40f4ce6
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
Rene Rivera
4c1108f18e
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
Nicola Musatti
2aa34fb9a3
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
Rene Rivera
21d13c7803
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
Thomas Witt
9d25211e7b
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
3a75b77e1f
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
7530b417d8
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
fe5eda50dc
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
Rene Rivera
87d0504845
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
341e94fb97
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
John Maddock
a417bc745c
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
Rene Rivera
796100941f
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
K. Noel Belcourt
595edd795e
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
Rene Rivera
20f268aee2
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
b6ae6d1dd8
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
afee0be21d
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
K. Noel Belcourt
b8bd7d7368
Add Fortran 90 support to fortran.jam. Added new pathscale, pgi and mipspro
...
toolsets.
[SVN r37910]
2007-06-06 02:46:35 +00:00