aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google
Commit message (Expand)AuthorAge
* Improved error messages for builtin Skylark functions that are invoked with i...Gravatar Florian Weikert2015-08-12
* Remove -fprofile-dir flag from clang flags.Gravatar Googler2015-08-12
* Make more Skylark functions available to BUILD files (dict, list, zip).Gravatar Laurent Le Brun2015-08-12
* Patch the PATH for linker on Windows, in the same way as for compiler.Gravatar Dmitry Lomov2015-08-12
* When using a SpawnAction with command, the action automatically adds the runf...Gravatar Florian Weikert2015-08-12
* Replace ref equality with .equals for SkyFunctionNamesGravatar Mark Schaller2015-08-11
* Updates documentation for bind, new_http_archive, and new_git_repository for ...Gravatar Alex Humesky2015-08-11
* Tolerate BuildFileNotFoundExceptions during the execution phase.Gravatar Janak Ramakrishnan2015-08-11
* Use Multiset#remove(object, int) to avoid having to query the count after rem...Gravatar Nathan Harmata2015-08-11
* Fix test flakinessGravatar Kristina Chodorow2015-08-11
* Don't return SkyValue when dirtying nodeGravatar Mark Schaller2015-08-11
* Convert invalidated tracking from per-value to per-keyGravatar Mark Schaller2015-08-11
* Add comments about subtle benign race in PathFragment#hashCode.Gravatar Nathan Harmata2015-08-11
* Add clarification about hash codes of 0.Gravatar Nathan Harmata2015-08-11
* Fix race condition in SkyKey#hashCode by using the hashCode caching strategy ...Gravatar Nathan Harmata2015-08-11
* Convert the coverage flags to use the feature configuration.Gravatar Manuel Klimek2015-08-11
* Allow the workspace to be /Gravatar Kristina Chodorow2015-08-11
* Allow heterogeneous lists in Skylark.Gravatar Laurent Le Brun2015-08-11
* Add a feature to control whether we provide transitive header modules to aGravatar Manuel Klimek2015-08-11
* Experimental support LLVM ThinLTO.Gravatar Han-Wen Nienhuys2015-08-11
* Allow return without expression, AST-equivalent to return None.Gravatar Googler2015-08-11
* Don't assume that relative inclusion is under same package root as the origin...Gravatar Janak Ramakrishnan2015-08-10
* Skylark rules can now declare their required configuration fragmentsGravatar Florian Weikert2015-08-10
* Avoid duplicate Path --> PathFragment expansion in Package deserialization.Gravatar Eric Fellheimer2015-08-10
* Generate a _test_script executable in BazelIosTest, and use that forGravatar Han-Wen Nienhuys2015-08-10
* Move skylark import dependency registration to after the preprocessor.Gravatar Han-Wen Nienhuys2015-08-10
* Annotate every single rule with required configuration fragments.Gravatar Ulf Adams2015-08-10
* Add missing compile-time dep.Gravatar David Chen2015-08-07
* 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
* Add custom repositories to the WORKSPACE fileGravatar Kristina Chodorow2015-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
* Change return type of InMemoryNodeEntry#getReverseDeps to Collection<SkyKey>.Gravatar Janak Ramakrishnan2015-08-05
* 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