aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Deflake MemoizingEvaluatorTest#shutDownBuildOnCachedError_Verified from the d...Gravatar Janak Ramakrishnan2015-09-02
* Allow .dylib libraries in srcsGravatar Kristina Chodorow2015-09-02
* Update xctest_app documentation to reflect that ios_application rules are a v...Gravatar Chris Parsons2015-09-02
* sandbox: Better parsing of runfiles manifest files, fixes #413.Gravatar Philipp Wollermann2015-09-02
* Show a column with the location of a skylark function in HTML profiling stati...Gravatar Googler2015-09-02
* sandbox: Refactor readable* to userFriendly* as requested.Gravatar Philipp Wollermann2015-09-02
* sandbox: When spawn.getInputs() contains a directory, recurse into it and mou...Gravatar Philipp Wollermann2015-09-02
* Fix includes documentationGravatar Kristina Chodorow2015-09-02
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-09-02
* Fix incorrect rendering of first histogram on click in tableGravatar Googler2015-09-02
* Update error messages for missing fields. Make them more standard.Gravatar Laurent Le Brun2015-09-02
* Fix broken tests.Gravatar Marian Lobur2015-09-02
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* Make android_binary work with sandboxing. Note that "bazel mobile-install" is...Gravatar Lukacs Berki2015-09-02
* Mostly deflake MemoizingEvaluatorTest#shutDownBuildOnCachedError_Verified by ...Gravatar Janak Ramakrishnan2015-09-02
* Declare the xcode_options flag deprecatedGravatar Googler2015-09-02
* Refactor NodeEntry, create node representation without a valueGravatar Mark Schaller2015-09-02
* Update comments about function callsGravatar Francois-Rene Rideau2015-09-02
* Add a BazelProtoLibrary representing a collection of .proto files.Gravatar Michael Thvedt2015-09-02
* Move common proto functions into a new open-source class, ProtoCommon, in pre...Gravatar Michael Thvedt2015-09-02
* Annotate Bazel Android rules, which I missed earlier.Gravatar Ulf Adams2015-09-02
* sandbox: Do not print the output of the isSupported() check.Gravatar Philipp Wollermann2015-09-02
* Implementation of AndroidStudioIdeInfoAspect.Gravatar Dmitry Lomov2015-09-02
* Fix crash on deserializing INTEGER_LIST attributes in packages.Gravatar Eric Fellheimer2015-09-02
* Fix up documentation that was backwards for KillEverything.Gravatar Dave MacLachlan2015-09-02
* bazel --xcode_version flag to forward an environment variable XCODE_VERSION_O...Gravatar Chris Parsons2015-09-02
* Collect Skylark profile info and create HTML statistics when --html_details g...Gravatar Googler2015-09-02
* Change ios_test to reflect experimental_ios_test functionality on mac.Gravatar Chris Parsons2015-09-02
* Mention --ignore_unsupported_sandboxing in the warning message about unavaila...Gravatar Philipp Wollermann2015-09-02
* Skylark documentation: use the same table of content everywhere.Gravatar Laurent Le Brun2015-09-02
* Make SingleJar remove the extended timestamp (0x5455) and InfoZip New Unix (0...Gravatar Lukacs Berki2015-09-01
* Change URLs to bazelbuildGravatar Kristina Chodorow2015-09-01
* Inject the prelude path through the rule class provider.Gravatar Ulf Adams2015-09-01
* Allow for customization of the per-build system call caches used in Skyframe.Gravatar Eric Fellheimer2015-09-01
* Don't pass temporary direct deps to environment when bubbling up.Gravatar Janak Ramakrishnan2015-09-01
* Change the order of header search paths in XcodeProvider to link order, which...Gravatar Rumou Duan2015-09-01
* Make FileSystemUtils#asByteSource() private againGravatar Michajlo Matijkiw2015-09-01
* Switch J2ObjC transpilation and dead code removal actions to use parameter fi...Gravatar Rumou Duan2015-09-01
* Switches AndroidRobolectricTest to using .aars to provide transitive resource...Gravatar Andrew Pellegrini2015-09-01
* Make full location serialization for packages optionalGravatar Michajlo Matijkiw2015-08-31
* Change default value of objc_per_proto_includes to match new value in .blazercGravatar Googler2015-08-31
* Prefetch children of node being checked for cycles, in case graph implementat...Gravatar Janak Ramakrishnan2015-08-31
* Remove useless graph.get call, since we already have entry.Gravatar Janak Ramakrishnan2015-08-31
* Send the output of spawns ran in worker processes to the outErr of the execut...Gravatar Philipp Wollermann2015-08-31
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* For standalone tests, cd into the workspace directory before running the test...Gravatar Chris Parsons2015-08-31
* Fixes to Skylark function callGravatar Francois-Rene Rideau2015-08-31
* Remove the OFFLINE coverage file constant.Gravatar Ulf Adams2015-08-31
* Skylark: All executable rules now have an attribute 'args'.Gravatar Florian Weikert2015-08-31
* For Java, only collect .java source files for coverage.Gravatar Ulf Adams2015-08-31