aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Update links in Bazel docs to point to new BE pages.Gravatar David Chen2015-11-02
* When creating RuleContext, explicitly pass the set of attributes an attached ...Gravatar Carmi Grushko2015-11-02
* Introduce ForkJoinQuiescingExecutor, permit its use in evaluationGravatar Mark Schaller2015-11-02
* Changes from [] that were left out of theGravatar Brian Silverman2015-11-02
* Fix AbstractQueueVisitor synchronization, comments, and field namesGravatar Mark Schaller2015-11-02
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Cleanup ValueVisitor (and dirty QuiescingExecutor)Gravatar Mark Schaller2015-11-02
* Change ValueVisitor to use delegationGravatar Mark Schaller2015-11-02
* Add runfiles for HOST executables for actions without commands tooGravatar Brian Silverman2015-11-02
* Move LoadingPhaseRunner.Callback to the top-level class LoadingCallback.Gravatar Ulf Adams2015-11-02
* Move LoadingPhaseRunner.loadForConfigurations to CommandEnvironment.Gravatar Ulf Adams2015-11-02
* Move LoadingPhaseRunner.LoadingResult to a top-level class.Gravatar Ulf Adams2015-11-02
* Move LoadingPhaseRunner.Options to top-level class LoadingOptions.Gravatar Ulf Adams2015-11-02
* Document and test how rules can run without the sandbox.Gravatar Brian Silverman2015-11-02
* Interface methods are public anyway, remove superfluous modifiers.Gravatar Philipp Wollermann2015-11-02
* Remove BlazeRuntime.reporter; use a BlazeModule to attach event handlers.Gravatar Ulf Adams2015-11-02
* Introduce ErrorClassifierGravatar Mark Schaller2015-11-02
* Introduce QuiescingExecutorGravatar Mark Schaller2015-11-02
* Pass StdRedirect.dylib to ios_runner.sh.mac_template. So that we could use "x...Gravatar Googler2015-11-02
* Strict matching of architecture name to ios platform. Also refactor Platform ...Gravatar Chris Parsons2015-11-02
* Adds a bazel-rules-tests java_test rule for the tests under src/test/java/com...Gravatar Alex Humesky2015-11-02
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* xcrun was adding a newline on the output that was being set in the SDKROOT en...Gravatar Dave MacLachlan2015-11-02
* Deflake --runs_per_test_detects_flakes.Gravatar Brian Silverman2015-11-02
* Drop src/test/java/BUILDGravatar Han-Wen Nienhuys2015-11-02
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30
* Fix indentation.Gravatar Ulf Adams2015-10-30
* Make C++ builds work on OS X.Gravatar Lukacs Berki2015-10-30
* Augment JNI utime() method.Gravatar Eric Fellheimer2015-10-30
* Use plutil instead of plmerge for converting strings files from text to binary.Gravatar Dave MacLachlan2015-10-30
* Remove unneeded import.Gravatar Dave MacLachlan2015-10-30
* Don't build Java if testing process-wrapper.Gravatar Han-Wen Nienhuys2015-10-30
* Cleanup, TODO removalGravatar Laurent Le Brun2015-10-30
* handle darwin_x86_64 target cpuGravatar Chris Parsons2015-10-30
* Tune down some test sizes.Gravatar Han-Wen Nienhuys2015-10-30
* Remove direct uses of Reporter (mostly in internal code).Gravatar Ulf Adams2015-10-30
* Moves -printmapping to the end of the Proguard arguments list.Gravatar Michael Staib2015-10-30
* Fix another test with precompiled jars in srcsGravatar Liam Miller-Cushon2015-10-30
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-30
* Add Skylark support for string_list_dictGravatar Francois-Rene Rideau2015-10-30
* Add isSkylark to RuleClassGravatar Michajlo Matijkiw2015-10-30
* Add a getPathFragment method to RepositoryName; use it in PackageIdentifier.Gravatar Ulf Adams2015-10-30
* In objc tools, refer to the realpath tool using its full embedded tool locati...Gravatar Chris Parsons2015-10-29
* Make some things in GraphConcurrencyTest protected so subclasses can use them.Gravatar Nathan Harmata2015-10-29
* Fix sed command to work on OS X and LinuxGravatar Kristina Chodorow2015-10-29
* Provide a way to explicitly constraint-enforceGravatar Greg Estren2015-10-29
* Add preconditions check for attr existence in RuleClass#getAttributeByNameGravatar Michajlo Matijkiw2015-10-29
* Clarify the default value for 'visibility' inGravatar Greg Estren2015-10-29
* Only strip launcher for fissionized opt builds.Gravatar Googler2015-10-29
* Use JUnit4 for some of the skyframe tests.Gravatar Han-Wen Nienhuys2015-10-29