bazel /
bazel /
f7cc9cdb4b4cf0a092ea8fde17d419765e3c6f38 - f7cc9cd Rolling-forward with fix: by Damien Martin-Guillerez · 9 years ago
- 8c353e4 Delete old java based tools for ibtool, actool, momc, etc. by Dave MacLachlan · 9 years ago
- c383d03 Add a mapping and relevant function calls in ObjcProvider to provide a way to construct and export a J2ObjC-code-and-dep-only view of the ObjcProvider, which is then used to create the compile action for J2ObjC-generated code at the binary level. This greatly reduces the number of input artifacts for such actions. by Rumou Duan · 9 years ago
- 3cd6c64 Rollback of commit fb8ee791d3b39f294bf4e083b972aee2ac6f8e27. by Damien Martin-Guillerez · 9 years ago
- 15843b7 Move several commands over to using xcrun instead of hardcoding tooling locations. by Dave MacLachlan · 9 years ago
- ee0bade Make Skyframe tests resilient to root causes not being stored. by Janak Ramakrishnan · 9 years ago
- eab38e8 Fix new_http_archive's strip_prefix for zips by Kamal Marhubi · 9 years ago
- ad1114f Collect .o files compiled from C(++), and skip the rest for the LTO backend step. by Han-Wen Nienhuys · 9 years ago
- 4def9d0 [release] Ignore commit hooks by Damien Martin-Guillerez · 9 years ago
- a75b7b7 Rules created by Skylark Macros now store the workspace-relative path of the respective macro in the attribute "generator_location". by Florian Weikert · 9 years ago
- df593e9 Add a feature to require explicitly passing module maps. by Manuel Klimek · 9 years ago
- 6f9a1f8 Partially revert []: move the tools/defaults package back to the main repository. by Lukacs Berki · 9 years ago
- 4b40a5f sandbox: Improve MountMap to always return entries sorted by path depth and lexicographical order. This prevents certain edge cases in the sandbox, where a mounted child directory could be hidden by a later mount of a parent directory over its parent. by Philipp Wollermann · 9 years ago
- b504305 Ensure that the LinuxSandboxedStrategy tests actually test the correct strategy. by Philipp Wollermann · 9 years ago
- 2ab01ef Fix fallout from the previous CL renaming the tools directory. by Lukacs Berki · 9 years ago
- beccb9b Implement the prefix stripping for Java resources. by Lukacs Berki · 9 years ago
- fb8ee79 Incremental build and load of Docker layers by Damien Martin-Guillerez · 9 years ago
- 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
- bf01d84 Add more detail to the android integration test instructions by Kristina Chodorow · 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
- a67ac5c Fix layout issues with site/roadmap.md by Googler · 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
- ab141f8 [rust] Add rust_bench_test and rust_doc_test rules and improve usability of rust_test rule. by David Chen · 9 years ago
- 73ee621 [ci] Do not exit on success by Damien Martin-Guillerez · 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
- 9214076 Bazel user manual: simplify the documentation of Sandboxing. by Laszlo Csomor · 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 · 10 years ago
- c7e974a Replace EvaluableGraph#createIfAbsent with the potentially more efficient EvaluableGraph#createIfAbsentBatch. by Nathan Harmata · 10 years ago
- 073164c Remove getSplitTransitionTable - this method is never used. by Greg Estren · 10 years ago
- 0e349e3 Pre-populate the SkyFunctionEnvironment with the node's previously declared deps. by Nathan Harmata · 10 years ago
- af34857 Allow extractIncludes method to throw an ExecException. by Janak Ramakrishnan · 10 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 · 10 years ago
- 9e54af3 Rollback of commit d7b64bd03100300b79cd33d04904ce9b0e6a5332. by Janak Ramakrishnan · 10 years ago
- 67360a8 [release] Add new line between releases in the changelog by Damien Martin-Guillerez · 10 years ago
- 15e9a50 Add external_integration_test back into CI by Kristina Chodorow · 10 years ago
- 15f4b8c [release] Use SSH as the default way to speak to GitHub by Damien Martin-Guillerez · 10 years ago
- 1e62b6b Add --task_tree and --task_tree_threshold options. by Klaas Boesche · 10 years ago
- 23c725b Fix Java 7 test suite by Damien Martin-Guillerez · 10 years ago
- 5f5991d [Docker] archive: appends '/' at end of directories by Damien Martin-Guillerez · 10 years ago
- 078a82e [ci] Do not fail on test failure by Damien Martin-Guillerez · 10 years ago
- b2c7a87 Fix strip_prefix by Kristina Chodorow · 10 years ago
- acd17e4 Fix coverage not being calculated for android_tests using binary_under_test. by Andrew Pellegrini · 10 years ago
- 2594c9e Trim temporary directory root from entry paths when creating resources srcjar to match standard jar format. by Andrew Pellegrini · 10 years ago
- 28099de Replace strong interning with weak interning for better GC. by Miguel Alcon Pinto · 10 years ago
- 4bf2c1a Fix our Java 7 build by Damien Martin-Guillerez · 10 years ago
- d12c05f Add Android aspect resolve output group. by Googler · 10 years ago
- ac0f10a Propagates cc_library linkopts attribute to dependent objc_libraries. by Googler · 10 years ago
- 7b4b765 Fix build for JDK 7 by Damien Martin-Guillerez · 10 years ago
- d014b42 Update Error Prone and javac9 versions by Liam Miller-Cushon · 10 years ago
- 146d0b5 Update to javac r2973 by Liam Miller-Cushon · 10 years ago
- f345d08 [Docker] add a `repository` attribute by Damien Martin-Guillerez · 10 years ago
- 5943bfb Opt out of ClientCodeWrapping by Liam Miller-Cushon · 10 years ago
- 2627b9f Intern PackageIdentifiers as a memory optimization. by Miguel Alcon Pinto · 10 years ago
- 52808d2 Assert order of repeated fields in AndroidStudioInfoAspectTest. by Dmitry Lomov · 10 years ago
- 793011b Support android_library dep forwarding in Android aspect. by Googler · 10 years ago
- e96dbe6 Fix broken Jenkins build. by Dave MacLachlan · 10 years ago
- 254ffa8 Support android_robolectric_test in AndroidStudioInfoAspect. by Googler · 10 years ago
- a5796bd Support android_test in AndroidStudioInfoAspect. by Googler · 10 years ago
- c2e199d Make explicit that an extra action always has the same owner as the action it is shadowing. by Janak Ramakrishnan · 10 years ago
- 06603ea Inline "target" variable in AndroidStudioInfoAspectTest. by Googler · 10 years ago
- 78e485a Correctly handle exports in AndroidStudioInfoAspect. by Googler · 10 years ago
- ded7737 Make breakpad file editing platform independent. by Peter Schmitt · 10 years ago
- d7a7275 Don't report errors for missing edges in TransitiveTraversalFunction. by Nathan Harmata · 10 years ago
- 4e29c83 ErrorInfo and CycleInfo don't need to be serializable by Michajlo Matijkiw · 10 years ago
- 4a0f1b6 Add support for tags in AndroidStudioInfoAspect. by Googler · 10 years ago
- 0c069d1 Flag the Android NDK step as optional, fix a typo and tweak the text a bit. by Googler · 10 years ago
- c2c123e Add debugging info for crash during maybeMarkRebuilding. by Janak Ramakrishnan · 10 years ago
- 70af6fe Filter idl sources from AndroidStudioInfoAspect. by Googler · 10 years ago
- 690e640 [dash] Add shared-secret authentication by Damien Martin-Guillerez · 10 years ago
- 153a09a Fixes a typo in the plist generation of the 'DTXcodeBuild' field. by Anastasios Kakalis · 10 years ago
- c798366 Add Android aspect ijar support. by Googler · 10 years ago
- 699c027 Roadmap: delete API items from the intermediate milestones by Damien Martin-Guillerez · 10 years ago
- 9cfa90f Update FAQ about supported language by Damien Martin-Guillerez · 10 years ago
- 2936e70 Make AndroisStudioInfoAspectTest run in Bazel. by Dmitry Lomov · 10 years ago
- 4e068f8 Document java_toolchain by Damien Martin-Guillerez · 10 years ago
- dde6c53 [docker] Enforce the executable flag to directories by Damien Martin-Guillerez · 10 years ago
- e8f7f5e Visibility tweaks. by Michajlo Matijkiw · 10 years ago
- 8efb280 Refactoring: Move ThreadPoolExecutorParams to top-level. by Eric Fellheimer · 10 years ago
- b51251e Extract configuration fragment access logic into ConfigurationFragmentPolicy. by Michael Staib · 10 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 · 10 years ago
- 3251ebb Remove extraneous comma from iOS app page in tutorial by Googler · 10 years ago
- 0bb2f02 Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert them to scripts instead of java apps. by Dave MacLachlan · 10 years ago