aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Move several commands over to using xcrun instead of hardcoding tooling locat...Gravatar Dave MacLachlan2015-10-07
* Make Skyframe tests resilient to root causes not being stored.Gravatar Janak Ramakrishnan2015-10-07
* Fix new_http_archive's strip_prefix for zipsGravatar Kamal Marhubi2015-10-07
* Collect .o files compiled from C(++), and skip the rest for the LTO backend s...Gravatar Han-Wen Nienhuys2015-10-07
* Rules created by Skylark Macros now store the workspace-relative path of the ...Gravatar Florian Weikert2015-10-07
* Add a feature to require explicitly passing module maps.Gravatar Manuel Klimek2015-10-07
* Partially revert []: move the tools/defaults package back to the main reposit...Gravatar Lukacs Berki2015-10-07
* sandbox: Improve MountMap to always return entries sorted by path depth and l...Gravatar Philipp Wollermann2015-10-06
* Ensure that the LinuxSandboxedStrategy tests actually test the correct strategy.Gravatar Philipp Wollermann2015-10-06
* Fix fallout from the previous CL renaming the tools directory.Gravatar Lukacs Berki2015-10-06
* Implement the prefix stripping for Java resources.Gravatar Lukacs Berki2015-10-06
* Embed a tools directory into the Bazel binary.Gravatar Lukacs Berki2015-10-06
* Rollback of commit ae5f442e9cf3ef6578e70104af7cb2a2288b9fb8.Gravatar Kristina Chodorow2015-10-06
* In FilesystemValueChecker, use 200 threads and don't waste threads on skipped...Gravatar Nathan Harmata2015-10-06
* Log how much time we spend manually checking files and directory listings for...Gravatar Nathan Harmata2015-10-06
* Pass IOS_SDK_VERSION_OVERRIDE to environment for darwin actionsGravatar Chris Parsons2015-10-06
* Remove copy ctor and operator= from BlazeStartupOptionsGravatar Kristina Chodorow2015-10-06
* Adds support for selecting the different STL implementations in the Android NDK.Gravatar Alex Humesky2015-10-06
* Remove vestigial serialization bits from ErrorInfoGravatar Michajlo Matijkiw2015-10-06
* Remove extraneous check in DependencyResolver.Gravatar Michael Staib2015-10-06
* Add prerequisite dependencies to make ios_test work build on bazel.Gravatar Chris Parsons2015-10-06
* Allow Java libraries to export and propagate proguard_specs.Gravatar Michael Staib2015-10-06
* Remove --treat_srcjars_as_srcs_for_strict_depsGravatar Liam Miller-Cushon2015-10-06
* Add debugging info in case of unexpected crash.Gravatar Janak Ramakrishnan2015-10-06
* Add basic integration tests for Objective-C / iOS.Gravatar Chris Parsons2015-10-06
* Progress reporting test: attempt to deflake.Gravatar Laszlo Csomor2015-10-05
* Refactor SkylarkStatistics to reduce size.Gravatar Klaas Boesche2015-10-05
* Optionally limits the length of the output of Printer.printList() (default = ...Gravatar Florian Weikert2015-10-05
* Move the special rule creation method for deserialization to the only usage (...Gravatar Miguel Alcon Pinto2015-10-05
* Make CriticalPathStatistics output optional.Gravatar Klaas Boesche2015-10-05
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* Add options for reducing the size of the HTML output: --[no]chart for omittin...Gravatar Klaas Boesche2015-10-05
* Fix up actool, ibtool etc so that they can handle empty output.Gravatar Dave MacLachlan2015-10-05
* Add IdlClass to the embedded default android tools repository and rearrangeGravatar Alex Humesky2015-10-05
* Replace EvaluableGraph#createIfAbsent with the potentially more efficient Eva...Gravatar Nathan Harmata2015-10-05
* Remove getSplitTransitionTable - this method is never used.Gravatar Greg Estren2015-10-05
* Pre-populate the SkyFunctionEnvironment with the node's previously declared d...Gravatar Nathan Harmata2015-10-05
* Allow extractIncludes method to throw an ExecException.Gravatar Janak Ramakrishnan2015-10-05
* Add imported static libraries to the list of libraries to link, instead of sp...Gravatar Rumou Duan2015-10-05
* Rollback of commit d7b64bd03100300b79cd33d04904ce9b0e6a5332.Gravatar Janak Ramakrishnan2015-10-05
* Add external_integration_test back into CIGravatar Kristina Chodorow2015-10-02
* Add --task_tree and --task_tree_threshold options.Gravatar Klaas Boesche2015-10-02
* Fix Java 7 test suiteGravatar Damien Martin-Guillerez2015-10-02
* Fix strip_prefixGravatar Kristina Chodorow2015-10-02
* Fix coverage not being calculated for android_tests using binary_under_test.Gravatar Andrew Pellegrini2015-10-02
* Trim temporary directory root from entry paths when creating resources srcjar...Gravatar Andrew Pellegrini2015-10-02
* Replace strong interning with weak interning for better GC.Gravatar Miguel Alcon Pinto2015-10-02
* Fix our Java 7 buildGravatar Damien Martin-Guillerez2015-10-02
* Add Android aspect resolve output group.Gravatar Googler2015-10-02
* Propagates cc_library linkopts attribute to dependent objc_libraries.Gravatar Googler2015-10-02