bazel /
bazel /
83514648f2e4e63dcd039e976f3b5d47552e0383 - 8351464 Improve error message for the 'in' operator. by Laurent Le Brun · 8 years ago
- 69a127b ijar: use bazel's file utilities by Laszlo Csomor · 8 years ago
- 55b20c4 Code clean-up by Damien Martin-Guillerez · 8 years ago
- 69bf6f9 Super tiny cleanup in CppLinkActionBuilder by Marcel Hlopko · 8 years ago
- 99b0154 Bazel client: fix broken compilation by Laszlo Csomor · 8 years ago
- 9954ef0 Adding name setting to @Parameters annotation, so that tests have consistent by John Cater · 8 years ago
- e1475cb Eclipse's Java compiler can't do type inference on this code for some reason by Ulf Adams · 8 years ago
- a763ce1 Update instructions for building bazel from source by Klaus Aehlig · 8 years ago
- 508af30 Bazel client: do not use `errno`. by Laszlo Csomor · 8 years ago
- 4f2b41d Add platform rule to define a platform as a collection of constraint values. by John Cater · 8 years ago
- 30a9941 by Googler · 8 years ago
- 7cc6c62 ios_test provides test-specific command line args when using the crosstool. by Cal Peyser · 8 years ago
- 33093ca Do not use additional scheduling threads during parallel evaluation to prevent thread starvation by Googler · 8 years ago
- 83ca6a6 Add support for java_proto_library to IDE aspect. by Googler · 8 years ago
- 5c06b43 Make ExperimentalStateTracker aware of DownloadProgressEvents by Klaus Aehlig · 8 years ago
- 950310f Rollback of commit 34ffc4cab1b6cdde54e5945427b79c24fff39aa5. by Dmitry Lomov · 8 years ago
- 3049051 Update to latest javac and Error Prone by Liam Miller-Cushon · 8 years ago
- 105db84 BEP: Report pattern expansion failures by Klaus Aehlig · 8 years ago
- 5bd448c scripts/serve-docs.sh: ask bazel for the genfiles path by Klaus Aehlig · 8 years ago
- 6e2ccb7 Bazel client: simplify {Read,Write}File semantics by Laszlo Csomor · 8 years ago
- 0dff43a Fix int comparision warnings. by John Cater · 8 years ago
- 4af8f5b Rollback of commit 5621a2c73337d82fe328069dbb0621e46e9e1c25. by Yue Gan · 8 years ago
- 34ffc4c Rollback of commit 01120026dc313ee7ad9ea95069a29252eb19173b. by Jon Brandvein · 8 years ago
- 9f15d15 ijar: implement stat_file on Windows by Laszlo Csomor · 8 years ago
- 6cd9897 Do not execute aspect implementation if target advertizes but fails to provide a provider. by Dmitry Lomov · 8 years ago
- 0112002 Export exportable values as we go instead of at the end of evaluation. by Dmitry Lomov · 8 years ago
- 220b639 Remove some unnecessary code by Ulf Adams · 8 years ago
- dc857b3 Don't leak file managers by Liam Miller-Cushon · 8 years ago
- b869e58 Rollback of commit 822c37816ac669e51bec3853b41849a19ec5e230. by Nathan Harmata · 8 years ago
- 81aca8a Remind JavacOptions about the '-extra_checks' flag by Liam Miller-Cushon · 8 years ago
- 083bbd2 Improve memory efficiency of incremental dexing and introduce flag to error out if DexArchiveAspect misses .jar files by Googler · 8 years ago
- e450c00 Inject aidl_lib only to android_library targets that have idl_srcs by Googler · 8 years ago
- 8c00f39 Improve handling of unknown NDK revisions in android_ndk_repository. by Adam Michael · 8 years ago
- 2f11192 Convert --use_action_cache to a regular option by Googler · 8 years ago
- ee61191 Blog post announcing Google Summer of Code. by Laurent Le Brun · 8 years ago
- e1b1372 Re-arrange JavaBuilder output jar handling by Liam Miller-Cushon · 8 years ago
- fda022e Fix display issues in blog post about proto rules. by Carmi Grushko · 8 years ago
- 8c3a4ef BEP: Add BuildFinished event. by Jakob Buchgraber · 8 years ago
- 6525e38 Rollback of commit 5e945570ec0b9079596756bf89437ac37e031c36. by Jon Brandvein · 8 years ago
- 8e29780 Add Java install step for Homebrew install guide by Steren · 8 years ago
- eed1ea7 Add an event reporting about downloading progress by Klaus Aehlig · 8 years ago
- e4fbf42 Bazel client: make some libraries visible to ijar by László Csomor · 8 years ago
- 4066814 by Laszlo Csomor · 8 years ago
- 5621a2c This change adds support for a docker_bundle rule, refactoring a number of interfaces to support shared use with docker_build. by Googler · 8 years ago
- 4c3d925 In SkyFunctionEnvironment post progress-like events immediately by Klaus Aehlig · 8 years ago
- 691fbc1 Add constraint_setting and constraint_value rules, to enable defining by John Cater · 8 years ago
- 55e4c51 Design Docs: Add a section to the Sandboxing 2.0 Doc on what files a sandboxed process should have access to. by Philipp Wollermann · 8 years ago
- 0f119a4 Always update bazel repo: try pull first, and recreate if failed. by Yue Gan · 8 years ago
- 5f19fd5 Add check that the WORKSPACE found in LocalRepositoryLookupFunction isn't a directory. by John Cater · 8 years ago
- 1409aa3 MSVC wrapper: support -I gcc flag by Laszlo Csomor · 8 years ago
- 6d1d424 Fix paths of binaries in .deb packages. by John Cater · 8 years ago
- 5ea2b14 Clean up the semantics of input discovering actions a bit by making updateInputs() and inputsKnown() non-overridable and removing setInputs(). by Lukacs Berki · 8 years ago
- 8afbd3c Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows by Ulf Adams · 8 years ago
- a843d21 Add cc_proto_library to Bazel Build Encyclopedia. by David Chen · 8 years ago
- 822c378 Reimplement blaze query using an async evaluation model. Use a concurrent backend for SkyQueryEnvironment's implementation in order to achieve parallelism. by Nathan Harmata · 8 years ago
- fb64609 BEP: Add tags and output files to TargetComplete event by Jakob Buchgraber · 8 years ago
- a609092 A blog post about proto_library et al. by Carmi Grushko · 8 years ago
- 738e572 sandbox should create regular empty files, not symlink to /dev/null. by Philipp Wollermann · 8 years ago
- 4229823 Remove unnecessary python skylark rules and update example by Yu Yi · 8 years ago
- ccbcf8e Handle TriState type in `bazel query --output=build` by Laurent Le Brun · 8 years ago
- 949b7b5 Clean up event bus by Klaus Aehlig · 8 years ago
- 5f27712 Bazel client: add new ReadFile/WriteFile variants by Laszlo Csomor · 8 years ago
- abc9332 Regression test for ActionCache shutdown roundtrip by George Gensure · 8 years ago
- 1410c21 Cleanup migration-only build variables by Marcel Hlopko · 8 years ago
- 3ae50fe Cleanup gitignore to ignore all /bazel-* directories. by John Cater · 8 years ago
- 7af14df Remove AbtractAction#getInputsForExtraAction() (the third time). by Lukacs Berki · 8 years ago
- 510e8a6 Remove the deprecated com.google.devtools.build.lib.vfs.FileSystems class by Ulf Adams · 8 years ago
- 707e72a More documentation for distributed caching and remote execution by Alpha Lam · 8 years ago
- 0dcdb06 More stable naming scheme for lambda classes in desugared android code by Googler · 8 years ago
- d00e446 Remove flag --experimental_j2objc_srcjar_processing, and always use the new J2ObjC source jar transpilation support. by Rumou Duan · 8 years ago
- 11318ec Reword comment about the current implementation of ^. by Nathan Harmata · 8 years ago
- 5e1b5b0 RELNOTES: Activate the "dead_strip" feature if objc binary stripping is enabled. by Googler · 8 years ago
- 9daeb43 Fixes issue with ObjcCompileAction where extra action funcitonality is unable by Googler · 8 years ago
- 50ca4b6 Update depset constructor/method docs by Jon Brandvein · 8 years ago
- 0eda2a0 Remove shell highlighting which isn't supported by our version of jekyll. by John Cater · 8 years ago
- 3e0c746 Adds the new versions of the template substitutions into ios_test. by Sergio Campama · 8 years ago
- 777b30d Provide more reporting options to SkyFunctions by Klaus Aehlig · 8 years ago
- 25aa033 Add more depset documentation by Jon Brandvein · 8 years ago
- dacc16d CrosstoolCompilationSupport registers a binary strip action when binary by Cal Peyser · 8 years ago
- c87cffa Use datetime as horizontal axis. Add axis titles. by Yue Gan · 8 years ago
- 81ae08b Suppress error for non-exhaustive switches by Liam Miller-Cushon · 8 years ago
- 0785cbb Update to guava 21.0 and Error Prone version 2.0.18-20160224 by Liam Miller-Cushon · 8 years ago
- 5dbb23b Fix coverage section in the autodetected crosstool for windows by Marcel Hlopko · 8 years ago
- 53501b5 Fix allowed characters in package and restore a comment by Damien Martin-Guillerez · 8 years ago
- 4c1b1fd Add host_cxxopt in parallel to host_copt. by Marcel Hlopko · 8 years ago
- 564be0d Remove the first result in benchmark, since it's slower than others. by Yue Gan · 8 years ago
- e98f50c Rollback of commit e716ae46f359dc1361574f44569811ff80a758ac. by Ulf Adams · 8 years ago
- a28b540 Fix Cpp action caching by Ulf Adams · 8 years ago
- e50388e Revert "Upgrade //third_party/protobuf to v3.2.0" by Irina Iancu · 8 years ago
- e716ae4 Encore of commit 41c2a26eef89167e807cbc9f33487dc66bb757d3 that removed AbstractAction#getInputFilesForExtraAction(). by Lukacs Berki · 8 years ago
- 3adcef4 Remove mention of the ignored flag "--output_descriptor_set". by Carmi Grushko · 8 years ago
- c67080c Rollback of commit 786cfa2ed980e278c42ee474408844f7e3720385. by Kush Chakraborty · 8 years ago
- 5e94557 Rollforward of "apple_binary extension_safe attribute results in configuration transition on dependencies" by Chris Parsons · 8 years ago
- cd66f96 Fix broken link by Jon Brandvein · 8 years ago
- 3df106e Remove historical reference to test runners from user manual. by Michael Staib · 8 years ago
- 1dfddb2 Expose proto_library, java_lite_proto_library, java_proto_library and cc_proto_library to the outside world. by Carmi Grushko · 8 years ago
- 0cc293e Description redacted. by Googler · 8 years ago
- ac6b092 Better error messaging if apple cc toolchain cannot locate xcode by Chris Parsons · 8 years ago
- a2e5084 Add overview documentation on depsets by Jon Brandvein · 8 years ago
- 5582d89 Read the PersistentMap's backing file into memory all at once when processing it. We are going to read the whole thing and convert it into data structures, anyway. by Googler · 8 years ago