aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Annotate every single rule with required configuration fragments.Gravatar Ulf Adams2015-08-10
* Stop checking package roots for incompatible changes after loading phase.Gravatar Marian Lobur2015-08-07
* Rephrase the ActionGraph in terms of the WalkableGraph. This should be more e...Gravatar Eric Fellheimer2015-08-06
* Show build options on dashboardGravatar Kristina Chodorow2015-08-06
* Factor out import finding code.Gravatar Han-Wen Nienhuys2015-08-06
* Add output_dir option and improve repository handlingGravatar Kristina Chodorow2015-08-06
* Feature configuration: add a field required_variables on flag_sets.Gravatar Manuel Klimek2015-08-06
* Remove dead codeGravatar Kristina Chodorow2015-08-06
* Allow the feature configuration to support structured build variables of nestedGravatar Manuel Klimek2015-08-06
* Fixed a bug where the methods of Skylark dictionaries were not properly recog...Gravatar Florian Weikert2015-08-06
* Refactor the missing fragment handling code to use a policy enum.Gravatar Ulf Adams2015-08-06
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-08-06
* Make DependencyResolver more explicit about the factGravatar Greg Estren2015-08-06
* Add threadpool injectability to invalidatorGravatar Mark Schaller2015-08-06
* Remove the Skylark data configuration accessor and the only repositoryGravatar Greg Estren2015-08-05
* Removed BuildConfiguration.Fragment#getName() and #isSkylarkVisible().Gravatar Florian Weikert2015-08-05
* Hard disable C++ include scanning in Bazel (which wasn't supported anyway, bu...Gravatar Philipp Wollermann2015-08-05
* Annotate AspectDefinition.attributeAspect @SafeVarargs to suppress warnings.Gravatar Ulf Adams2015-08-05
* Use pic mode for cc_fake_binary if pic actions are used for binaries.Gravatar Manuel Klimek2015-08-05
* Add '--experimental_allow_fastbuild_debug' which when set, adds flag'-DDEBUG=...Gravatar Googler2015-08-05
* Log instead of crash report on failure in BlazeCommandEventHandlerGravatar Michajlo Matijkiw2015-08-05
* Implemented Python's dict() in SkylarkGravatar Florian Weikert2015-08-04
* Create a parameter to GlobFunction to determine whether it should deal with n...Gravatar Eric Fellheimer2015-08-04
* Changes related to the order of Skylark dictionaries:Gravatar Florian Weikert2015-08-04
* Description redacted.Gravatar Andrew Pellegrini2015-08-04
* Add dylib as a C++ file typeGravatar Kristina Chodorow2015-08-04
* Follow redirects in HTTP-based remote repositories.Gravatar Damien Martin-Guillerez2015-08-04
* Add more configuration fragment annotations, and a runtime check.Gravatar Ulf Adams2015-08-04
* Skylark, improve doc for Label.relativeGravatar Laurent Le Brun2015-08-04
* Description redacted.Gravatar Laszlo Csomor2015-08-04
* Crash in tests if anybody tries to log remotely. Remote logging usually indic...Gravatar Janak Ramakrishnan2015-08-04
* Fixed bug where blaze run with the --color=no flag was still printing out in ...Gravatar Shreya Bhattarai2015-08-04
* Rollback of commit da3cb806351e929becef19652c65d39efa61b9d9.Gravatar Googler2015-08-04
* Add configuration fragment annotations to some cc_* rules.Gravatar Ulf Adams2015-08-04
* Lazy evaluation of C & C++ sources in CcCommon.Gravatar Ulf Adams2015-08-04
* Refactor CcBinary / CcCommon a bit.Gravatar Ulf Adams2015-08-04
* Implemented Python's str.title() in Skylark.Gravatar Florian Weikert2015-08-04
* Split CcCommon handling of srcs filtering into a new class.Gravatar Ulf Adams2015-08-04
* Fix the documentation for how skylark rule outputs substitution works.Gravatar Brian Silverman2015-08-04
* TemplateExpansionAction now consistently uses UTF-8 instead of mixing UTF-8 w...Gravatar Florian Weikert2015-08-04
* Remove stale comment.Gravatar Nathan Harmata2015-08-04
* Send bug report on IOException in BlazeCommandEventHandler instead of ignoringGravatar Michajlo Matijkiw2015-08-04
* Rollback of commit 2e7a5b47979b2679208a97a65df265be953eb595.Gravatar Han-Wen Nienhuys2015-08-04
* Remove all calls to AnalysisEnvironment.getDerivedArtifact() from the C++ rul...Gravatar Lukacs Berki2015-08-04
* Build a symlink tree for Android native library symlinks so that libraries fr...Gravatar Lukacs Berki2015-08-04
* RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into b...Gravatar Googler2015-08-04
* Add "warm" starting to mobile-install.Gravatar Googler2015-08-04
* Rollback of commit 6c2303c461478c6082a29b969e49ad5adb0029aa.Gravatar Andrew Pellegrini2015-08-04
* Log timing for some actions that are known to be expensive sometimes.Gravatar Miguel Alcon Pinto2015-08-04
* Fix ClassCastException.Gravatar Nathan Harmata2015-08-04