aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Use sorted lists instead of sets for generated file list comparisonGravatar Googler2015-08-26
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Ignore ordering for generated files checkGravatar Googler2015-08-26
* Fix flag name in Blog post about java configurationGravatar Damien Martin-Guillerez2015-08-26
* Document Bazel releasesGravatar Damien Martin-Guillerez2015-08-26
* Make sandboxed execution the default in Bazel. This should be safe, as the st...Gravatar Philipp Wollermann2015-08-26
* No-op refactoring of output formatters to re-use common code.Gravatar Janak Ramakrishnan2015-08-26
* Remove unnecessary use of ResolvedTargets in SkyQueryEnvironment.Gravatar Janak Ramakrishnan2015-08-26
* No content change. Fixes line breaks and whitespace issues in HTML only.Gravatar Googler2015-08-26
* Link to tools/objc/dummy.c from output directory to allow xcodeproj to resolv...Gravatar Chris Parsons2015-08-26
* Port to FreeBSD.Gravatar Doug Rabson2015-08-26
* Instead of assuming that sandboxing will generally work on everything that is...Gravatar Philipp Wollermann2015-08-26
* Refactor skylark format internalsGravatar Francois-Rene Rideau2015-08-26
* namespace-sandbox: Actually do exponential backoff on a failed unshare() sysc...Gravatar Philipp Wollermann2015-08-26