aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* Minor cosmetic changes.Gravatar Lukacs Berki2015-08-04
* Make range and enumerate functions available in BUILD files.Gravatar Laurent Le Brun2015-08-04
* Make OutputFileConfiguredTarget create artifacts that are consistent with Rul...Gravatar Lukacs Berki2015-07-30
* Make three logging statements fine instead of info, so they don't show up in ...Gravatar Googler2015-07-30
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-07-30
* Rollback of commit 6c7ef224d700c25f14581f2a290fbc01d5232011.Gravatar Han-Wen Nienhuys2015-07-30
* Remove calls to AnalysisEnvironment.getDerivedArtifact() from Objective C rules.Gravatar Lukacs Berki2015-07-30
* Remove vestigial references to 32-bit/64-bit binaries.Gravatar Janak Ramakrishnan2015-07-30
* Log time spent on invalidation, and the number of nodes visited.Gravatar Eric Fellheimer2015-07-30
* FilesetEntryValue now overrides .equals and .hashCode.Gravatar Laszlo Csomor2015-07-30
* Move MethodLibrary from packages to syntaxGravatar Francois-Rene Rideau2015-07-30
* ActionExecutionValue now overrides .equals and .hashCode.Gravatar Laszlo Csomor2015-07-30
* Fix middleman conflicts in external repositories by appending the package pathGravatar Damien Martin-Guillerez2015-07-30
* Adds TransitiveTraversalFunction that loads transitive deps of a targetGravatar Mark Schaller2015-07-30
* Compute copts in CcCommon lazily.Gravatar Ulf Adams2015-07-30
* Extract base class from TransitiveTargetFunctionGravatar Mark Schaller2015-07-30
* Refactor Cc* some more.Gravatar Ulf Adams2015-07-30
* Cleanup of TransitiveTarget and TargetMarker functionsGravatar Mark Schaller2015-07-30
* Remove some unnecessary code from CcBinary.Gravatar Ulf Adams2015-07-29
* Make Bazel always build with --fat_apk_cpu.Gravatar Lukacs Berki2015-07-29
* Remove an unused method from RuleContext.Gravatar Ulf Adams2015-07-29
* Support coverage in experimental_ios_test.Gravatar Peter Schmitt2015-07-29
* Remove some dead code given that cc_public_library is gone.Gravatar Ulf Adams2015-07-29
* Move a method from CcCommon to CcBinary that is only called from there.Gravatar Ulf Adams2015-07-29
* Generate a fail.sh so that using Jack/Jill fails a bit more gracefully.Gravatar Lukacs Berki2015-07-29
* Move shared settings between CcBinary and CcLibrary toGravatar Han-Wen Nienhuys2015-07-29
* Documented the iteration order of SkylarkNestedSets.Gravatar Florian Weikert2015-07-29
* Add the default BUILD language functions to the WORKSPACE fileGravatar Damien Martin-Guillerez2015-07-29
* Clarify the behavior of the "type" attribute for http_archive and new_http_ar...Gravatar John Field2015-07-29
* Remove calls to AnalysisEnvironment.getDerivedArtifact() from a few places.Gravatar Lukacs Berki2015-07-29
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-07-29
* Elegantly handle unbounded file symlink resolutions, e.g. 'a' -> 'b' -> 'a/no...Gravatar Nathan Harmata2015-07-29
* Download from remote http repository only if zip file with correct hash doesn...Gravatar Janak Ramakrishnan2015-07-29
* Allow modules to specify additional nodes in the graph to be invalidated and ...Gravatar Janak Ramakrishnan2015-07-29
* --Gravatar Googler2015-07-29
* Hardcode bad values for plists temporarily while we fix other bugs.Gravatar Googler2015-07-29
* Add some useful logging of "blaze query" timing.Gravatar Eric Fellheimer2015-07-29
* Switches AndroidRobolectricTest to using .aars to provide transitive resource...Gravatar Andrew Pellegrini2015-07-29
* Remove the extra outputs from the Java compile action.Gravatar Ulf Adams2015-07-29
* Skylark documentation fixesGravatar Laurent Le Brun2015-07-29
* Reduce by 3x number of calls to LexerLocation lookups in package serialization.Gravatar Eric Fellheimer2015-07-29
* Use "python" instead of "python2" as the default Python2 binary.Gravatar Lukacs Berki2015-07-29
* Quiet bazel shell tests a little.Gravatar Janak Ramakrishnan2015-07-29
* Fix fallout from []: it broke "blaze mobile-install" when no --native_lib arg...Gravatar Lukacs Berki2015-07-29
* Introduced ctx.new_file_suffix(Artifact, String) as an alias for ctx.new_file...Gravatar Florian Weikert2015-07-29