This website works better with JavaScript.
7e84079cc7
docs
waf-1.8.0pre2
Thomas Nagy
2014-09-14 20:26:07 +0200
470219ee6b
Issue 1477 - boost python detection
Thomas Nagy
2014-09-14 20:08:35 +0200
d02127d136
sort the boost libraries by version number too, there may be more than one version installed on the system
Thomas Nagy
2014-09-14 19:46:24 +0200
de249291c7
Removed the unnecessary and broken variable PYTHON_LIB defined in waf.bat
Thomas Nagy
2014-09-14 18:57:03 +0200
d491de7486
conf.check generalization using arbitrary build functions
Thomas Nagy
2014-09-14 10:58:29 +0200
08c4b175bf
Include all static libraries specified in the use=line
Thomas Nagy
2014-09-14 10:48:12 +0200
b541cd7327
extras: halide: handle variants, for cross-compilation
Jérôme Carretero
2014-09-13 13:49:25 -0400
cacc8c343b
file_to_object: use different alignments
Jérôme Carretero
2014-09-08 17:36:49 -0400
e8f4715c8d
extras: file_to_object: change method to work with the assembler instead of linker
Jérôme Carretero
2014-09-08 15:27:45 -0400
7605c17732
Include the '-' in the regex to match the IA-32 string on 32 bit windows.
Harald Klimach
2014-09-03 13:50:10 +0200
2242b53413
reworked previous fix to match the extension in the regex, based on if the lib is linked statically or dynamically. removed regex "group" because no rules were applied (+?), they were mandatory.
Syl
2014-09-03 00:23:19 +0200
e0d6bcd1bb
related to #1477 , add extension filter when matching lib names.
Syl
2014-09-02 23:42:55 +0200
a112808610
Issue 1481 - unreadable configuration cache file
Thomas Nagy
2014-09-02 22:14:51 +0200
ebfabe3cdb
fix indent
Syl
2014-09-01 23:17:52 +0200
6f228d762a
fix issue #1477 , thanks to Maxime Arthaud for the patch.
Syl
2014-09-01 23:14:10 +0200
f550175c7f
Add the 'errors' attribute to AnsiTerm
Matt Clarkson
2014-09-01 17:07:56 +0100
4b03c35660
extras: add c_config_alt tool
Jérôme Carretero
2014-09-01 11:26:03 -0400
a4d0442e45
extras: add file_to_object tool
Jérôme Carretero
2014-08-31 22:37:07 -0400
3e378c45bf
extras: add halide code generation tool
Jérôme Carretero
2014-08-31 22:18:03 -0400
49a8bb15b2
Issue 1471 - use python-config to detect python
Thomas Nagy
2014-08-31 21:11:41 +0200
69bb9f9209
Handle the -Xlinker case in parse_flags
Thomas Nagy
2014-08-31 21:03:03 +0200
6ffde12338
Use os.path.join to enable builds from drive letters X:\
Thomas Nagy
2014-08-30 13:05:46 +0200
f7fb6e2f95
Enable waf to run from an existing python process
Thomas Nagy
2014-08-29 22:30:20 +0200
671add18e0
Install in the pycache folder of the file, not in the one of the task generator - Issue 1478
Thomas Nagy
2014-08-29 20:05:58 +0200
80f8225f8d
Do not use /logo on windows, as ifort expects input files with this option.
Harald Klimach
2014-08-28 11:27:44 +0200
fdc868858d
Merge branch 'master' of https://code.google.com/p/waf
Thomas Nagy
2014-08-25 20:19:48 +0200
3bf6def01d
Issue 1476, regressions in syms.py due to find_program
Thomas Nagy
2014-08-25 20:01:43 +0200
7e9c18f5e7
NameError -> TypeError - Issue 1475
Thomas Nagy
2014-08-22 22:45:55 +0200
a122bc98c9
another example
Thomas Nagy
2014-08-20 21:25:41 +0200
3c49de07a7
Modified ifort to use the -logo option for search of the compiler version.
Harald Klimach
2014-08-18 19:47:11 +0200
002badce44
new command-line option --color - Issue 1474
Thomas Nagy
2014-08-17 22:59:18 +0200
ad330d76bc
Changed version option on windows to use /-prefix.
Harald Klimach
2014-08-14 20:19:51 +0200
cc1d38d14c
It seems that the Intel compiler dropped 'ifort' string
Thomas Nagy
2014-08-14 20:03:28 +0200
679b2850d7
print_usage is useless - override with print_help
Thomas Nagy
2014-08-10 21:38:08 +0200
32d2f0e1da
merged the os2 case in Utils.is_win32
Thomas Nagy
2014-08-09 18:08:39 +0200
6eec35c1de
Fixed the 'missing shutdown function' error
Thomas Nagy
2014-08-05 15:43:28 +0200
4958b4ec47
New extra tool for network shares and long paths handling
Thomas Nagy
2014-08-04 23:09:54 +0200
2b5377cd87
Better support for UNC paths in external tools
Thomas Nagy
2014-08-04 19:52:58 +0200
81ce0b6c17
max path limitation in file installation - Issue 1469
Thomas Nagy
2014-08-04 15:17:28 +0200
bd26b078ca
Issue 1468, accents in python files
Thomas Nagy
2014-08-03 17:34:18 +0200
f6aca05fdd
Create __pycache__ files - Issue 1403
Thomas Nagy
2014-07-25 18:15:23 +0200
e9ae4cc5b0
Moved the ocaml, fluid, go and swig examples to the playground area
Thomas Nagy
2014-07-20 05:14:56 +0200
1491e620ad
Added Configure.autoconfig = 'clobber' to force previous configuration options
Thomas Nagy
2014-07-20 05:13:22 +0200
76731c8155
qt5: added Qt5WinExtras
Syl
2014-07-14 22:27:40 +0200
e48ed4d37a
Issue 1465
Thomas Nagy
2014-07-14 19:59:01 +0200
2db34905bd
fixed --make-waf with python3
Syl
2014-07-06 17:41:54 +0200
ffc07831cc
boost: find_file throw an exception is the file isn't found.
Syl
2014-07-06 17:30:14 +0200
b704a18559
boost: on Windows, install DLL for libs linked dynamically.
Syl
2014-07-06 16:35:52 +0200
4a3a3116c5
qt5: added qtmain to the possible lib
Syl
2014-07-06 11:28:54 +0200
6bd7beb194
Enable case-insensitive Node lookup
Thomas Nagy
2014-07-05 23:02:38 +0200
342b4ab1ce
c_config: cleanup directory after configuration if no cache is needed.
yngwe
2014-07-02 09:37:22 +0200
78c9384e1c
Improve support for BuildContext.install_*() to overwrite exiting files
Matt Hoosier
2014-06-28 10:08:01 -0500
d96844a913
Updated the pdflatex example for newer texlive versions (Ubuntu 14)
Thomas Nagy
2014-06-20 11:40:49 +0200
679fe6f807
boost.py: use a different variable to not overwrite tags when matching libs (with python)
Syl
2014-06-18 00:12:30 +0200
398c505d3d
removed testing code.
Syl
2014-06-17 23:52:57 +0200
1b4eef898f
boost.py: improved regex, removing unnecessary plus sign (we want to match only one group) reworked python matching (mostly for ubuntu I guess). In case of boost_python, tags and python version are optional, which should work on ubuntu and other cases, without duplicating matching patterns if we aren't searching for boost_python. added back mandatory tags for the last line (for windows) and added a last line to match boost_lib only (arch/manjaro)
Syl
2014-06-17 23:40:21 +0200
62879268b2
another potential breakage with previous boost.py changed the way how the abi is generated, the tag for static (-s) is now added automatically based on the lib you specified in 'lib' and 'stlib' added back --boost-mt When checking file pattern, the abi is now optional in the last rule. It's now easier to find a lib on linux if your wscript if also configured for windows.
Syl
2014-06-17 20:29:26 +0200
6251983780
WARNING: I broke the compatibility with previous boost.py - removed "static" parameter, now use stlib to specify static libs (added a warning if you were using it) - removed "mt" parameter, now specify it as part of the abi (see help) - added "stlib" parameter, to specify which lib will be linked statically. "lib" is used to link shared libs.
Syl
2014-06-15 17:28:26 +0200
89d3870951
Another regression due to the change in find_program from Jerome
Thomas Nagy
2014-06-12 21:32:23 +0200
e6b729487a
Moved the doxygen example to where it belongs under playground/
Thomas Nagy
2014-06-12 07:24:55 +0200
20112c4556
doxygen: Ensure output directory is created
Josh Bartel
2014-06-04 08:51:18 -0500
a7eb3d811b
msvc: Create new task to install pdb file
Josh Bartel
2014-06-10 15:47:28 -0500
81c3ec0bf3
doxygen: Add install support
Josh Bartel
2014-05-15 14:03:53 -0500
53945acb25
doxygen: Set cwd to the Doxyfile folder
Josh Bartel
2014-05-15 13:21:28 -0500
9bad7d4f58
ccroot: Setting chmod=Utils.O644 for installation of static libraries
Alexander Afanasyev
2014-06-02 19:51:02 +0300
3ee08a88f4
Issue 1451
Thomas Nagy
2014-06-08 17:34:35 +0200
1889619dd4
miscallenous enhancements - Issue 1450
Thomas Nagy
2014-05-30 20:35:09 +0200
8c678183b0
Follow-up on Issue 1450
Thomas Nagy
2014-05-29 07:23:57 +0200
3f484f4446
End of Issue 1450
Thomas Nagy
2014-05-24 09:01:31 +0200
4161ce4827
Issue 1457 - boost or.hpp file
Thomas Nagy
2014-05-23 00:49:27 +0200
27f0fc9450
Issue 1454
Thomas Nagy
2014-05-21 17:21:29 +0200
6566072086
missing file
Thomas Nagy
2014-05-21 17:04:14 +0200
8821ab2b28
moved pch out of demos (requires extras/pch.py) and disabled the dependency on boost
Thomas Nagy
2014-05-21 01:37:14 +0200
3970ffd149
extras/pch.py: Experimental extension to enable precompiled headers for clang++ and g++
Alexander Afanasyev
2014-05-15 18:55:33 -0700
c21317c727
Issue 1453
Thomas Nagy
2014-05-19 21:32:24 +0200
6be13a74bb
cosmetic change: have you forgotten to load a waf tool?
Thomas Nagy
2014-05-18 17:53:03 +0200
905d0295f6
Issue 1452
Thomas Nagy
2014-05-17 00:11:34 +0200
e4a0e0746b
Escape null bytes potentially present in the waf file - workaround for Pypy 2.3
Thomas Nagy
2014-05-10 06:17:00 +0200
79ef335d3d
Added defines for asm - #1442
Thomas Nagy
2014-04-30 22:37:36 +0200
d4ca0e8cdc
Issue 1440
Thomas Nagy
2014-04-27 19:06:26 +0200
955c09d037
playground: add embedded resources example
Jérôme Carretero
2014-04-24 00:53:36 -0400
14a8f03012
Cosmetic changes in extras/swig.py
waf-1.8.0pre1
Thomas Nagy
2014-04-20 02:32:25 +0200
65d25a9a69
Unmask as many exceptions as possible
Thomas Nagy
2014-04-20 02:29:27 +0200
8e7c583496
add bld(ut_cmd=True) to enable specific test execution commands - Issue 1438
Thomas Nagy
2014-04-14 18:54:04 +0200
5f95323ecb
Added a note for -kk in 'waf --help'
Thomas Nagy
2014-04-12 18:16:44 +0200
4004dd47f3
do not eliminate backslashes from scriptlet expressions when shell=False - Issue 1433
Thomas Nagy
2014-04-12 14:01:10 +0200
0c4b23fe88
hard-coded code snippets in boost.py - Issue 1432
Thomas Nagy
2014-04-10 07:43:28 +0200
ffb298fabc
Define all platform-specific functions in Utils.py so that they can be replaced again later
Thomas Nagy
2014-04-09 22:27:17 +0200
063da21871
Changed the default installation folders for import libraries
Thomas Nagy
2014-04-09 22:24:55 +0200
7cc366513f
fixed the case: CC='ccache gcc' waf configure build
Thomas Nagy
2014-04-07 22:10:56 +0200
3e426d9198
better location for the finalizer - Issue 1374
Thomas Nagy
2014-04-07 19:02:29 +0200
97b1dca7b8
Issue 1374 - close config.log
Thomas Nagy
2014-04-01 23:06:10 +0200
816023237b
Define the intltool cache flag automatically - Issue 1221
Thomas Nagy
2014-03-30 01:33:15 +0100
6a419b6289
New qt5 libs
Thomas Nagy
2014-03-25 22:17:51 +0100
53387d8eff
c_config: parse_flags: add support for parsing '-isystem' and friends
Chris Winter
2014-03-19 10:19:15 -0500
b5ceb9ef12
Regression due to lists in GHCPKG
Thomas Nagy
2014-03-17 21:14:19 +0100
9f7e6a1bfb
Revert "it turns out that writeconsole in ansiterm.py is not needed"
Thomas Nagy
2014-03-14 21:47:19 +0100
0cd060c394
Make it easier to declare asm or preprocessed outputs to c/c++ tasks
Thomas Nagy
2014-03-11 21:23:57 +0100
64e5647a61
docs
waf-1.7.16
Thomas Nagy
2014-03-11 12:24:24 +0100
11180ae9f6
rcc detection for rcc-qt4
Thomas Nagy
2014-03-11 01:24:20 +0100