| Commit message (Expand) | Author | Age |
* | Set the workspace suffix for runfiles | Kristina Chodorow | 2015-08-13 |
* | Remove broken code. | Marian Lobur | 2015-08-13 |
* | Properly extract symlinks from tar archives. | Brian Silverman | 2015-08-13 |
* | Add native support for linux on ARM Cpu (32 bits) | Zhong Wang | 2015-08-12 |
* | Allow runtime introspection of a content hash of the Blaze binary and all emb... | Eric Fellheimer | 2015-08-12 |
* | Use full package identifier in containing package check | Kristina Chodorow | 2015-08-12 |
* | Add debugging info when resolving source artifacts. | Janak Ramakrishnan | 2015-08-12 |
* | UTF-8 encoded template substitution values are now properly displayed. | Florian Weikert | 2015-08-12 |
* | Resolve TODO now that the feature configuration supports conditional expansion | Manuel Klimek | 2015-08-12 |
* | Define operator[] in the same way in BUILD and in bzl files | Laurent Le Brun | 2015-08-12 |
* | Delete Batch locking, which is unused as of this CL. | Eric Fellheimer | 2015-08-12 |
* | Experimental support for ios_framework rules | Dmitry Shevchenko | 2015-08-12 |
* | Improved error messages for builtin Skylark functions that are invoked with i... | Florian Weikert | 2015-08-12 |
* | Remove -fprofile-dir flag from clang flags. | Googler | 2015-08-12 |
* | Make more Skylark functions available to BUILD files (dict, list, zip). | Laurent Le Brun | 2015-08-12 |
* | Patch the PATH for linker on Windows, in the same way as for compiler. | Dmitry Lomov | 2015-08-12 |
* | When using a SpawnAction with command, the action automatically adds the runf... | Florian Weikert | 2015-08-12 |
* | Replace ref equality with .equals for SkyFunctionNames | Mark Schaller | 2015-08-11 |
* | Updates documentation for bind, new_http_archive, and new_git_repository for ... | Alex Humesky | 2015-08-11 |
* | Tolerate BuildFileNotFoundExceptions during the execution phase. | Janak Ramakrishnan | 2015-08-11 |
* | Use Multiset#remove(object, int) to avoid having to query the count after rem... | Nathan Harmata | 2015-08-11 |
* | Fix test flakiness | Kristina Chodorow | 2015-08-11 |
* | Don't return SkyValue when dirtying node | Mark Schaller | 2015-08-11 |
* | Convert invalidated tracking from per-value to per-key | Mark Schaller | 2015-08-11 |
* | Add comments about subtle benign race in PathFragment#hashCode. | Nathan Harmata | 2015-08-11 |
* | Add clarification about hash codes of 0. | Nathan Harmata | 2015-08-11 |
* | Fix race condition in SkyKey#hashCode by using the hashCode caching strategy ... | Nathan Harmata | 2015-08-11 |
* | Convert the coverage flags to use the feature configuration. | Manuel Klimek | 2015-08-11 |
* | Allow the workspace to be / | Kristina Chodorow | 2015-08-11 |
* | Allow heterogeneous lists in Skylark. | Laurent Le Brun | 2015-08-11 |
* | Add a feature to control whether we provide transitive header modules to a | Manuel Klimek | 2015-08-11 |
* | Experimental support LLVM ThinLTO. | Han-Wen Nienhuys | 2015-08-11 |
* | Allow return without expression, AST-equivalent to return None. | Googler | 2015-08-11 |
* | Don't assume that relative inclusion is under same package root as the origin... | Janak Ramakrishnan | 2015-08-10 |
* | Skylark rules can now declare their required configuration fragments | Florian Weikert | 2015-08-10 |
* | Avoid duplicate Path --> PathFragment expansion in Package deserialization. | Eric Fellheimer | 2015-08-10 |
* | Generate a _test_script executable in BazelIosTest, and use that for | Han-Wen Nienhuys | 2015-08-10 |
* | Move skylark import dependency registration to after the preprocessor. | Han-Wen Nienhuys | 2015-08-10 |
* | Annotate every single rule with required configuration fragments. | Ulf Adams | 2015-08-10 |
* | Add missing compile-time dep. | David Chen | 2015-08-07 |
* | Stop checking package roots for incompatible changes after loading phase. | Marian Lobur | 2015-08-07 |
* | Rephrase the ActionGraph in terms of the WalkableGraph. This should be more e... | Eric Fellheimer | 2015-08-06 |
* | Add custom repositories to the WORKSPACE file | Kristina Chodorow | 2015-08-06 |
* | Show build options on dashboard | Kristina Chodorow | 2015-08-06 |
* | Factor out import finding code. | Han-Wen Nienhuys | 2015-08-06 |
* | Add output_dir option and improve repository handling | Kristina Chodorow | 2015-08-06 |
* | Feature configuration: add a field required_variables on flag_sets. | Manuel Klimek | 2015-08-06 |
* | Remove dead code | Kristina Chodorow | 2015-08-06 |
* | Allow the feature configuration to support structured build variables of nested | Manuel Klimek | 2015-08-06 |
* | Fixed a bug where the methods of Skylark dictionaries were not properly recog... | Florian Weikert | 2015-08-06 |