| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [C++] Ignore recursive marker in recipes | Stefan Becker | 2016-04-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Test case: $ cat Makefile.recursive .PHONY: default default: +echo DONE $ ckati --warn --gen_all_targets --regen --ninja -f Makefile.recursive Makefile.recursive was modified, regenerating... $ fgrep DONE build.ninja command = /bin/sh -c "+echo DONE" $ ninja [1/1] build default FAILED: default /bin/sh -c "+echo DONE" /bin/sh: + : invalid option Usage: /bin/sh [GNU long option] [option] ... ... Fixes https://github.com/google/kati/issues/57 Change-Id: Ic40d71ff2b168158661eb2eac638adaeadaec1fe | ||||
| * | [C++] Associate global variables with Symbols directly | Shinichiro Hamaji | 2016-02-22 | 1 | -4/+3 |
| | | |||||
| * | Show the location of unsupported automatic variables | Shinichiro Hamaji | 2015-12-18 | 1 | -2/+3 |
| | | |||||
| * | [C++] Fail early for unsupported automatic variables | Shinichiro Hamaji | 2015-12-12 | 1 | -0/+9 |
| | | | | | This is for issue #40. | ||||
| * | [C++] Correct the implementation of $* | Shinichiro Hamaji | 2015-09-11 | 1 | -1/+5 |
| | | |||||
| * | [C++] A global refactoring for command line flags | Shinichiro Hamaji | 2015-09-09 | 1 | -1/+1 |
| | | | | | So we will be able to use the command line parser for sub-makes. | ||||
| * | [C++] Fix submake_basic.mk for non-ninja mode | Shinichiro Hamaji | 2015-09-09 | 1 | -1/+2 |
| | | |||||
| * | [C++] Remove all shared_ptr<string> | Shinichiro Hamaji | 2015-08-14 | 1 | -4/+4 |
| | | |||||
| * | [C++] Fix info, warning, and error for ninja | Shinichiro Hamaji | 2015-07-28 | 1 | -0/+18 |
| | | |||||
| * | [C++] Introduce Symbol | Shinichiro Hamaji | 2015-06-29 | 1 | -13/+12 |
| | | |||||
| * | [C++] Split CommandEvaluator from Executor | Shinichiro Hamaji | 2015-06-29 | 1 | -0/+214 |
| This is the first step of --ninja support | |||||
