aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* Cleanup Skylark types some moreGravatar Francois-Rene Rideau2015-09-17
* Remove obsolete and deprecated xcode_options flag.Gravatar Googler2015-09-17
* Move all J2ObjC Bazel dependencies to third_party/java/j2objc.Gravatar Michael Thvedt2015-09-17
* Propogate J2ObjC files from runtime_deps in Java rules.Gravatar Michael Thvedt2015-09-17
* Fix Build Encyclopedia links for java_import.Gravatar Googler2015-09-17
* Make exception in case a test tries to remote-log more informative.Gravatar Janak Ramakrishnan2015-09-17
* Rollback of commit 4e5037520e3067f9d8784e1c59f9545b96111cd4.Gravatar Lukacs Berki2015-09-17
* Create an abstraction for user defined data types in Skylark.Gravatar Lukacs Berki2015-09-17
* Remove support for the deprecated include() statement.Gravatar Lukacs Berki2015-09-17
* Simplify BuildView construction and store configurations in the build result.Gravatar Ulf Adams2015-09-17
* Make the module environment invoked exit code path thread-safe.Gravatar Ulf Adams2015-09-17
* Remove the now-unused BlazeModule.beforeCommand variant.Gravatar Ulf Adams2015-09-17
* Move the clientEnv to the CommandEnvironment.Gravatar Ulf Adams2015-09-17
* Refactor Type.getLabels() so that instead of collecting labels, it flattens c...Gravatar Lukacs Berki2015-09-17
* 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