aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* Stop throwing an exception if a Package was successfully created but contains...Gravatar Janak Ramakrishnan2015-09-17
* Introduce Path#readSymbolicLinkUnchecked, intended to only be used when the c...Gravatar Nathan Harmata2015-09-17
* Remove unused 'followSymlinks' parameter to FileSystem#getxattr. It is always...Gravatar Nathan Harmata2015-09-16
* Remove commentGravatar Miguel Alcon Pinto2015-09-16
* Teach Bazel to accept assembler-without-preprocessor source files.Gravatar Googler2015-09-16
* Add a maven_server ruleGravatar Kristina Chodorow2015-09-16
* Move several parts of BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-09-16
* Defer Label parsing from BuildFileAST to PackageFunction so that BuildFileAST...Gravatar Lukacs Berki2015-09-16
* Change checkRuntime to take a CommandEnvironment instead.Gravatar Ulf Adams2015-09-16
* Remove a few minor lib.syntax -> lib.packages dependencies.Gravatar Lukacs Berki2015-09-16
* Add experimental flag, that partially disables loading phase (pattern evaluat...Gravatar Marian Lobur2015-09-16
* Change most calls to BlazeRuntime.getReporter() to use CommandEnvironment.Gravatar Ulf Adams2015-09-16
* Minor visibility tweaksGravatar Michajlo Matijkiw2015-09-16
* Don't allow subclasses of AQV to treat Errors as non-critical. Also update th...Gravatar Nathan Harmata2015-09-16
* Fix very minor concurrency issue in AQV. 'unhandled' doesn't have memory visi...Gravatar Nathan Harmata2015-09-16
* Get rid of transient errors during preprocessing and throw IOExceptions inste...Gravatar Janak Ramakrishnan2015-09-16
* Clean up J2ObjC support in Bazel, removing an unused dependency and linting t...Gravatar Michael Thvedt2015-09-15
* Removed attribute 'generator_location' from rules created by Skylark macros.Gravatar Florian Weikert2015-09-15
* Only collect source files from attributes that don't have instrumentation data.Gravatar Ulf Adams2015-09-15
* Support java_test and java_binary in AndroidStudioInfoAspect.Gravatar Dmitry Lomov2015-09-15
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Add self-time relative to total time in HTML profiling output, enables findin...Gravatar Klaas Boesche2015-09-15
* Add a paragraph to the Build Encyclopedia that tells how to use the appcompat...Gravatar Lukacs Berki2015-09-15
* Introduce CommandEnvironment and pass it instead of BlazeRuntime.Gravatar Ulf Adams2015-09-15
* Support java_import in AndroidStudioIdeInfoAspectGravatar Dmitry Lomov2015-09-15
* refactor usage of ProfilePhaseStatistics, no need to hand it around via ChartGravatar Klaas Boesche2015-09-15
* Parses the correct values of SDK, Platform and XCode version numbers when gen...Gravatar Anastasios Kakalis2015-09-15
* Generate module maps for each objc_* target with compilation support.Gravatar Googler2015-09-15
* Fail fast on a crash in an InvalidatingNodeVisitor worker thread, just like w...Gravatar Nathan Harmata2015-09-15
* Hack serialization of Environment$Extension so that it deserializes, although...Gravatar Janak Ramakrishnan2015-09-15
* Have clang output .d dependency files during ObjcCompile.Gravatar Googler2015-09-15
* Support multiarchitecture objc libraries for both simulator and device archit...Gravatar Chris Parsons2015-09-15
* Use the BUILD file location instead of location inside the macro.Gravatar Laurent Le Brun2015-09-15
* Fix and test SyntaxTreeVisitorGravatar Laurent Le Brun2015-09-15
* Package that is dependency of genquery cannot be null when genquery is being ...Gravatar Janak Ramakrishnan2015-09-15
* When generating Xcode projects, remove -I options from copts and instead add ...Gravatar Rumou Duan2015-09-14
* Fix typos in "Packages" description and MethodLibrary docGravatar Mark Schaller2015-09-14
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Remove dead code, set private visibilityGravatar Laurent Le Brun2015-09-14
* Skylark doc: clarify that new_file takes argument is relative to packageGravatar Laurent Le Brun2015-09-14
* workers: A multitude of bug fixes and improved logging.Gravatar Philipp Wollermann2015-09-14
* Fix genrule documentation, outputs may be in different directories.Gravatar Laurent Le Brun2015-09-14
* Add unit tests for AndroidStudioInfoAspect and implement dependency collection.Gravatar Dmitry Lomov2015-09-14
* Skip the constraints check for :run_under.Gravatar Ulf Adams2015-09-14
* Fix a bug, when we have dependency from one aspect to another aspect1->aspect...Gravatar Marian Lobur2015-09-14
* Rollforward of [], which was rolled back in []. Cleans up support for objc_pr...Gravatar Michael Thvedt2015-09-14
* Use the file size from FileValue instead of wastefully stat'ing the file agai...Gravatar Nathan Harmata2015-09-14
* Clarify Skylark doc for ctx.files and ctx.fileGravatar Laurent Le Brun2015-09-14
* Add Jsonnet rules to Bazel.Gravatar David Chen2015-09-14
* Make StdRedirect.dylib as a dependency of all ios_test and experimental_ios_t...Gravatar Googler2015-09-14