2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-29 21:41:44 +01:00
Commit Graph

28 Commits

Author SHA1 Message Date
Thomas Nagy
9ec230fb4d cleanup 2013-09-29 23:45:36 +02:00
Thomas Nagy
dedafdfa81 Disabled the pickle gc optimization by default (computers are fast enough now, and it can be reenabled if necessary) 2013-09-10 21:28:25 +02:00
Thomas Nagy
5c6d626048 removed the cache from the task level, it usually degrades performance and is better implemented on the compiler level 2013-05-26 10:14:49 +02:00
Thomas Nagy
5b3dc2c5ab apidoc fixes 2013-05-25 22:49:22 +02:00
Thomas Nagy
6d570f08bd use os.remove instead of os.unlink for consistency 2013-05-18 19:51:45 +02:00
Thomas Nagy
174b01bba9 Issue 1313 extra check_dir call causing uninstall failures 2013-05-16 08:33:05 +02:00
Thomas Nagy
7eef6588af Use Utils.readf/Utils.writef whenever possible 2013-03-14 13:45:10 +01:00
Thomas Nagy
083b6e138e Issue 1234 2012-12-15 00:32:20 +01:00
Anthony Baire
2c22ec2a59 fixed waf clean to preserve config files from all environments
Signed-off-by: Thomas Nagy <tnagy2pow10@gmail.com>
2012-10-05 00:07:59 +02:00
Thomas Nagy
85d863bd52 Issue 1205 2012-10-02 03:43:58 +02:00
Thomas Nagy
56636cf5ff Removed a function too early - this is what happens when no example is present 2012-09-17 23:30:22 +02:00
Thomas Nagy
41c52e3f4e return the task generator instance (much more intuitive) 2012-09-15 21:27:50 +02:00
Thomas Nagy
54e3a901dd docs 2012-09-15 12:53:47 +02:00
Thomas Nagy
69edfa1675 bld.func -> bld.rule() 2012-09-15 12:16:53 +02:00
Anthony Baire
c5bc3197f0 added Build.func to allow creating task generator using the decorator notation
Signed-off-by: Thomas Nagy <tnagy2pow10@gmail.com>
2012-09-15 12:14:25 +02:00
Thomas Nagy
3ee50382fb use the compact pickle files (faster) 2012-07-30 18:35:17 +02:00
Thomas Nagy
315973e243 Build::get_all_task_gen 2012-04-13 01:24:43 +02:00
Thomas Nagy
6db0d97fba Fix related to Issue 1124 2012-04-12 08:30:45 +02:00
Thomas Nagy
898872699d removed the macro DLL_EXPORT for gcc/g++ on windows and cleaned up a few TODO entries 2012-04-07 10:54:40 +02:00
Thomas Nagy
19f6fb2595 Issue 1124 2012-04-07 09:59:05 +02:00
Thomas Nagy
c7a41fc9f6 Issue 1128 2012-03-25 10:33:57 +02:00
Thomas Nagy
67a3320c4a accept lists in bld.add_manual_dependency 2012-03-24 11:37:48 +01:00
Thomas Nagy
1134de1bb5 Issue 1120 2012-02-25 16:47:30 +01:00
Thomas Nagy
d8f192fbc2 remove more except: lines 2012-02-11 14:31:00 +01:00
Thomas Nagy
19adba7841 added a warning for ant_glob on the build directory 2011-12-02 19:13:30 +01:00
Thomas Nagy
a115091e20 docs 2011-11-18 00:33:25 +01:00
Thomas Nagy
71efd9b435 a more robust way of loading environment variants 2011-10-16 08:41:21 +02:00
Thomas Nagy
44a967e326 Initial commit 2011-09-10 11:13:51 +02:00