aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Update the Bazel docs for java_binary and java_test to give more information ...Gravatar Googler2016-12-21
* Remove dead code referencing deleted "suites" attribute.Gravatar Greg Estren2016-12-21
* Introduce a distinguisher for cpu value as set in --experimental_multi_cpu.Gravatar Cal Peyser2016-12-21
* Cast to ConfiguredTarget instead of AbstractConfiguredTarget for obtaining th...Gravatar Chris Parsons2016-12-21
* Set last modified time when files are extractedGravatar Kristina Chodorow2016-12-21
* Rollback of commit e0a330577d9fe98169645cb68d9fc22cc787eeb6.Gravatar Janak Ramakrishnan2016-12-21
* Power supportGravatar Nishidha Panpaliya2016-12-21
* Revert "Revert "Fix repositories to use 'BUILD.bazel' as the name for the sym...Gravatar John Cater2016-12-21
* Disable sandboxing for XibCompile actions.Gravatar Philipp Wollermann2016-12-21
* Add customized path mounting in Bazel sandbox.Gravatar Xin Gao2016-12-20
* WindowsFileSystem: use JNI impl. of isJunctionGravatar Laszlo Csomor2016-12-20
* Gives detailed error message when fail to re-create directories during testin...Gravatar Yue Gan2016-12-20
* Bazel client, Windows: implement AsWindowsPathGravatar Laszlo Csomor2016-12-20
* Avoids NullPointerException when running `bazel coverage //:xxx`, since PathF...Gravatar Yue Gan2016-12-20
* Update call sites to FileWriteAction to use the --experimental_transparent_co...Gravatar Jon Brandvein2016-12-20
* Cleanup FileWriteAction and add a flag that will guard transparent compressionGravatar Jon Brandvein2016-12-20
* Make android_sdk_repository build_tools_version attribute optional.Gravatar Adam Michael2016-12-20
* Rollback of commit b9f914fa56a00530d38b597dc853aad50d1decfb.Gravatar Kristina Chodorow2016-12-19
* Bazel client: fix build on WindowsGravatar Laszlo Csomor2016-12-19
* Make Bazel build dotGravatar Kristina Chodorow2016-12-19
* Bazel client: generalize path handlingGravatar Laszlo Csomor2016-12-19
* Bazel client: SplitPath works with Windows pathsGravatar Laszlo Csomor2016-12-19
* Fix bug introduced when pulling out test sources into their own library forGravatar Googler2016-12-19
* Add a new AST node for augmented assignments in SkylarkGravatar Vladimir Moskva2016-12-19
* Windows JNI: remove dead code, extract constantGravatar Laszlo Csomor2016-12-19
* Fixes invocation policy to correctly apply allow/disallow policies to flagsGravatar Alex Humesky2016-12-16
* Add some logging when query evaluation halts abruptly.Gravatar Nathan Harmata2016-12-16
* Fix build documentation for C++ includesGravatar Googler2016-12-16
* sandbox: Make ~/Library/{Cache,Logs} writable on macOS.Gravatar Philipp Wollermann2016-12-16
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Rollback of commit 52b34308428cfd117470c966d8df329f686fb9ed.Gravatar Marcel Hlopko2016-12-16
* Creating separate instances of CAS and execution handlers for every action. T...Gravatar Ola Rozenfeld2016-12-16
* Fix formatting of README.mdGravatar Tom Payne2016-12-16
* Pass through a "cpu:" tag to the execution info of genrules and tests.Gravatar Philipp Wollermann2016-12-16
* Revert "Fix repositories to use 'BUILD.bazel' as the name for the symlinked/n...Gravatar John Cater2016-12-16
* Continued TestStrategy refactoring.Gravatar Ulf Adams2016-12-16
* Make StandaloneTestStrategy more closely resemble the internal one.Gravatar Ulf Adams2016-12-16
* Fix wrong LibraryToLinkValue lib_group_presence computationGravatar Marcel Hlopko2016-12-16
* Add option to dynamically link in the compilation output of cc_test andGravatar Googler2016-12-16
* Bazel client, Windows: implement pipe handlingGravatar Laszlo Csomor2016-12-16
* Rollback of commit 2d87bf1937c81ef84358fd5f6a372875f6c6fabf.Gravatar Marcel Hlopko2016-12-16
* Up the MD5-reading buffer size to 8192. This keeps us within a 16K stack size...Gravatar Googler2016-12-16
* Some improvements to ParallelQueryUtils.Gravatar Nathan Harmata2016-12-16
* Improve the error message for when bazel can't determine the java package for...Gravatar Alex Humesky2016-12-16
* RELNOTES[NEW]: Allow Android aidl tool to add a jar to the program's classpat...Gravatar Googler2016-12-16
* Expose apple_generate_dsym value to Skylark and use in swift_libraryGravatar Dmitry Shevchenko2016-12-16
* Support versioned shared library targets for cc_binary linkshared=1Gravatar Googler2016-12-16
* Move TestStrategy to lib.exec package.Gravatar Ulf Adams2016-12-15
* Streamline Fingerprint implementationGravatar Michajlo Matijkiw2016-12-15
* Fix PathFragment to not use Java8-only static hashCode methods.Gravatar John Cater2016-12-15