Commit Graph

2273 Commits

Author SHA1 Message Date
Thomas Nagy 1201a7776f
Typo 2016-07-07 23:32:34 +02:00
Thomas Nagy df96b50aa1
Example of finding shared library paths with ldd in configuration tests 2016-07-07 20:15:36 +02:00
Thomas Nagy 9ede16b70a
Docs - #1766 2016-07-07 07:56:20 +02:00
Thomas Nagy 1b1bad8231
Unused keyword 2016-07-07 07:47:15 +02:00
Thomas Nagy 1fa2e6f7e1
waf-1.9.1 2016-07-03 09:51:45 +02:00
Thomas Nagy 0189850710
Do not de-duplicate configuration flags passed in conf.check(stlib=) for consistency reasons 2016-07-02 19:59:17 +02:00
Thomas Nagy 0b2ae5fabd
All pictures in PDF/SVG 2016-07-02 13:10:13 +02:00
Thomas Nagy 4e3c5044e5
Docs 2016-07-02 12:38:31 +02:00
Thomas Nagy fdafe42d9f
Docs 2016-07-02 12:00:20 +02:00
ita1024 f316064be1 Merge pull request #1764 from guludo/preforked-fallback-pickle
Fallback to run_regular_process if we can't pickle arguments
2016-06-28 07:37:31 +02:00
Gustavo Jose de Sousa 9a0932951f Fallback to run_regular_process if we can't pickle arguments 2016-06-27 20:49:37 -03:00
Thomas Nagy e52d1b4916
Fix svg links in the documentation for 1.9.0 2016-06-26 13:56:19 +02:00
Thomas Nagy 39056a6ba5
waf 1.9 2016-06-26 13:45:21 +02:00
Thomas Nagy ff1be31ec4
Fix Qt5 detection when pkg-config is missing 2016-06-26 12:06:17 +02:00
Thomas Nagy 50ae7dc3ba
Api docs 2016-06-26 11:59:27 +02:00
Thomas Nagy 461c065bbb
Typo 2016-06-26 00:16:51 +02:00
Thomas Nagy f84b219818
Api docs 2016-06-26 00:15:41 +02:00
Thomas Nagy 850e9ad5fc
Simplify env['FOO'] -> env.FOO 2016-06-25 23:54:12 +02:00
Thomas Nagy ef48d49260
Remove update_outputs from the documentation 2016-06-25 22:48:47 +02:00
Thomas Nagy 4991120891
Api docs 2016-06-25 21:30:32 +02:00
Thomas Nagy fc02c1d42a
Api docs 2016-06-25 20:10:04 +02:00
Thomas Nagy 02fb7ceff7
Show all connections in the feature maps 2016-06-25 19:55:51 +02:00
Thomas Nagy f08356516a
Fix invalid method names in after/before constraints 2016-06-25 19:54:26 +02:00
Thomas Nagy c9db34e1bf
Fix invalid method names in after/before constraints 2016-06-25 19:53:54 +02:00
Thomas Nagy 8e721fb49a
Ignore temporary rst files in the apidoc folder 2016-06-25 19:18:28 +02:00
Thomas Nagy d609e6c349
Documentation bug: the feature map was not updated in a long time 2016-06-25 19:16:01 +02:00
Thomas Nagy 8ad77d3b6b
Use SVG in the feature map 2016-06-25 18:22:13 +02:00
Thomas Nagy eaa83004c8
Api docs 2016-06-25 16:23:06 +02:00
Thomas Nagy ef6525c0bf
Api docs 2016-06-25 14:49:27 +02:00
Thomas Nagy a2ca4b6dab
Remove Options.platform and Options.cmds 2016-06-25 13:55:13 +02:00
Thomas Nagy 3c132ad97a
Fix a wrong error message when installing to readonly folders 2016-06-25 13:38:48 +02:00
Thomas Nagy 57e711d801
Api docs 2016-06-25 13:27:22 +02:00
Thomas Nagy 96f4ebc52f
Api docs 2016-06-25 13:12:59 +02:00
Thomas Nagy 2c76187d41
Api docs 2016-06-25 12:50:04 +02:00
Thomas Nagy ccc77cd9f5
Api docs 2016-06-25 02:38:26 +02:00
Thomas Nagy 21e9be8cdb
Api docs 2016-06-24 13:31:06 +02:00
Thomas Nagy 63a29dfd18
Api docs 2016-06-24 13:26:36 +02:00
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