aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Rewrite workspace creation to use a builder class.Gravatar Ulf Adams2016-07-05
* Fixed java_stub_template.txt so that java binary can run independentlyGravatar Yun Peng2016-07-05
* Rollback of commit 588a6a04c748a02f583d552660434d74190bb3ba.Gravatar Florian Weikert2016-07-04
* Deprecate DATA_CFG and HOST_CFG, use string 'data' and 'host' instead.Gravatar Laurent Le Brun2016-07-04
* Use the subprocess factory that uses the Win32 API on Windows.Gravatar Lukacs Berki2016-07-04
* Fixed java_stub_template.txt so that we can run java binary with Windows styl...Gravatar Yun Peng2016-07-04
* Remove Fingerprint.toString() to avoid relying on MessageDigest.clone().Gravatar Googler2016-07-04
* Rollback of commit f667aa54f4fcc2c04182de9bc267a7ee469f6445.Gravatar Klaus Aehlig2016-07-04
* Make the environment sanity check in nativeCreateProcess() consistent with wh...Gravatar Lukacs Berki2016-07-04
* Add some debugging to bazel_worker_test.sh to hopefully catch a flaky test.Gravatar Philipp Wollermann2016-07-04
* Filter out already-removed deps when removing a node from the rdeps of its la...Gravatar Janak Ramakrishnan2016-07-04
* No longer allow QueryExpressionMapper#map to throw a QueryException. This was...Gravatar Nathan Harmata2016-07-04
* Skylark: Removed support for attribute map parameters in callback functions.Gravatar Florian Weikert2016-07-04
* Skylark: int() can now declare a base parameter.Gravatar Florian Weikert2016-07-04
* Add output log for android resource shrinking, following the format produced ...Gravatar Andrew Pellegrini2016-07-04
* --Gravatar Luis Fernando Pino Duque2016-07-04
* Add an implementation for SubprocessFactory based on the new JNI interface to...Gravatar Lukacs Berki2016-07-04
* Parse layout/menu/drawable, etc XML files for R.idGravatar Googler2016-07-04
* Implicit outputs to cc_library are also exported in unique output groups.Gravatar Cal Peyser2016-07-04
* LABEL attribute with split transitions should always be lists of TargetsGravatar Dmitry Lomov2016-07-04
* Implement an abstraction layer over java.lang.Process so that the Windows imp...Gravatar Lukacs Berki2016-07-04
* Add all the sources to //:srcs filegroup and add a check to detectGravatar Damien Martin-Guillerez2016-07-01
* experimental UI: enforce a minimal progress rate limiting if curses unavailableGravatar Klaus Aehlig2016-07-01
* RELNOTES: Use the correct build configuration for shared native deps during A...Gravatar Googler2016-07-01
* Whilelist blog.llvm.org and add ThinLTO reference to bazelGravatar Googler2016-07-01
* bazel: move the "--jobs too high" warning to documentation.Gravatar Googler2016-07-01
* C++ reimplementation of singlejar tool: first checkin.Gravatar Sasha Smundak2016-07-01
* Batch prefetch now also retrieves the deps from the node's previous run.Gravatar Eric Fellheimer2016-07-01
* ThinLTO changes for upstreamed compiler implementation and other fixes to bla...Gravatar Googler2016-07-01
* Ignore make variables undefined for requested platform.Gravatar Dmitry Lomov2016-07-01
* (1) Allow QueryExpressionMapper#map to throw a QueryException.Gravatar Nathan Harmata2016-07-01
* * Clean up of the old Iterable<String> method of writing xmlGravatar Googler2016-07-01
* Make java_classpath flag non-experimentalGravatar Liam Miller-Cushon2016-07-01
* Add native process management for Windows and its Java bindings (without a sa...Gravatar Lukacs Berki2016-07-01
* Fixes the case where an optional attribute needs to be an empty string. This ...Gravatar Googler2016-07-01
* Stop passing -client and -server to the JVM.Gravatar Googler2016-07-01
* Make building dll less a hack on WindowsGravatar Yun Peng2016-07-01
* Make repository name warning less noisyGravatar Kristina Chodorow2016-07-01
* Skylark documentation update: callback functions have to list the required at...Gravatar Florian Weikert2016-07-01
* Remove some android tool paths from test/shell/bazel/testenv.sh.bazelGravatar Googler2016-07-01
* The message "currently loading: " is often stuck on the first loaded package. Gravatar Googler2016-07-01
* Rename the property io.bazel.UnixFileSystem to io.bazel.EnableJni because tha...Gravatar Lukacs Berki2016-07-01
* Add a javac_supports_workers attribute to the java_toolchain rule.Gravatar Philipp Wollermann2016-07-01
* ExperimentalEventHandler: remove unnecessary inheritanceGravatar Klaus Aehlig2016-06-30
* Remove --experimental_java_deps and --experimental_incremental_ijars.Gravatar Ulf Adams2016-06-30
* Fix existing usages of persistent workers to include the new "supports-worker...Gravatar Philipp Wollermann2016-06-30
* Do redirection of stdout / stderr in Java instead of reimplementing it in eve...Gravatar Philipp Wollermann2016-06-30
* Add help text for the --invocation_policy option of canonicalize-flags.Gravatar Ulf Adams2016-06-30
* Change expansion for help --long/short to render more nicely.Gravatar Ulf Adams2016-06-30
* Support copy-only native code in modern native support for android_binary.Gravatar Michael Staib2016-06-30