aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Bazel release process scriptsGravatar Damien Martin-Guillerez2015-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
* Create a binary packager for BazelGravatar Damien Martin-Guillerez2015-07-29
* Make the stub application support incremental deployment of native libraries.Gravatar Lukacs Berki2015-07-29
* Make the Android incremental installer script support incrementally installin...Gravatar Lukacs Berki2015-07-29
* Add googletest library to third_party (just the fused sources, 1.7.0).Gravatar Ulf Adams2015-07-28
* Description redacted.Gravatar Rumou Duan2015-07-28
* Record the project file used to the master log.Gravatar Googler2015-07-28
* Add getter for RepositoryName#nameGravatar Michajlo Matijkiw2015-07-28
* Fix conversion from nanoseconds so that it actually targets milliseconds. The...Gravatar Nathan Harmata2015-07-28
* Some additional timing logging for discarding analysis cache, multi group acc...Gravatar Eric Fellheimer2015-07-28
* When encountering an unrecoverable IO error during pre-execution-phase work u...Gravatar Nathan Harmata2015-07-28
* Add a blog post about docker_buildGravatar Damien Martin-Guillerez2015-07-28
* Correct typo in android_sdk_repository_template.txt which breaks a number of ...Gravatar John Field2015-07-28
* Record time spent loading action cache in INFO log.Gravatar Nathan Harmata2015-07-28
* Make some skyframe and lib/skyframe classes public.Gravatar Nathan Harmata2015-07-28
* Use correct indenting and add trailing commasGravatar Googler2015-07-28
* Remove unused constructor and inline create method.Gravatar Janak Ramakrishnan2015-07-27
* Disallow non-empty dotd files that do not end in a newline.Gravatar Janak Ramakrishnan2015-07-27
* Description redacted.Gravatar Laszlo Csomor2015-07-27
* Docker rules: fallback to reading the repositories file when top is absentGravatar Damien Martin-Guillerez2015-07-27
* RELNOTES[INC]: Remove built-in support for cc_public_libraryGravatar Han-Wen Nienhuys2015-07-27
* Update README.md for examples/android to clarify meaning of attribute values.Gravatar John Field2015-07-27
* Include test information in target fieldsGravatar Kristina Chodorow2015-07-27
* s/the the/the/Gravatar Googler2015-07-27
* Make intellij setup not recompile bazel quite as muchGravatar Kristina Chodorow2015-07-27
* Add a command line option to enable incremental installation for Android nati...Gravatar Lukacs Berki2015-07-27
* Don't choke on Exceptions that have a null error message.Gravatar Han-Wen Nienhuys2015-07-27
* Remove a misleading comment in CppCompileAction (the class is not actually ov...Gravatar Philipp Wollermann2015-07-27
* Refactor C++ link action creation.Gravatar Ulf Adams2015-07-27
* Do not build Xcode tooling on LinuxGravatar Damien Martin-Guillerez2015-07-27
* RELNOTES[INC]: Stop supporting the 'suites' attribute of test_suite. UseGravatar Han-Wen Nienhuys2015-07-27
* Remove unneeded srcs from bazel-core (they are in separate targets now).Gravatar Philipp Wollermann2015-07-27
* Release note scripts: fix fmt usage under LinuxGravatar Damien Martin-Guillerez2015-07-27
* Move BUILD file for Rust to tools/build_rules/rust.Gravatar David Chen2015-07-27
* Add --noshow_progress when performing queries in the CI script.Gravatar Erik Kuefler2015-07-27
* Enable simple compilation of Python artifacts for py_binary and py_library.Gravatar Googler2015-07-27
* Add tools dependencies for Rust rules.Gravatar David Chen2015-07-27
* Add docker_build for building Docker image using BazelGravatar Damien Martin-Guillerez2015-07-27
* Make default values of attributes point to the main repository.Gravatar Lukacs Berki2015-07-27
* Fix sha1 for guava exampleGravatar Carl Mastrangelo2015-07-27
* When builds fail because select statements don't match, include in the errorGravatar Greg Estren2015-07-27
* Update doc for the allowed C++ source file extensions.Gravatar Thiago Farina2015-07-27
* SkylarkAttr: Introduce constants for attribute namesGravatar Laurent Le Brun2015-07-27
* Reformat SkylarkAttr file.Gravatar Laurent Le Brun2015-07-27
* Add attr.int_list to Skylark rulesGravatar Laurent Le Brun2015-07-27