aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java
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
* 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
* 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
* Clean up the link command action code a bit.Gravatar Ulf Adams2015-08-27
* 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
* 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
* Get rid of unnecessary synchronization. This is a contention point when we ha...Gravatar Nathan Harmata2015-08-26
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-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
* 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
* Rules created by Skylark macros now have values for the attributes generator_...Gravatar Florian Weikert2015-08-26
* Replace quick hack for handling non-sandboxable spawns with a better solution.Gravatar Philipp Wollermann2015-08-26
* Execute spawns inside sandboxes to improve hermeticity (spawns can no longer ...Gravatar Philipp Wollermann2015-08-26
* Add an --experimental_disable_jvm flag.Gravatar Ulf Adams2015-08-26
* Require an android_local_tools_repository stanza in the WORKSPACE file so tha...Gravatar Lukacs Berki2015-08-26
* Lock down the requirement of fragment declaration.Gravatar Ulf Adams2015-08-26
* Rename some variables missed by a codebase-wide renaming a long time ago.Gravatar Nathan Harmata2015-08-25
* Memoize SkyFunctionNamesGravatar Michajlo Matijkiw2015-08-25
* Improve the Python launcher to be smarter and make less assumptions when look...Gravatar Philipp Wollermann2015-08-25
* Make ValueWithMetadata#normal public, for use in alternate graph implementati...Gravatar Janak Ramakrishnan2015-08-25
* Return raw SkyValue instead of wrapped ValueWithMetadata.Gravatar Janak Ramakrishnan2015-08-25
* Using aliases in load() may no longer lead to false positives in SkylarkEnvir...Gravatar Florian Weikert2015-08-25
* Copies shared object dependencies when building Android native binaries.Gravatar Michael Staib2015-08-25
* Introduce '|' operator for set union.Gravatar Laurent Le Brun2015-08-25
* Make Bazel handle visibility through //external: labels correctly: //external...Gravatar Lukacs Berki2015-08-25
* Do not consider //external: a repository-local reference.Gravatar Lukacs Berki2015-08-25