- 8b2e6b8 Embed a tools directory into the Bazel binary. by Lukacs Berki · 9 years ago
- 9ce9b0f Rollback of commit ae5f442e9cf3ef6578e70104af7cb2a2288b9fb8. by Kristina Chodorow · 9 years ago
- 3a509bd In FilesystemValueChecker, use 200 threads and don't waste threads on skipped keys. This yields some noticeable improvements for the wall times of null builds with even a small set of files to be checked for changes. by Nathan Harmata · 9 years ago
- e1b61d0 Log how much time we spend manually checking files and directory listings for changes (also log how many nodes we checked & scanned - note that we currently "scan" the entire Skyframe graph since it's not segregated by type). by Nathan Harmata · 9 years ago
- b78e537 Pass IOS_SDK_VERSION_OVERRIDE to environment for darwin actions by Chris Parsons · 9 years ago
- ae5f442 Remove copy ctor and operator= from BlazeStartupOptions by Kristina Chodorow · 9 years ago
- d511eb3 Adds support for selecting the different STL implementations in the Android NDK. by Alex Humesky · 9 years ago
- 7241fd6 Remove vestigial serialization bits from ErrorInfo by Michajlo Matijkiw · 9 years ago
- 2f746b3 Remove extraneous check in DependencyResolver. by Michael Staib · 9 years ago
- dc17eb3 Add prerequisite dependencies to make ios_test work build on bazel. by Chris Parsons · 9 years ago
- 6817a6f Allow Java libraries to export and propagate proguard_specs. by Michael Staib · 9 years ago
- 1c0543c Remove --treat_srcjars_as_srcs_for_strict_deps by Liam Miller-Cushon · 9 years ago
- 271c10b Add debugging info in case of unexpected crash. by Janak Ramakrishnan · 9 years ago
- 6716ec3 Add basic integration tests for Objective-C / iOS. by Chris Parsons · 9 years ago
- d3ec8ff Progress reporting test: attempt to deflake. by Laszlo Csomor · 9 years ago
- 358db64 Refactor SkylarkStatistics to reduce size. by Klaas Boesche · 9 years ago
- 2591e19 Optionally limits the length of the output of Printer.printList() (default = no). by Florian Weikert · 9 years ago
- e2b7223 Move the special rule creation method for deserialization to the only usage (PackageDeserialization). by Miguel Alcon Pinto · 9 years ago
- 78ef8c9 Make CriticalPathStatistics output optional. by Klaas Boesche · 9 years ago
- 3fbcc61 Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel tools repository. by Lukacs Berki · 9 years ago
- 19e00fb Add options for reducing the size of the HTML output: --[no]chart for omitting the Gantt-style charts of all tasks and --[no]histograms to omit Skylark histograms which require adding huge amounts of data to the output. Especially necessary when combining data from multiple profile files. by Klaas Boesche · 9 years ago
- a510c3b Fix up actool, ibtool etc so that they can handle empty output. by Dave MacLachlan · 9 years ago
- 6d00468 Add IdlClass to the embedded default android tools repository and rearrange by Alex Humesky · 9 years ago
- c7e974a Replace EvaluableGraph#createIfAbsent with the potentially more efficient EvaluableGraph#createIfAbsentBatch. by Nathan Harmata · 9 years ago
- 073164c Remove getSplitTransitionTable - this method is never used. by Greg Estren · 9 years ago
- 0e349e3 Pre-populate the SkyFunctionEnvironment with the node's previously declared deps. by Nathan Harmata · 9 years ago
- af34857 Allow extractIncludes method to throw an ExecException. by Janak Ramakrishnan · 9 years ago
- d900d54 Add imported static libraries to the list of libraries to link, instead of specifying them as linker flags, and also add their associated library search paths. This makes sure the link order for libraries is consistent with Bazel build. by Rumou Duan · 9 years ago
- 9e54af3 Rollback of commit d7b64bd03100300b79cd33d04904ce9b0e6a5332. by Janak Ramakrishnan · 9 years ago
- 15e9a50 Add external_integration_test back into CI by Kristina Chodorow · 9 years ago
- 1e62b6b Add --task_tree and --task_tree_threshold options. by Klaas Boesche · 9 years ago
- 23c725b Fix Java 7 test suite by Damien Martin-Guillerez · 9 years ago
- b2c7a87 Fix strip_prefix by Kristina Chodorow · 9 years ago
- acd17e4 Fix coverage not being calculated for android_tests using binary_under_test. by Andrew Pellegrini · 9 years ago
- 2594c9e Trim temporary directory root from entry paths when creating resources srcjar to match standard jar format. by Andrew Pellegrini · 9 years ago
- 28099de Replace strong interning with weak interning for better GC. by Miguel Alcon Pinto · 9 years ago
- 4bf2c1a Fix our Java 7 build by Damien Martin-Guillerez · 9 years ago
- d12c05f Add Android aspect resolve output group. by Googler · 9 years ago
- ac0f10a Propagates cc_library linkopts attribute to dependent objc_libraries. by Googler · 9 years ago
- 146d0b5 Update to javac r2973 by Liam Miller-Cushon · 9 years ago
- 5943bfb Opt out of ClientCodeWrapping by Liam Miller-Cushon · 9 years ago
- 2627b9f Intern PackageIdentifiers as a memory optimization. by Miguel Alcon Pinto · 9 years ago
- 52808d2 Assert order of repeated fields in AndroidStudioInfoAspectTest. by Dmitry Lomov · 9 years ago
- 793011b Support android_library dep forwarding in Android aspect. by Googler · 9 years ago
- e96dbe6 Fix broken Jenkins build. by Dave MacLachlan · 9 years ago
- 254ffa8 Support android_robolectric_test in AndroidStudioInfoAspect. by Googler · 9 years ago
- a5796bd Support android_test in AndroidStudioInfoAspect. by Googler · 9 years ago
- c2e199d Make explicit that an extra action always has the same owner as the action it is shadowing. by Janak Ramakrishnan · 9 years ago
- 06603ea Inline "target" variable in AndroidStudioInfoAspectTest. by Googler · 9 years ago
- 78e485a Correctly handle exports in AndroidStudioInfoAspect. by Googler · 9 years ago
- ded7737 Make breakpad file editing platform independent. by Peter Schmitt · 9 years ago
- d7a7275 Don't report errors for missing edges in TransitiveTraversalFunction. by Nathan Harmata · 9 years ago
- 4e29c83 ErrorInfo and CycleInfo don't need to be serializable by Michajlo Matijkiw · 9 years ago
- 4a0f1b6 Add support for tags in AndroidStudioInfoAspect. by Googler · 9 years ago
- c2c123e Add debugging info for crash during maybeMarkRebuilding. by Janak Ramakrishnan · 9 years ago
- 70af6fe Filter idl sources from AndroidStudioInfoAspect. by Googler · 9 years ago
- 690e640 [dash] Add shared-secret authentication by Damien Martin-Guillerez · 9 years ago
- 153a09a Fixes a typo in the plist generation of the 'DTXcodeBuild' field. by Anastasios Kakalis · 9 years ago
- c798366 Add Android aspect ijar support. by Googler · 9 years ago
- 2936e70 Make AndroisStudioInfoAspectTest run in Bazel. by Dmitry Lomov · 9 years ago
- 4e068f8 Document java_toolchain by Damien Martin-Guillerez · 9 years ago
- e8f7f5e Visibility tweaks. by Michajlo Matijkiw · 9 years ago
- 8efb280 Refactoring: Move ThreadPoolExecutorParams to top-level. by Eric Fellheimer · 9 years ago
- b51251e Extract configuration fragment access logic into ConfigurationFragmentPolicy. by Michael Staib · 9 years ago
- 5fb1073 Reintroduce an inconsistency check (albeit, in a weaker form) removed by a previous change that was trying to optimize away a filesystem call. by Nathan Harmata · 9 years ago
- 0bb2f02 Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert them to scripts instead of java apps. by Dave MacLachlan · 9 years ago
- 1726aff Optimize how we mark files read-only upon action completion. by Eric Fellheimer · 9 years ago
- fa0ca9f Change uses of Lists#newArrayListWithExpectedSize to ArrayList#ArrayList(int) when it's clear the author intended (the now deprecated) Lists#newArrayListWithCapacity. Also change uses of Lists#newArrayListWithCapacity in the affected files to ArrayList#ArrayList(int). by Nathan Harmata · 9 years ago
- c5993f8 Pass test log as argument to formatting perl program instead of inlining by Michajlo Matijkiw · 9 years ago
- d7b64bd Limit the length of the output of Printer.printList(). by Florian Weikert · 9 years ago
- ebb0039 Replace 'Google Inc' by the 'Bazel Authors' by Damien Martin-Guillerez · 9 years ago
- 2b4663b Rename PackageManager.getTargetPatternEvaluator to newTargetPatternEval. by Ulf Adams · 9 years ago
- ebf1b2e Move loadingPhaseRunner from BlazeRuntime to CommandEnvironment. by Ulf Adams · 9 years ago
- 2f3f4cf Adds a mechanism for invocation policy. The policy is taken through the --invocation_policy startup flag and allows an application invoking Bazel to set or override flag values (whether from the command line or a bazelrc). by Alex Humesky · 9 years ago
- 1ef338f Rollback of "Propagates cc_library linkopts attribute to dependent objc_libraries.": breaks certain objc_binary build targets. by Chris Parsons · 9 years ago
- a519903 Fixes Android integration tests by wiring up idlclass rules in integration by Alex Humesky · 9 years ago
- 9cdb8a4 Simplify buildingState check in markClean by Mark Schaller · 9 years ago
- aa05828 Refactor ErrorInfo creation to share single constructor by Michajlo Matijkiw · 9 years ago
- 1c95806 Use an isolated classloader for JavaBuilder plugins by Liam Miller-Cushon · 9 years ago
- a6c8896 Don't crash when building environment groups directly by Greg Estren · 9 years ago
- 1743660 Make test setup name public. by Han-Wen Nienhuys · 9 years ago
- 197ffd8 Fix JavaBuilder bug when the source files are empty. by Eddie Aftandilian · 9 years ago
- c2c74ba Add --sandbox_debug. by Han-Wen Nienhuys · 9 years ago
- 3b87680 Move test setup script up in the hierarchy. by Han-Wen Nienhuys · 9 years ago
- 08fdffc Fix a long standing issue where in the presence of '{' or '\' characters in the test log output we would fails to report the tests that failed (and show the whole raw output instead). This is because we inline a text inside a perl program but we were only escaping } character. by Miguel Alcon Pinto · 9 years ago
- c14b35c BlazeRuntime.reporter is now null in production. by Ulf Adams · 9 years ago
- 412aa16 Add Android aspect test for non-conforming java package. by Googler · 9 years ago
- 760d1f5 Adds the textual_hdrs attribute, which are treated as regular headers but not currently included in the module map. On Xcode 7, we should add them to the module map as additionalExportedHeaders, since it supports the textual keyword. by Googler · 9 years ago
- 0113352 Set the SkyframeActionExecutor.reporter in prepareForExecution. by Ulf Adams · 9 years ago
- c099391 Add Android aspect gen jars test. by Googler · 9 years ago
- 24e813a Remove BuildView.packageManager, which was only used for testing. by Ulf Adams · 9 years ago
- 9c505cb BuildView; move the methods around. by Ulf Adams · 9 years ago
- 77a4c9b Use EventHandler rather than Reporter where possible in by Han-Wen Nienhuys · 9 years ago
- a385d3e Refactor BuildView; clearly identify the ide_build_info and the testing API. by Ulf Adams · 9 years ago
- 4e7ed50 Fix broken build under Debian Wheezy. by Brian · 9 years ago
- 75eca13 Simplify PackageFactoryApparatus. by Han-Wen Nienhuys · 9 years ago
- a51b3f7 RELNOTES: remove webstatusserver (--use_webstatusserver). by Han-Wen Nienhuys · 9 years ago
- 22616ae Add Android IDL jar outputs. by Googler · 9 years ago
- a72be0f Move the BuildView over from BlazeRuntime to CommandEnvironment. by Ulf Adams · 9 years ago
- 003fe96 Move the remaining state from BuildView to SkyframeBuildView. by Ulf Adams · 9 years ago