bazel /
bazel /
e1f187a7bcaf13d03ee9570ca2874927c6c3d73f - e1f187a Remove unused 'followSymlinks' parameter to FileSystem#getxattr. It is always true in practice. by Nathan Harmata · 10 years ago
- 764bf45 Deflake maven_test by Kristina Chodorow · 10 years ago
- 933c13a Remove comment by Miguel Alcon Pinto · 10 years ago
- 54b6920 Teach Bazel to accept assembler-without-preprocessor source files. by Googler · 10 years ago
- 46d6dc5 Add a maven_server rule by Kristina Chodorow · 10 years ago
- 71973e6 Makes the generation of the Info.plist environment variables fail-safe. by Anastasios Kakalis · 10 years ago
- ca2d8d2 Move several parts of BlazeRuntime to CommandEnvironment. by Ulf Adams · 10 years ago
- c52eb9c Defer Label parsing from BuildFileAST to PackageFunction so that BuildFileAST doesn't have to know about the existence of Labels. by Lukacs Berki · 10 years ago
- 4b004af Change checkRuntime to take a CommandEnvironment instead. by Ulf Adams · 10 years ago
- 6885134 Add maven settings libraries by Kristina Chodorow · 10 years ago
- 50a705c Remove a few minor lib.syntax -> lib.packages dependencies. by Lukacs Berki · 10 years ago
- 86bd4fd Add experimental flag, that partially disables loading phase (pattern evaluation, test_suite expansion and configuration creation is still there). Also remove some unused code. by Marian Lobur · 10 years ago
- 8061302 Change most calls to BlazeRuntime.getReporter() to use CommandEnvironment. by Ulf Adams · 10 years ago
- d8b4be1 Minor visibility tweaks by Michajlo Matijkiw · 10 years ago
- a4c1c47 Don't allow subclasses of AQV to treat Errors as non-critical. Also update the documentation for AQV#work to reflect the semantics of critical errors. by Nathan Harmata · 10 years ago
- a9c3eef Increase the size of ijar_test by Damien Martin-Guillerez · 10 years ago
- 38614b4 Fix very minor concurrency issue in AQV. 'unhandled' doesn't have memory visibility from other threads, so we may end up storing the non-first unhandled exception and/or decline to not run new tasks because we don't realize there already is an unhandled exception. by Nathan Harmata · 10 years ago
- ac023bb Get rid of transient errors during preprocessing and throw IOExceptions instead. Transient errors were only detected on IOExceptions, but preprocessing doesn't actually throw IOExceptions except if it fails before it even opens the main file, so there's no sense in trying to construct a package in that case. by Janak Ramakrishnan · 10 years ago
- fe87155 Clean up J2ObjC support in Bazel, removing an unused dependency and linting the relevant files. by Michael Thvedt · 10 years ago
- 72c6716 Removed attribute 'generator_location' from rules created by Skylark macros. by Florian Weikert · 10 years ago
- d927e4d Add a test for FileSystem#resolveSymbolicLinks for dangling symlinks. by Nathan Harmata · 10 years ago
- 4f7288e Only collect source files from attributes that don't have instrumentation data. by Ulf Adams · 10 years ago
- 5584e38 Support java_test and java_binary in AndroidStudioInfoAspect. by Dmitry Lomov · 10 years ago
- a643436 Parse the label syntax "@//a:b" so that eventually we can make that the syntax that means "refer to the main repository". by Lukacs Berki · 10 years ago
- 5d737d6 Some minor updates to the BUILD files. by Ulf Adams · 10 years ago
- ee56459 Add self-time relative to total time in HTML profiling output, enables finding optimizable functions faster. by Klaas Boesche · 10 years ago
- 90eec0cc Add a paragraph to the Build Encyclopedia that tells how to use the appcompat library. by Lukacs Berki · 10 years ago
- 633f539 Introduce CommandEnvironment and pass it instead of BlazeRuntime. by Ulf Adams · 10 years ago
- 13fb7fd Support java_import in AndroidStudioIdeInfoAspect by Dmitry Lomov · 10 years ago
- 01fa070 refactor usage of ProfilePhaseStatistics, no need to hand it around via Chart by Klaas Boesche · 10 years ago
- 27404a9 Parses the correct values of SDK, Platform and XCode version numbers when generating by Anastasios Kakalis · 10 years ago
- 30df7fc Fixes ijar tests on OSX by Damien Martin-Guillerez · 10 years ago
- c653738 Remove a line accidentally left in from debugging. by Lukacs Berki · 10 years ago
- 9c5deb6 Requires JDK 8 by Damien Martin-Guillerez · 10 years ago
- 73b6c79 Make ijar appropriately prune InnerClasses, at the cost of a lot of unholy hacks. by Lukacs Berki · 10 years ago
- c873577 Fix small typo in example by Roland Huß · 10 years ago
- 0dffeac Make --split_apk mobile-install work with a pristine device. by Lukacs Berki · 10 years ago
- 415aae6 Generate module maps for each objc_* target with compilation support. by Googler · 10 years ago
- 1c289af Fail fast on a crash in an InvalidatingNodeVisitor worker thread, just like we do in ParallelEvaluator. by Nathan Harmata · 10 years ago
- f494f3e Hack serialization of Environment$Extension so that it deserializes, although not correctly. Attempts to use it will still most likely fail, but won't crash. by Janak Ramakrishnan · 10 years ago
- 6a22219 Have clang output .d dependency files during ObjcCompile. by Googler · 10 years ago
- 5dd6819 Support multiarchitecture objc libraries for both simulator and device architectures in a single build, refining the multiarchitecture device restriction only to rules which require bundling. by Chris Parsons · 10 years ago
- 1906b26 Support data and resource attributes in Groovy tests by Erik Kuefler · 10 years ago
- 0cb41b0 Use the BUILD file location instead of location inside the macro. by Laurent Le Brun · 10 years ago
- cd2ad0f Fix and test SyntaxTreeVisitor by Laurent Le Brun · 10 years ago
- 097736e Package that is dependency of genquery cannot be null when genquery is being analyzed. by Janak Ramakrishnan · 10 years ago
- f9b1c33 Allow CI to run the build script without storing the output artifacts by Damien Martin-Guillerez · 10 years ago
- ece3640 When generating Xcode projects, remove -I options from copts and instead add the -I include paths as non-propagated header search paths. If the paths are relative, prepend $(WORKSPACE_ROOT) to them. by Rumou Duan · 10 years ago
- 86eeb8c Fix typos in "Packages" description and MethodLibrary doc by Mark Schaller · 10 years ago
- 159ee3f Configured Java logging for Bazel by Damien Martin-Guillerez · 10 years ago
- 4b67d4f Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunction. by Florian Weikert · 10 years ago
- 835ec9e Remove dead code, set private visibility by Laurent Le Brun · 10 years ago
- f0ae2a9 Skylark doc: clarify that new_file takes argument is relative to package by Laurent Le Brun · 10 years ago
- 8b76fe5 workers: A multitude of bug fixes and improved logging. by Philipp Wollermann · 10 years ago
- 28aacb8 Improve documentation for macros by Laurent Le Brun · 10 years ago
- 9653aaae Fix genrule documentation, outputs may be in different directories. by Laurent Le Brun · 10 years ago
- 2473b9f Add unit tests for AndroidStudioInfoAspect and implement dependency collection. by Dmitry Lomov · 10 years ago
- 0d815d65 Skip the constraints check for :run_under. by Ulf Adams · 10 years ago
- fc567b3 Fix a bug, when we have dependency from one aspect to another aspect1->aspect2 and aspect2 fails then aspect1 throws IllegalStateException. by Marian Lobur · 10 years ago
- c9e5220 Rollforward of [], which was rolled back in []. Cleans up support for objc_proto_library with native proto_library. by Michael Thvedt · 10 years ago
- 7f24022 Use the file size from FileValue instead of wastefully stat'ing the file again in order to get the file size in ParserInputSource#create (used multiple times for each BUILD file and Skylark .bzl file). by Nathan Harmata · 10 years ago
- 15da9be Clarify Skylark doc for ctx.files and ctx.file by Laurent Le Brun · 10 years ago
- 361d2e2 Add Jsonnet rules to Bazel. by David Chen · 10 years ago
- 2ad1c81 Make StdRedirect.dylib as a dependency of all ios_test and experimental_ios_test, and pass in its path instead of using the one wrapped in the _deploy.jar file. by Googler · 10 years ago
- 96be0c1 Minor simple optimization in FileFunction: don't bother getting a FileStateValue for a path realpath 'parent/child' if 'parent' is known to not exist. This saves a stat for each ancestor path. by Nathan Harmata · 10 years ago
- 1d74b68 Restores most of the documentation for the mobile-install command. by John Field · 10 years ago
- 09b06b1 Stop trying to process NoSuchPackageExceptions that are never thrown. We know they are never thrown because all implementations of the method being called already try to extract the package if they can. So if we ever reached this catch block, we would already have been crashing. by Janak Ramakrishnan · 10 years ago
- 4582087 Fix rbuildfiles query operation for broken packages. We use to assume that all the packages referenced by subinclude files should be in the graph. But this is not the case when the package is in error (The package is in the graph but as an error value, not as a package value). This produced the crash seen in [1] for a simple query like rbuildfiles(broken/BUILD). by Miguel Alcon Pinto · 10 years ago
- 88f26c7 Don't expose includeGlobs in PackageSerializer public interface by Michajlo Matijkiw · 10 years ago
- 171fe3e by Lukacs Berki · 10 years ago
- 4bb8a39 Fix spelling mistake. by Janak Ramakrishnan · 10 years ago
- ab09548 Allows objc_* rules to depend on cc_inc_library. by Peter Schmitt · 10 years ago
- f64cd44 Fix minor typos in external.md by Googler · 10 years ago
- 676f39a Fix ijar compression by Damien Martin-Guillerez · 10 years ago
- 4009d2c Add CRC-32 computation to third_party/ijar:zipper by Damien Martin-Guillerez · 10 years ago
- 3acb4fd Increase size of test timeout flaky on ci.bazel.io by Damien Martin-Guillerez · 10 years ago
- 6824d86 Allow tuples inside square brackets (for list/dict indexing). by Laurent Le Brun · 10 years ago
- 90a1596 Fixed Skylark stack trace: by Florian Weikert · 10 years ago
- 6a832d0 Blog post for sandboxing. by Ulf Adams · 10 years ago
- 36bc328 Scala rules: Implement scala_binary by Laurent Le Brun · 10 years ago
- 31e251e Fix Bazel breakage by Damien Martin-Guillerez · 10 years ago
- 757058c Fix BUILD_SCM_* being looked for in the stable status file and test it. by Brian Silverman · 10 years ago
- 7ad99cb Strictly enforce reverse deps removals. by Janak Ramakrishnan · 10 years ago
- 89312fb Refactor Skylark Environment-s by Francois-Rene Rideau · 10 years ago
- 5831c69 Propagate includes and defines attributes from cc_library to dependent objc_libraries. by Peter Schmitt · 10 years ago
- 8faeb8f Updated Bazel's j2objc version to 0.9.8.1 (latest). by Googler · 10 years ago
- cdbe368 Add experimental_ios_test to the list of rules that objc_xcodeproj can depend on. by Chris Parsons · 10 years ago
- dbbfbbb Scala rules: Make main_class optional by Laurent Le Brun · 10 years ago
- 5e8d864 Stop serializing/deserializing Locations as part of Packages by Michajlo Matijkiw · 10 years ago
- 942f58d Update the text about flexibility in the index.html by Damien Martin-Guillerez · 10 years ago
- 6e5eecb Preserve the original location in EvalExceptionWithStackTrace by Laurent Le Brun · 10 years ago
- 4aa2912 LoadStatement: Keep the location of the path argument. by Laurent Le Brun · 10 years ago
- f80258e Fix typo in a comment. by Philipp Wollermann · 10 years ago
- 3bc8e9a Fix bug in the parser when a block was silently skipped. by Laurent Le Brun · 10 years ago
- c375ea1 Add the filename to SHA256 files by Damien Martin-Guillerez · 10 years ago
- 3eb0687 Use ApplicationInfo.dataDir instead of hardcoding "/data/data/<PACKAGE NAME>" in the stub application. by Lukacs Berki · 10 years ago
- 5411129 Delay cleaning of in-flight nodes until the following build. This allows us to interrupt evaluation in constant time. by Janak Ramakrishnan · 10 years ago
- 162b441 Prevent android_binary rule from overwriting the <compatible-screens> section in the AndroidManifest.xml when it already contains a <screen> tag for each density specified in the densities attribute. by Andrew Pellegrini · 10 years ago
- 648f8f3 Fix error message when accessing unsupported operator []. by Laurent Le Brun · 10 years ago
- 1d619c2 Remove expectation of clang in producing .gcno of assembly files for instrumentation/coverage purposes. by Chris Parsons · 10 years ago