2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-26 03:39:53 +01:00
waf/waflib
Simon fe1bb1b58a Fixed a crash when building a subset of xcode6 targets
E.g. when running 'waf xcode6 --targets=some-target'

  File "/waf/waflib/Scripting.py", line 167, in waf_entry_point
    run_commands()
  File "/waf/waflib/Scripting.py", line 268, in run_commands
    ctx = run_command(cmd_name)
  File "/waf/waflib/Scripting.py", line 252, in run_command
    ctx.execute()
  File "/waf/waflib/extras/xcode6.py", line 679, in execute
    self.post_group()
  File "/waf/waflib/Build.py", line 767, in post_group
    if self.current_group < self._min_grp:
AttributeError: 'xcode' object has no attribute '_min_grp'
2017-08-02 00:24:11 +02:00
..
extras Fixed a crash when building a subset of xcode6 targets 2017-08-02 00:24:11 +02:00
Tools qt5: minor correction of uic tool search error message (wrong versions printed) 2017-08-01 22:41:45 +02:00
__init__.py Update the year in headers to 2017 2017-02-11 16:13:37 +01:00
ansiterm.py Typos 2017-03-27 19:33:16 +02:00
Build.py Simplify BuilContext.post_group 2017-07-29 09:19:36 +02:00
ConfigSet.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +02:00
Configure.py Clarify the exception type raised by cmd_and_log 2017-06-20 11:20:53 +02:00
Context.py WAF_PRINT_FAILURE_LOG #1930 2017-07-20 19:26:22 +02:00
Errors.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +02:00
fixpy2.py Update the year in headers to 2017 2017-02-11 16:13:37 +01:00
Logs.py Do not force an encoding on config.log on python2 #1974 2017-07-19 22:38:12 +02:00
Node.py Docs for #1937 2017-04-02 09:57:18 +02:00
Options.py Typos 2017-03-27 19:33:16 +02:00
processor.py Code simplifications 2017-04-22 22:12:11 +02:00
Runner.py Initialize Parallel.processed at 0 not 1 2017-06-23 13:36:28 +02:00
Scripting.py Extract the distcheck command argument 2017-04-13 19:03:13 +02:00
Task.py Fix missing tg_idx_count attribute on task generators 2017-06-16 00:28:49 +02:00
TaskGen.py Rework the priority system 2017-06-16 00:14:32 +02:00
Utils.py Assert against invalid inputs in Utils.run_prefork_process 2017-07-01 13:15:17 +02:00