aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Add Bridging Header attribute to objc_ compilation rulesGravatar Dmitry Shevchenko2015-08-17
* Don't log timing information in InvalidatingNodeVisitor. Instead, callers can...Gravatar Nathan Harmata2015-08-17
* Allow for metadata lookup alongside the existing #prepareAndGet() graph const...Gravatar Eric Fellheimer2015-08-17
* Memoize labels for Package deserializationGravatar Michajlo Matijkiw2015-08-14
* Strip down PackageDeserializer#ContextGravatar Michajlo Matijkiw2015-08-14
* Document the Android rules in Bazel.Gravatar Lukacs Berki2015-08-14
* Add an attribute 'per_proto_includes' which can be set on an objc_proto_libra...Gravatar Googler2015-08-14
* Fix a minor issue with Windows compilationGravatar Dmitry Lomov2015-08-14
* Do not assume a specific layout of root dir on the system.Gravatar Han-Wen Nienhuys2015-08-14
* Add a server.pid file for platforms where GetPeerProcessId is not supportedGravatar Doug Rabson2015-08-14
* Deserialize configured map attributes that share keysGravatar Mark Schaller2015-08-14
* Build-encyclopedia: Update load documentationGravatar Laurent Le Brun2015-08-13
* TransitiveTraversalFunction now implements "conservative" (a la ConservativeA...Gravatar Eric Fellheimer2015-08-13
* Fix indentation.Gravatar Nathan Harmata2015-08-13
* When we have enough information to determine that a file didn't change type, ...Gravatar Nathan Harmata2015-08-13
* Remove incorrect preconditions checks when resolving artifacts.Gravatar Janak Ramakrishnan2015-08-13
* Resolve TODO in BlazeCommandEventHandlerGravatar Michajlo Matijkiw2015-08-13
* Open-source full support for J2ObjC in Bazel, including dead code removal, an...Gravatar Michael Thvedt2015-08-13
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Remove broken code.Gravatar Marian Lobur2015-08-13
* Properly extract symlinks from tar archives.Gravatar Brian Silverman2015-08-13
* Add native support for linux on ARM Cpu (32 bits)Gravatar Zhong Wang2015-08-12
* Allow runtime introspection of a content hash of the Blaze binary and all emb...Gravatar Eric Fellheimer2015-08-12
* Split out some sections of external_integration_testGravatar Kristina Chodorow2015-08-12
* Use full package identifier in containing package checkGravatar Kristina Chodorow2015-08-12
* Add debugging info when resolving source artifacts.Gravatar Janak Ramakrishnan2015-08-12
* UTF-8 encoded template substitution values are now properly displayed.Gravatar Florian Weikert2015-08-12
* Resolve TODO now that the feature configuration supports conditional expansionGravatar Manuel Klimek2015-08-12
* Define operator[] in the same way in BUILD and in bzl filesGravatar Laurent Le Brun2015-08-12
* Delete Batch locking, which is unused as of this CL.Gravatar Eric Fellheimer2015-08-12
* Experimental support for ios_framework rulesGravatar Dmitry Shevchenko2015-08-12
* Improved error messages for builtin Skylark functions that are invoked with i...Gravatar Florian Weikert2015-08-12
* Avoid command line argument mangling on Windows.Gravatar Dmitry Lomov2015-08-12
* Remove -fprofile-dir flag from clang flags.Gravatar Googler2015-08-12
* Make more Skylark functions available to BUILD files (dict, list, zip).Gravatar Laurent Le Brun2015-08-12
* Patch the PATH for linker on Windows, in the same way as for compiler.Gravatar Dmitry Lomov2015-08-12
* When using a SpawnAction with command, the action automatically adds the runf...Gravatar Florian Weikert2015-08-12
* Replace ref equality with .equals for SkyFunctionNamesGravatar Mark Schaller2015-08-11
* Updates documentation for bind, new_http_archive, and new_git_repository for ...Gravatar Alex Humesky2015-08-11
* Tolerate BuildFileNotFoundExceptions during the execution phase.Gravatar Janak Ramakrishnan2015-08-11
* Use Multiset#remove(object, int) to avoid having to query the count after rem...Gravatar Nathan Harmata2015-08-11
* Fix test flakinessGravatar Kristina Chodorow2015-08-11
* Don't return SkyValue when dirtying nodeGravatar Mark Schaller2015-08-11
* Convert invalidated tracking from per-value to per-keyGravatar Mark Schaller2015-08-11
* Fix up StdRedirect.c so it reports errors into CrashLogs and crashes instead ...Gravatar Dave MacLachlan2015-08-11
* Add comments about subtle benign race in PathFragment#hashCode.Gravatar Nathan Harmata2015-08-11
* Add clarification about hash codes of 0.Gravatar Nathan Harmata2015-08-11
* Fix race condition in SkyKey#hashCode by using the hashCode caching strategy ...Gravatar Nathan Harmata2015-08-11
* Convert the coverage flags to use the feature configuration.Gravatar Manuel Klimek2015-08-11
* Allow the workspace to be /Gravatar Kristina Chodorow2015-08-11