Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-28 | Adjust to new path implementation, use to support reversibility | Boris Kolpackov | 1 | -1/+1 | |
2016-07-16 | Add support for prepend/append in target type/pattern-specific vars | Boris Kolpackov | 1 | -2/+4 | |
Semantically, these are similar to variable overrides and are essentially treated as "templates" that are applied on lookup to the "stem" value that is specific to the target type/name. For example: x = [string] a file{f*}: x =+ b sub/: { file{*}: x += c print $(file{foo}:x) # abc print $(file{bar}:x) # ac } | |||||
2016-06-27 | Add config.bin.target var/hint, use to decide libso{} install mode | Boris Kolpackov | 1 | -5/+5 | |
Normally the user doesn't need to specify config.bin.target explicitly since the cxx module will hint it. We now also have the whole set of target's components: bin.target.{cpu,vendor,system,version,class} | |||||
2016-06-26 | Add notion of ad hoc group, use to handle DLL/import library | Boris Kolpackov | 1 | -0/+14 | |
2016-04-19 | Redesign src/out scoping | Boris Kolpackov | 1 | -46/+16 | |
We no longer enter paths from the src tree into scope map. Instead, targets from the src tree now include their out tree directory (in essence their "configuration"). This is then used to find a target's scope. See the comment in class target for details. The result of this change is that we can now again build multiple configurations (out trees) for same project at once. | |||||
2016-04-11 | Redo config inheritance logic | Boris Kolpackov | 1 | -1/+1 | |
2016-04-09 | Tweak override logic WRT location of overridden value | Boris Kolpackov | 1 | -9/+9 | |
2016-04-04 | Implement value typing, null support via value attributes | Boris Kolpackov | 1 | -1/+1 | |
For example: v = [null] v = [string] abc v += ABC # abcABC | |||||
2016-04-02 | Add notion of lookup depth, fix bug with NULL overrides | Boris Kolpackov | 1 | -7/+9 | |
2016-04-01 | Get part of variable override implementation | Boris Kolpackov | 1 | -3/+18 | |
2016-03-31 | Clean up variable lookup interfaces | Boris Kolpackov | 1 | -22/+23 | |
2016-03-31 | Set part of variable override implementation | Boris Kolpackov | 1 | -1/+4 | |
2016-03-28 | New variable architecture | Boris Kolpackov | 1 | -4/+1 | |
2016-03-16 | Cleanup typed variable assignment | Boris Kolpackov | 1 | -4/+5 | |
2016-02-12 | <types>/<utility> scheme cleanup | Boris Kolpackov | 1 | -4/+3 | |
2016-01-27 | Extract target from C++ compiler, set as cxx.host.{cpu,vendor,system,version} | Boris Kolpackov | 1 | -1/+4 | |
2016-01-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-01-05 | Rename build directory/namespace to build2 | Boris Kolpackov | 1 | -0/+312 | |