aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* 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
* 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
* RELNOTES[INC]: Remove built-in support for cc_public_libraryGravatar Han-Wen Nienhuys2015-07-27
* Include test information in target fieldsGravatar 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
* Enable simple compilation of Python artifacts for py_binary and py_library.Gravatar Googler2015-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
* Fix some C++ compiler warnings to comply with -Wall.Gravatar Ulf Adams2015-07-27
* Remove implicit .a and .so outputs from Bazel.Gravatar Ulf Adams2015-07-27
* Fixing python argument passingGravatar Damien Martin-Guillerez2015-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
* Skylark: load() allows the loading of symbols via an alias.Gravatar Florian Weikert2015-07-27
* 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