aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Skylark: Remove flags in attributesGravatar Laurent Le Brun2015-07-27
* Refactoring: Replaced redundant strings.Gravatar Florian Weikert2015-07-27
* Bazel release notes creationGravatar Damien Martin-Guillerez2015-07-27
* Fix some C++ compiler warnings to comply with -Wall.Gravatar Ulf Adams2015-07-27
* Use blaze_util_mingw.cc for bootstrapping on Windows.Gravatar Dmitry Lomov2015-07-27
* Remove implicit .a and .so outputs from Bazel.Gravatar Ulf Adams2015-07-27
* Fixing python argument passingGravatar Damien Martin-Guillerez2015-07-27
* Build tree blog postGravatar Kristina Chodorow2015-07-27
* For objc_proto_library, use root relative path of input protos to determine o...Gravatar Chris Parsons2015-07-27
* Add integration tests for the Objective-C example in Bazel.Gravatar Michael Thvedt2015-07-27
* Minor documentation fixes. Make sidebar navigation look more consistent.Gravatar David Chen2015-07-27
* Skylark: load() allows the loading of symbols via an alias.Gravatar Florian Weikert2015-07-27
* Updated Skylark documentation in order to mention load()'s new alias featureGravatar Florian Weikert2015-07-27
* Wrap zip step into run_silent in compile.shGravatar Damien Martin-Guillerez2015-07-23
* Fix OS detection for Windows.Gravatar Googler2015-07-23
* Change the default for CcLibraryHelper.emitLinkActionsIfEmpty to false.Gravatar Ulf Adams2015-07-23
* Use SafeImplicitOutputFunctions for all except the skylark ones.Gravatar Ulf Adams2015-07-23
* Add #include <sys/socket.h> to blaze_util_mingw.ccGravatar Googler2015-07-23
* Use custom util instead of std::to_string.Gravatar Googler2015-07-23
* Renamed Ident to Identifier, added some helper methods and refactored two met...Gravatar Florian Weikert2015-07-23
* Add a BUILD file to src/main/cpp/util.Gravatar Ulf Adams2015-07-23
* Remove another method from FoundationTestCase; use a static import instead.Gravatar Ulf Adams2015-07-23
* Merge JunitTestUtils into MoreAsserts; update all callers.Gravatar Ulf Adams2015-07-23
* Rename appearstoHaveNoObjectFiles to appearsToHaveObjectFiles.Gravatar Greg Estren2015-07-23
* Fixed Android example README.md to make the lists work.Gravatar Alex Humesky2015-07-23
* Updates AndroidResourceProcessingAction and AarGeneratorAction to use temp di...Gravatar Alex Humesky2015-07-23