aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Add maven settings librariesGravatar Kristina Chodorow2015-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
* Increase the size of ijar_testGravatar Damien Martin-Guillerez2015-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
* Add a test for FileSystem#resolveSymbolicLinks for dangling symlinks.Gravatar Nathan Harmata2015-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
* Some minor updates to the BUILD files.Gravatar Ulf Adams2015-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
* Fixes ijar tests on OSXGravatar Damien Martin-Guillerez2015-09-15
* Remove a line accidentally left in from debugging.Gravatar Lukacs Berki2015-09-15
* Requires JDK 8Gravatar Damien Martin-Guillerez2015-09-15
* Make ijar appropriately prune InnerClasses, at the cost of a lot of unholy ha...Gravatar Lukacs Berki2015-09-15
* Fix small typo in exampleGravatar Roland Huß2015-09-15
* Make --split_apk mobile-install work with a pristine device.Gravatar Lukacs Berki2015-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
* Support data and resource attributes in Groovy testsGravatar Erik Kuefler2015-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
* Allow CI to run the build script without storing the output artifactsGravatar Damien Martin-Guillerez2015-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
* Configured Java logging for BazelGravatar Damien Martin-Guillerez2015-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
* Improve documentation for macrosGravatar Laurent Le Brun2015-09-14
* Fix genrule documentation, outputs may be in different directories.Gravatar Laurent Le Brun2015-09-14