aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fixes bugs so that we can build bazel with bazel on WindowsGravatar Yun Peng2016-04-14
* Allow empty 'jars' attribute in java_import.Gravatar Nathan Harmata2016-04-14
* experimental UI: only redraw progress bar after event in curses modeGravatar Klaus Aehlig2016-04-14
* Correctly set up build variables for the correct pic mode for fake_binaryGravatar Manuel Klimek2016-04-14
* experimental UI: show passed and failed testsGravatar Klaus Aehlig2016-04-14
* experimental UI: Keep track of completed testsGravatar Klaus Aehlig2016-04-14
* Introduces experimental_objc_library. This rule builds objc code with the c+...Gravatar Cal Peyser2016-04-13
* Fix build output formatting of licensesGravatar Liam Miller-Cushon2016-04-13
* Set --crosstool_top=@bazel_tools//tools/cpp:toolchain by default.Gravatar Luis Fernando Pino Duque2016-04-13
* experimental UI: ignore refresh limit on final progress-bar changeGravatar Klaus Aehlig2016-04-13
* More detailed error message for sandbox failures in test, when --sandbox_debu...Gravatar Yue Gan2016-04-13
* Refactor build for JDK 7Gravatar Damien Martin-Guillerez2016-04-13
* Add a disabled test case that tickles a bug with the interaction of aspects a...Gravatar Lukacs Berki2016-04-13
* Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.Gravatar Ulf Adams2016-04-13
* Make the genproto rules of Bazel usable from other repositories.Gravatar Lukacs Berki2016-04-13
* Make preprocessor modules mostly stateless; pass in the directories instead.Gravatar Ulf Adams2016-04-12
* Add stub gRPC C++ client and Java server.Gravatar Lukacs Berki2016-04-12
* Rollback of commit 351475627b9e94e5afdf472cbf465f49c433a25e.Gravatar Florian Weikert2016-04-12
* Fix build on FreeBSD (again).Gravatar Piotr Sikora2016-04-12
* testenv.sh.bazel: remove overridden function implementation.Gravatar Laszlo Csomor2016-04-12
* Remove some dead code.Gravatar Ulf Adams2016-04-12
* Experimental UI test: deflake test_times_fresh().Gravatar Laszlo Csomor2016-04-12
* Fix missing format specifier.Gravatar Googler2016-04-12
* Prune anonymous classes in ijarGravatar Liam Miller-Cushon2016-04-12
* Document the difference between actions and genrules since the question has c...Gravatar Dave MacLachlan2016-04-12
* Increase ResourceShrinker MethodVisitor level to ASM5 from ASM4 so that it ca...Gravatar Andrew Pellegrini2016-04-12
* RELNOTES[INC]: It is now an error for a cc rule's includes attribute to point...Gravatar Janak Ramakrishnan2016-04-12
* --Gravatar Googler2016-04-12
* Stop passing --strict_java_deps to header compilation actionsGravatar Liam Miller-Cushon2016-04-12
* exprimental_ui_test: set --show_progress_rate_limitGravatar Klaus Aehlig2016-04-12
* Remove unnecessary warning when applying empty invocation policy.Gravatar Luis Fernando Pino Duque2016-04-12
* Batch package and subdirectory requests -- might as well avoid serializing re...Gravatar Janak Ramakrishnan2016-04-12
* Make NoSuchTargetException a concrete class. Removed BadWorkspaceFileExceptio...Gravatar Googler2016-04-12
* Refactor wrapper script msvc_tools.py to make path configure easilerGravatar Yun Peng2016-04-12
* Don't make racy changes to the global Environment.FrameGravatar Brian Silverman2016-04-12
* Keep output of experimental UI short if curses cannot be usedGravatar Klaus Aehlig2016-04-12
* experimental_ui_test: avoid flakyness by disallow test cachingGravatar Klaus Aehlig2016-04-12
* Disable warnings in protobuf.Gravatar Lukacs T. Berki2016-04-12
* Fix Bazel continuous build.Gravatar Lukacs Berki2016-04-11
* Add prefix to file path in ijar to allow file path longer than 260 on WindowsGravatar Yun Peng2016-04-11
* ExperimentalStateTracker: add a short version of the progress barGravatar Klaus Aehlig2016-04-11
* Support gRPC in the Bazel-internal protobuf rules.Gravatar Lukacs Berki2016-04-11
* Remove te protocol compiler rules from @bazel_tools.Gravatar Lukacs Berki2016-04-11
* Rate limit updates in the experimental UI and keep it freshGravatar Klaus Aehlig2016-04-11
* experimental UI: only wrap lines if curses are usedGravatar Klaus Aehlig2016-04-11
* Do not emit compiler warning on zlib.Gravatar Lukacs Berki2016-04-11
* experimental UI: honor --cursesGravatar Klaus Aehlig2016-04-11
* experimental UI: squeeze dots in last sample actionGravatar Klaus Aehlig2016-04-11
* Don't print extra newlinesGravatar Liam Miller-Cushon2016-04-11
* Properly use PrintStream in QueryCommand. PrintStream swallows all IOExceptio...Gravatar Nathan Harmata2016-04-11