| Commit message (Expand) | Author | Age |
* | Do not assume a specific layout of root dir on the system. | Han-Wen Nienhuys | 2015-08-14 |
* | Add a server.pid file for platforms where GetPeerProcessId is not supported | Doug Rabson | 2015-08-14 |
* | Deserialize configured map attributes that share keys | Mark Schaller | 2015-08-14 |
* | Build-encyclopedia: Update load documentation | Laurent Le Brun | 2015-08-13 |
* | More specific instructions for Mac OS X install | Dave Dopson | 2015-08-13 |
* | TransitiveTraversalFunction now implements "conservative" (a la ConservativeA... | Eric Fellheimer | 2015-08-13 |
* | Fix indentation. | Nathan Harmata | 2015-08-13 |
* | When we have enough information to determine that a file didn't change type, ... | Nathan Harmata | 2015-08-13 |
* | Remove incorrect preconditions checks when resolving artifacts. | Janak Ramakrishnan | 2015-08-13 |
* | Resolve TODO in BlazeCommandEventHandler | Michajlo Matijkiw | 2015-08-13 |
* | Open-source full support for J2ObjC in Bazel, including dead code removal, an... | Michael Thvedt | 2015-08-13 |
* | Move j2objc helper scripts into open-source Bazel. | Michael Thvedt | 2015-08-13 |
* | 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 |
* | Add Skylark rules for groovy_library and groovy_binary. | Erik Kuefler | 2015-08-12 |
* | Split out some sections of external_integration_test | Kristina Chodorow | 2015-08-12 |
* | docker_build: workaround the lack of LZMA in python 2.7 | Damien Martin-Guillerez | 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 |
* | Avoid command line argument mangling on Windows. | Dmitry Lomov | 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 |
* | Fix link. | Googler | 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 |
* | Clarify behavior of --announce_rc. | 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 |
* | Clarify units of argument to --iff_heap_size_greater_than. | Googler | 2015-08-11 |
* | Fix up StdRedirect.c so it reports errors into CrashLogs and crashes instead ... | Dave MacLachlan | 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 |