2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-15 22:48:47 +01:00
Commit Graph

1397 Commits

Author SHA1 Message Date
Simon
5fcda128b5 Updated documentation 2015-10-29 11:16:25 +01:00
Simon
24dbd3c43c Changed name for the new Xcode tool to xcode6 and kept the original xcode tool 2015-10-29 11:16:05 +01:00
Simon
70b294f2e1 Added unique_fileref() method to get reference of already existing file references 2015-07-17 00:23:27 +02:00
Simon
70fa79b181 Clean-up 2015-07-15 12:53:30 +02:00
Simon
20c0b72cbb Removed import statement from demo 2015-07-13 20:10:22 +02:00
Simon
64405a8c1a Reduced the ConfigureContext to a configure() func. Also replaced dependencies cxx/cxxprogram with ccroot 2015-07-13 13:43:15 +02:00
Simon
3924f60974 Added more target types. Added bld wrappers 2015-07-13 12:47:01 +02:00
Simon
7d50934a8e Removed unused method 2015-07-13 02:25:13 +02:00
Simon
47b5783be5 Docs 2015-07-13 02:24:49 +02:00
Simon
a3a74e59c1 Added default values for required build settings 2015-07-13 02:16:52 +02:00
Simon
dd19e4b1ee Fixes 2015-07-13 00:51:55 +02:00
Simon
da9a86d2a6 Clean up 2015-07-12 22:31:10 +02:00
Simon
a59e38835d Clean up 2015-07-12 22:17:26 +02:00
Simon
e44ab6e6ec Support for framework,lib,stlib, etc. 2015-07-12 22:06:51 +02:00
Simon
6891ebb7c9 Switched over to use tmp_use_seen istead of link_framework 2015-07-11 16:04:10 +02:00
Simon
b8330b29cb Improved Project -> Configuration API 2015-07-07 18:21:35 +02:00
Simon
5f9a900dc1 Made better integrations with the standard INCPATHS variable 2015-07-07 18:07:21 +02:00
Simon
ae4f1f5e27 Fixed some issues 2015-07-07 17:54:08 +02:00
Simon
9563da7875 Streamlined API more 2015-07-07 12:17:43 +02:00
Simon
79c91daffc Improved include paths. Added support for c_config files 2015-07-06 13:38:27 +02:00
Simon
1f918ce546 Added documentation 2015-07-05 16:57:27 +02:00
Simon
4167c43c2a Getting Custom file grouping reworked 2015-07-05 15:53:59 +02:00
Simon
db2587ea61 Getting Custom source/include heirarchy to work - fixes 2015-07-05 12:37:25 +02:00
Simon
d0279469df Getting Custom source/include heirarchy to work 2015-07-05 00:06:56 +02:00
Simon
922be2ff58 Custom source/include heirarchy 2015-07-04 22:56:54 +02:00
Simon
d5c5db686a Custom project build configurations fix 2015-07-04 22:23:16 +02:00
Simon
0c864ecaac Custom project build configurations fix 2015-07-04 22:22:19 +02:00
Simon
b7e4aed28b Custom project build configurations 2015-07-04 19:13:11 +02:00
Simon
a62bef1323 Target dependecies now works 2015-07-04 12:11:10 +02:00
Simon
2424b81f30 Clean-up 2015-07-03 23:41:05 +02:00
Simon
7992473f7d Found out and made some fixes to parent build configurations 2015-07-03 21:16:27 +02:00
Simon
ce6a58cd5f Removed recusive writing 2015-06-29 18:31:37 +02:00
Simon
616dd559ec Added ID print wrapper 2015-06-26 23:16:37 +02:00
Simon
11d85e44ee Removed duplicate elements being written 2015-06-26 21:42:02 +02:00
Simon
b5b1d520ad Added headers search paths and support for other build settings 2015-06-25 00:44:28 +02:00
Simon
c34269bb8c Initial impl. for Xcode 6 - basic tests 2015-06-24 19:32:46 +02:00
Thomas Nagy
acf9032687
enable more tests on the build farm 2015-06-21 23:58:43 +02:00
Thomas Nagy
f7b4940158
docs 2015-06-21 22:43:19 +02:00
Thomas Nagy
1ee400aca5
docs 2015-06-21 21:55:12 +02:00
Thomas Nagy
1debaf5f03
Better error message when the c compiler is clang and gcc is not found 2015-06-20 23:17:24 +02:00
Thomas Nagy
a336bb1b8b
waf 1.8.11 2015-06-20 22:24:30 +02:00
Thomas Nagy
d761ad1397
Better error message when the c compiler is clang and gcc is not found 2015-06-20 22:21:43 +02:00
Thomas Nagy
42fb4f08a0
Hide the command update that appears in the logs 2015-06-20 14:55:08 +02:00
Thomas Nagy
57d804c16e
docs 2015-06-20 14:54:41 +02:00
Thomas Nagy
dfd6f7e958
Grey color 2015-06-16 07:35:46 +02:00
ita1024
18d8c6025f Merge pull request #1585 from caitp/macplist
[macplist]: interpolate file
2015-06-14 22:09:10 +02:00
Caitlin Potter
9d763fc74f [macplist]: interpolate file
Rather than using an inline interpolated heredoc string, or generating
the file in a pre-build step, allow the macplist task itself to
perform string interpolation on the contents of a plist file.
2015-06-14 15:53:46 -04:00
Thomas Nagy
65150769cd
Cleanup 2015-06-14 11:48:05 +02:00
Thomas Nagy
c91214e216
generated .py files might need to be byte-compiled and installed 2015-06-11 18:15:10 +02:00
ita1024
a12bfc9a94 Merge pull request #1584 from nikoder/nikoder_fix_tool_caching
Add tooldir to cache-check on loading module in Configure context.
2015-06-10 17:54:28 +02:00