Thomas Nagy
|
79aece2650
|
Api docs
|
2016-06-24 13:21:32 +02:00 |
|
ita1024
|
e487466c76
|
Merge pull request #1762 from fedepell/qt5_ui_path
qt5: uic generation task missing path to target, name conflict possible
|
2016-06-22 18:28:54 +02:00 |
|
fedepell
|
585bc1e9a8
|
qt5: uic generation task, use node.parent insted of self.path otherwise the path gets lost and all ui_XXX.h get generated on top level build directory which may also
lead to name clashes
|
2016-06-22 14:07:10 +02:00 |
|
Thomas Nagy
|
6854fae055
|
Removed some annoying whitespace
|
2016-06-21 22:57:06 +02:00 |
|
ita1024
|
df4a17b97a
|
Merge pull request #1760 from danbar/check_swig_version
Extend check_swig_version
|
2016-06-21 22:49:35 +02:00 |
|
Daniel Bartel
|
f88f13f0cf
|
Fix the Swig version detection message
|
2016-06-21 21:19:46 +02:00 |
|
Daniel Bartel
|
44b571172b
|
Merge branch 'master' into check_swig_version
|
2016-06-21 21:07:55 +02:00 |
|
Thomas Nagy
|
9be51b5cf8
|
Fix the Python version detection message #1760
|
2016-06-21 20:22:27 +02:00 |
|
ita1024
|
7acb027961
|
Merge pull request #1761 from fedepell/unit_test_ldlibrarypath
Manage case in unit_test running when LD_LIBRARY_PATH is not already defined in the environment
|
2016-06-21 19:51:06 +02:00 |
|
fedepell
|
567ab43ac2
|
Manage case in unit_test running when LD_LIBRARY_PATH is not already defined in the environment
|
2016-06-21 09:13:57 +02:00 |
|
ita1024
|
9f610bd23f
|
Merge pull request #1758 from guludo/autoconfig
Fix autoconfig
|
2016-06-21 07:35:18 +02:00 |
|
Gustavo Jose de Sousa
|
a339a9c320
|
Yet another fix for #1758
The build command wasn't being executed for 'clobber' autoconfiguration.
|
2016-06-20 18:53:35 -03:00 |
|
Daniel Bartel
|
2241db8557
|
make check_swig_version similar to check_python_version
|
2016-06-20 21:38:46 +02:00 |
|
Daniel Bartel
|
bf05bac08a
|
fix output format issue
|
2016-06-20 21:33:26 +02:00 |
|
Thomas Nagy
|
2f03b76833
|
Qt5 may require -fPIC
|
2016-06-20 20:24:37 +02:00 |
|
Thomas Nagy
|
b2bfbba4f0
|
One more fix needed for #1758
|
2016-06-19 13:39:03 +02:00 |
|
Thomas Nagy
|
ed7e2f5016
|
Add -pthread to link jni programs on FreeBSD
|
2016-06-19 11:26:25 +02:00 |
|
Thomas Nagy
|
59be2b56c0
|
This fixes #1758
|
2016-06-19 09:01:02 +02:00 |
|
Thomas Nagy
|
ee8515e5ee
|
docs
|
2016-06-18 01:28:09 +02:00 |
|
Thomas Nagy
|
8120504156
|
Restore configuration values with Configure.autoconfig='clobber' #1758
|
2016-06-18 01:06:23 +02:00 |
|
Thomas Nagy
|
dcd01d6369
|
Deprecate ut_fun as we have ut_str now
|
2016-06-17 22:04:16 +02:00 |
|
Thomas Nagy
|
764645a014
|
Reduce the amount of paths added to unit test environment variable PATH
|
2016-06-17 22:02:41 +02:00 |
|
Thomas Nagy
|
16aeb5756a
|
Extended unit test program parameters
|
2016-06-17 20:18:06 +02:00 |
|
Thomas Nagy
|
7d5f6e4a59
|
Process tsk.env.PATH as lists or strings
|
2016-06-17 07:34:11 +02:00 |
|
Thomas Nagy
|
98f495bda1
|
Simplify manifest file processing
|
2016-06-16 21:39:50 +02:00 |
|
Thomas Nagy
|
f18d481e75
|
No need to wrap fc/c/cxx classes for manifest processing
|
2016-06-16 21:07:40 +02:00 |
|
Thomas Nagy
|
73384b11f4
|
Dead code removal
|
2016-06-16 21:02:24 +02:00 |
|
Thomas Nagy
|
d50017f693
|
Have Task.exec_command add tsk.env.PATH to os.environ in the child process
|
2016-06-16 20:07:40 +02:00 |
|
Thomas Nagy
|
dee0932fb0
|
No need to paste /Fo flags as the command system does not insert spaces anymore
|
2016-06-16 19:42:29 +02:00 |
|
Thomas Nagy
|
27b2c3b8c4
|
Task.exec_command already sets the cwd, no need to repeat it
|
2016-06-16 17:08:53 +02:00 |
|
Thomas Nagy
|
092712f001
|
Enable per-OS @argfile limits
|
2016-06-15 22:24:30 +02:00 |
|
Thomas Nagy
|
537d1fcd45
|
Simplify long command processing
|
2016-06-15 20:24:34 +02:00 |
|
Thomas Nagy
|
4a09e1943a
|
Workaround for #1756
|
2016-06-13 19:19:00 +02:00 |
|
fedepell
|
d202190cd0
|
Fix: when using the ut_cmd or Option --testcmd, if the test command line has parameters (added for example with the ut_fun method as in the examples)
this will be lost as just ut_exec[0] was used. Now join the command line before using it in substition.
|
2016-06-12 23:59:07 +02:00 |
|
Thomas Nagy
|
7115404006
|
New public key
|
2016-06-12 22:40:50 +02:00 |
|
Thomas Nagy
|
605952fe92
|
Remove redundant warnings
|
2016-06-11 22:26:34 +02:00 |
|
Thomas Nagy
|
04df9202fb
|
Reduce Swig verbosity for #1755
|
2016-06-11 22:23:06 +02:00 |
|
fedepell
|
1986391d79
|
Fixes #1748 : doxygen convert EXCLUDE_PATTERNS occourences of */ in **/ as internally globs are used
|
2016-06-05 22:11:18 +02:00 |
|
fedepell
|
32bd21a77f
|
qt5: Fix usage examples as libraries in qt5 are named QT5XXX and not QTXXX as in qt4 (ie. QT5WIDGETS instead of QTWIDGETS)
|
2016-06-05 22:10:38 +02:00 |
|
Thomas Nagy
|
f71fe257ff
|
Make c_preproc.filter_comments a method so that it is easier to override
|
2016-06-05 00:53:25 +02:00 |
|
Thomas Nagy
|
88f8da4af1
|
msvc test
|
2016-06-05 00:39:04 +02:00 |
|
Thomas Nagy
|
e8ef5a89eb
|
More cleanup
|
2016-06-05 00:23:57 +02:00 |
|
Thomas Nagy
|
75b1423ce8
|
Winrc processing is almost certainly broken...
|
2016-06-05 00:01:01 +02:00 |
|
Thomas Nagy
|
062a5263a0
|
Update conf.check_waf_version to 1.9
|
2016-06-04 09:33:13 +02:00 |
|
fedepell
|
e64061f6d2
|
DOXY_FILE_PATTERNS is generated as a string but then used as an array when using the RECURSIVE option, therefore the generated patterns for files to be searched are wrong. Convert it into an array with split() therefore to have correct patterns.
|
2016-06-04 08:51:09 +02:00 |
|
Thomas Nagy
|
18044bddfe
|
One more Python version for the test suites
|
2016-05-31 22:41:12 +02:00 |
|
Thomas Nagy
|
a4c64c1731
|
Docs
|
2016-05-30 22:31:44 +02:00 |
|
Daniel Bartel
|
fb68af3544
|
fix comment regarding commandline options
|
2016-05-30 21:26:14 +02:00 |
|
Thomas Nagy
|
ae243dd23b
|
Fix waflib/extras/syms.py
|
2016-05-29 16:58:41 +02:00 |
|
Thomas Nagy
|
5526a71695
|
Update batched_cc for waf 1.9
|
2016-05-29 16:45:42 +02:00 |
|