bazel /
bazel /
875c7a7b13b77ed65ceab1fe71d6c50e9647e36b - 875c7a7 Change Attribute.skipConstraintsCheck() (and similar methods) by Greg Estren · 10 years ago
- 2833b42 Make sure runtime shuts down on exception in uncaught exception handler by Michajlo Matijkiw · 10 years ago
- 7d48f19 [Docker] Correctly append ./ prefix to dotted files in archives by Damien Martin-Guillerez · 10 years ago
- ed92816 Fix TZ entry in test-encyclopedia. by Han-Wen Nienhuys · 10 years ago
- 3c5f534 Added comment about why there are so many "throws InterruptedException" declarations. by Florian Weikert · 10 years ago
- 826ed80 Remove another use of errorEventHandler. by Ulf Adams · 10 years ago
- a126d90 Disable generateSubModules, since it causes issues with private headers. by Googler · 10 years ago
- 13572f9 Use byte[] and Input/OutputStream directly for HTTP downloads. by Han-Wen Nienhuys · 10 years ago
- 58502f2 Remove the experimental check-deps implementation. by Ulf Adams · 10 years ago
- e5aaacf Remove more uses of errorEventHandler (previously of Reporter). by Ulf Adams · 10 years ago
- 08be947 Rollback of commit 402d112bc25449f1e690bbbace600bbcda834d24. by Googler · 10 years ago
- a56762e Removes the automatic values from the bundlemerge.jar and plmerge.jar and relies by Anastasios Kakalis · 10 years ago
- 5b9009b Remove all direct uses of SkyframeExecutor.reporter. by Ulf Adams · 10 years ago
- 4eb82ec1 Add rust_docs rule by David Chen · 10 years ago
- d6f6b7d Add a main_dex_proguard_specs attribute to android_binary that lets users specify which classes should go into the main dex. by Lukacs Berki · 10 years ago
- 574646c Move mock workspace configuration to AnalysisMock. by Dmitry Lomov · 10 years ago
- 960dc27 Make intra-package wildcards work for remote repositories and clean up target pattern parsing just a tiny little bit. by Lukacs Berki · 10 years ago
- 402d112 Rollback of commit 53330510c6ea5cd6257b9981b44e52d15a9e01aa. by Googler · 10 years ago
- 93cb646 Make TargetFormatter available for tests. by Janak Ramakrishnan · 10 years ago
- f5d6a02 Improve performance of Sky query. by Miguel Alcon Pinto · 10 years ago
- d7f6e70 Propagates cc_library linkopts attribute to dependent objc_libraries. by Googler · 10 years ago
- 5333051 Remove gen jar implicit output. by Googler · 10 years ago
- 12147f0 Fix attribute capitalization by Kristina Chodorow · 10 years ago
- 7335375 Merge BazelIosTest and ExperimentalIosTest, deleting the former. by Chris Parsons · 10 years ago
- f769787 Remove both of equals/hashCode from classes in lib/packages where either only one of them was implemented (potentially incorrectly) or the class really intends to have reference equality. by Nathan Harmata · 10 years ago
- 55dbdbd Better syncing of Google vs. external constraint enforcement. by Greg Estren · 10 years ago
- eadaf50 Turns bitcode off for the time being to make the Xcode project output match what is being produced by bazel build. by Dave MacLachlan · 10 years ago
- df0531f Allow Skylark import lookup values to be computed inline in order to avoid reifying them in the Skyframe graph. by Janak Ramakrishnan · 10 years ago
- 784ffc0 Remove LoadedPackageProvider.getLoadedPackage, which is unused. by Ulf Adams · 10 years ago
- b82a56c Use a super-interface of PackageProvider where applicable. by Ulf Adams · 10 years ago
- 065e7c1 Avoid LoadedPackageProvider in the PackageProviderForConfigs type hierarchy. by Ulf Adams · 10 years ago
- 1e597c8 Simplify LoadingPhaseRunner; avoid an unnecessary Set copy. by Ulf Adams · 10 years ago
- de667c6 Remove gen jar info from JavaRuleOutputJarsProvider. by Googler · 10 years ago
- 590ba0a Pass the SkyframePackageManager to the cycle reporters, not LoadedPackageP. by Ulf Adams · 10 years ago
- a385ab9 Rewrite TargetProviderEnvironment to use a PackageProvider. by Ulf Adams · 10 years ago
- 532450e Disable --treat_srcjars_as_srcs_for_strict_deps flag by Liam Miller-Cushon · 10 years ago
- 504529b Move callUninterruptibly to a helper class in lib.concurrent. by Ulf Adams · 10 years ago
- 95f624f Remove an unused method from LoadedPackageProvider. by Ulf Adams · 10 years ago
- 896d713 Fix ApplicationManifest#generatedManifest bug that would set the package as 'null' if the rule was not under either the java or javatests trees. Uses AndroidCommon#getJavaPackage to ensure consistent behavior. by Andrew Pellegrini · 10 years ago
- bdb0012 [Docker] Prevent duplicate entries in a layer by Damien Martin-Guillerez · 10 years ago
- 7fb76a1 Make gen jars output group transitive. by Googler · 10 years ago
- 0e31295 Simplify a method signature that isn't used elsewhere anymore. by Ulf Adams · 10 years ago
- f396134 [Docker] Make all files added via the files attribute executable and read-only by Damien Martin-Guillerez · 10 years ago
- f9ab555 [Docker] Don't replace current uid/gid by root ids for tar files by Damien Martin-Guillerez · 10 years ago
- 9c8b370 Doc: Clarify when to use output_to_genfiles. by Laurent Le Brun · 10 years ago
- ffdf675 Update doc for [new_]http_archive to mention tarballs. by Han-Wen Nienhuys · 10 years ago
- 98235e3 Initial checkin of sass_binary support for bazel by Derek Perez · 10 years ago
- faa0e4a Remove unused EventCollectionApparatus#customMask. by Han-Wen Nienhuys · 10 years ago
- 51c1640 Make setup-intellij.sh work again. by Lukacs Berki · 10 years ago
- eaae08e Update d_docs rule to take a dependency on a d_binary, a d_library or d_source_library. by David Chen · 10 years ago
- e7a2fdb [Docker] Take the package of the input as the data path by Damien Martin-Guillerez · 10 years ago
- 446b6c9 Do not fail when the test argument do not match any test by Damien Martin-Guillerez · 10 years ago
- 89eefd7 Move ownership of SkyframeBuildView to SkyframeExecutor. by Ulf Adams · 10 years ago
- 2012b4e Allow custom Package serialization logic to be injected. Also fix incorrect comment in PackageSerializer. by Nathan Harmata · 10 years ago
- a28d69c5 Don't shell escape parameters to a non-shell action (environment plist). by Peter Schmitt · 10 years ago
- f5c5dcb Make aspect resolver and dependencyFilter transient, as they are not serializable. by Miguel Alcon Pinto · 10 years ago
- 8aaa229 Add Apache codec library as a dependency by Kristina Chodorow · 10 years ago
- 5877b8b Don't remove reverse deps until node is known to be changed. This helps avoid mutating the deps of nodes that are still going to be deps after evaluation is finished. by Janak Ramakrishnan · 10 years ago
- 0951909 Add jar containing Base64 class by Kristina Chodorow · 10 years ago
- ceae8c5 Open source some skylark tests. by Han-Wen Nienhuys · 10 years ago
- 4671896 Refactor AndroidStudioInfoAspect. by Dmitry Lomov · 10 years ago
- 36c0fb7 Disallow precompiled jars in sources by Liam Miller-Cushon · 10 years ago
- 1d947c6 Stop AndroidResourceProcessingAction from creating a "_resources" folder in the source tree when invoked from ApplicationManifest and AndroidLibrary. by Andrew Pellegrini · 10 years ago
- 10b8e3a Replace double-quotes with single quotes to improve readability. by Dmitry Lomov · 10 years ago
- 8ddc32d Switch objc rules to standard coverage propagation using InstrumentedFilesCollector. by Peter Schmitt · 10 years ago
- f1b537a Enhance the tutorial by adding information about setting up the Android NDK. by Lukacs Berki · 10 years ago
- 590767e Implement support for android_library and android_binary in AndroidStudioInfoAspect. by Dmitry Lomov · 10 years ago
- 6bd4f2d Heavily refactor ProfileCommand to separate output and statistics generation and enable their reuse by Klaas Boesche · 10 years ago
- 907d579 Improve Skylark documentation (concepts.md), wrt mutability and Python compatibility by Laurent Le Brun · 10 years ago
- bfd0f61 Fixes ProGuard not working in a sandbox. by Philipp Wollermann · 10 years ago
- 10e3b2b Make TargetPatternResolver#{isPackage, getTargetsInPackage} take a PackageIdentifier instead of a String. by Lukacs Berki · 10 years ago
- d72db8d Thread the repository name all the way from TargetPatternResolver to RecursivePkgFunction. by Lukacs Berki · 10 years ago
- dfd3497 Batch SkylarkImportLookupValue calls instead of doing them serially. Also throw errors more eagerly in SkylarkImportLookupFunction -- don't try to request deps if the ast is in error. by Janak Ramakrishnan · 10 years ago
- 2a7c802 Roll back using labels rather than PathFragments for skylark loads. by Michajlo Matijkiw · 10 years ago
- f0a5ac6 Improve error message for INSTALL_FAILED_OLDER_SDK from adb. by Alex Humesky · 10 years ago
- 8e055ba Changes dylibs from being part of the xcodeproject file references to being arguments to OTHER_LDFLAGS. Command lines now use -l"name" to link libraries. This solves the problem that libraries in Xcode 7 now have .tbd files instead of dylibs in device builds and maintains backwards compatibility with Xcode 6. by Dave MacLachlan · 10 years ago
- be11733 Add support for Maven username & password authentication by Kristina Chodorow · 10 years ago
- 37738ca Document mutability of Skylark lists by Francois-Rene Rideau · 10 years ago
- 925dc5c Use Labels, rather than PathFragments, to represent Skylark loads internally. This should be a semantics-preserving change for users. In a subsequent CL, I'll change the Skylark syntax to allow load statements to use labels as well as paths, with the goal of eventually deprecating the latter. by John Field · 10 years ago
- d256a82 Clarify that the timeout values are configurable on the command-line. by Googler · 10 years ago
- 2857acc Add an option to remove a directory prefix when extracting an archive by Kristina Chodorow · 10 years ago
- bd0c7bb Hush Environment#toString() by Francois-Rene Rideau · 10 years ago
- 8cf9d8d Add ios_sdk_version=8.4 flag to bazel src tests. by Chris Parsons · 10 years ago
- bb155b0 Use OS X compatible gcov with experimental_ios_test. by Peter Schmitt · 10 years ago
- 2cffe03 Serialize workspaceName. by Han-Wen Nienhuys · 10 years ago
- e770467 Pass the BuildConfigurationCollection into the BuildView testing methods. by Ulf Adams · 10 years ago
- 40dd02c workers: Use the new worker testbed to check that workers get reused correctly, restart after a clean exit and that workers returning junk are being dealt with. by Philipp Wollermann · 10 years ago
- 3cb162d workers: Put all tests in bazel_worker_test.sh. Add a testbed that makes it easy to test details of how the worker strategy behaves in corner cases. by Philipp Wollermann · 10 years ago
- 28f08f1 workers: Make sure to wait for worker processes to exit so that they don't become zombies. by Philipp Wollermann · 10 years ago
- 3cbbca6 workers: Remove unneeded constructor. by Philipp Wollermann · 10 years ago
- b181aff workers: Some tweaks to the WorkerPool config. by Philipp Wollermann · 10 years ago
- 13f9150 Unify AndroidLibrary code paths. by Googler · 10 years ago
- 45d18d4 Enforce UTF-8 encoding in bootstrapping by Damien Martin-Guillerez · 10 years ago
- fdcb9de Small cleanup: execPath is available locally. by Ulf Adams · 10 years ago
- b91b994 Update FAQ entry about releases. by Damien Martin-Guillerez · 10 years ago
- 0a6e49a Extract MountMap to a top-level class. by Ulf Adams · 10 years ago
- 64228bf Remove html title handling from Chart, ChartCreators, and HtmlChartVisitor, handle in HtmlCreator by Klaas Boesche · 10 years ago
- 6e91eb9 Move Label from the lib.syntax to the lib.cmdline package so that: by Lukacs Berki · 10 years ago
- 4a36aaf [Docker] Support for adding directories to tarball by Damien Martin-Guillerez · 10 years ago
- 25fc8d3 Add a "Google Play Services" target to android_sdk_repository that can be references as "//external:android/google_play_services". by Lukacs Berki · 10 years ago