aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix C++ link order for py_library and py_binary rules.Gravatar Ulf Adams2015-08-28
* Make dangling symlinks in external repositories work to some degree.Gravatar Lukacs Berki2015-08-28
* Don't unnecessarily concatenate Strings just for an error message in an Illeg...Gravatar Nathan Harmata2015-08-28
* Presize the LinkedHashSet to which we add glob results.Gravatar Nathan Harmata2015-08-28
* Add a @deprecated annotation to Runfiles#addArtifacts.Gravatar Carmi Grushko2015-08-28
* Avoid internal resizing when converting ListType.Gravatar Eric Fellheimer2015-08-28
* Change blaze default arguments for ObjC 'fastbuild' to match better -DDEBUG=1...Gravatar Googler2015-08-28
* Stop removing onlyLoadingPhase bindingsGravatar Francois-Rene Rideau2015-08-28
* Avoid repeated copies of RuleClass attributes.Gravatar Eric Fellheimer2015-08-28
* Verify values for selects in attributes with allowed values.Gravatar Michael Staib2015-08-28
* Only construct ErrorInfo string when error is not a cycleGravatar Mark Schaller2015-08-28
* Always create a generating action for _proguard.jar, even if no specs are spe...Gravatar Michael Staib2015-08-28
* Be resilient to a non-decreasing clock in BlazeRuntime#recordLastExecutionTim...Gravatar Nathan Harmata2015-08-28
* Improve debugging of EvalExceptionGravatar Francois-Rene Rideau2015-08-28
* Make load() work in remote repositories too.Gravatar Lukacs Berki2015-08-27
* Expose FilesToRun provider to Skylark.Gravatar Brian Silverman2015-08-27
* EvalExceptionWithStackTrace does no longer remove non-EvalException exception...Gravatar Florian Weikert2015-08-27
* Fix link order for all rules using the java library helper.Gravatar Ulf Adams2015-08-27
* Basic groovy_test supportGravatar Erik Kuefler2015-08-27
* Remove the awkward default value marker from --symlink_prefix.Gravatar Lukacs Berki2015-08-27
* Ensures that EvalExceptionWithStackTrace does not have an empty exception mes...Gravatar Florian Weikert2015-08-27
* Distinguish between user-supplied ios_cpu and the default, and don't propagat...Gravatar Michael Thvedt2015-08-27
* Description redacted.Gravatar Michajlo Matijkiw2015-08-27
* Expose the #asByteSource() method in FileSystemUtils.Gravatar Eric Fellheimer2015-08-27
* Add a isLoadingPhase flag to EnvironmentGravatar Francois-Rene Rideau2015-08-27
* Description redacted.Gravatar Michajlo Matijkiw2015-08-27
* Create ValidationEnvironment from EnvironmentGravatar Francois-Rene Rideau2015-08-27
* Fix a bug in which the XcodeGen generates two Xcode target with the same name...Gravatar Rumou Duan2015-08-27
* Use a concurrent LoadingCache for SkylarkType.Simple as opposed to having to ...Gravatar Nathan Harmata2015-08-27
* Fix check for srcs-less android_* rulesGravatar Liam Miller-Cushon2015-08-27
* Expose java_import and android_library information to skylarkGravatar Liam Miller-Cushon2015-08-27
* Add string.capitalize()Gravatar Laurent Le Brun2015-08-27
* Skylark stack traces are now displayed in Python format.Gravatar Florian Weikert2015-08-27
* Make writes thread-safe during local tests by opening files with O_APPEND.Gravatar Eric Fellheimer2015-08-27
* Import MethodLibraryTest.java into bazelGravatar Francois-Rene Rideau2015-08-27
* Clean up the link command action code a bit.Gravatar Ulf Adams2015-08-27
* Fix word wrapping determinism on BSD / LinuxGravatar Damien Martin-Guillerez2015-08-27
* Also add "bazel version" to the table of contents of the User's Guide. Not my...Gravatar Lukacs Berki2015-08-26
* Add the "version" and "mobile-install" commands to the User's Guide.Gravatar Lukacs Berki2015-08-26
* Remove the callback that allowed excluding files from deletion.Gravatar Ulf Adams2015-08-26
* Make Bazel compile (a previous change added a graph -> jsr305 dependency that...Gravatar Lukacs Berki2015-08-26
* Don't mark ErrorInfo transient if one of its child ErrorInfos is transient.Gravatar Janak Ramakrishnan2015-08-26
* Allow ErrorTransienceValue to be added back as a dep during change pruning if...Gravatar Janak Ramakrishnan2015-08-26
* Fix Skylark library link.Gravatar David Chen2015-08-26
* Rename isSkylarkEnabled to isSkylarkGravatar Francois-Rene Rideau2015-08-26
* Replace query option --order_results with --order_output, which can take thre...Gravatar Janak Ramakrishnan2015-08-26
* Add toString() for PrepareDepsOfTargetsUnderDirectoryValue key.Gravatar Eric Fellheimer2015-08-26
* Only perform one read of the hashCode field in our benign-data-racy hashCode(...Gravatar Nathan Harmata2015-08-26
* Fix path for input fileGravatar Googler2015-08-26
* Get rid of unnecessary synchronization. This is a contention point when we ha...Gravatar Nathan Harmata2015-08-26