aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Add a missing 'function' keywordGravatar Dmitry Shevchenko2016-12-15
* 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
* New operators for Skylark:Gravatar Andreas Bergmeier2016-12-15
* Delete dead codeGravatar Marcel Hlopko2016-12-15
* Bazel client, Windows: use file_windows under MSYSGravatar Laszlo Csomor2016-12-15
* Bazel client, Windows: implement GetUserNameGravatar Laszlo Csomor2016-12-15
* Windows, JNI: implement nativeGetLongPathGravatar Laszlo Csomor2016-12-15
* Bazel client: get rid of RunProgramGravatar Laszlo Csomor2016-12-15
* blaze_util_windows: use some widechar Win32 APIGravatar Laszlo Csomor2016-12-15
* Make sure that --proto_toolchain_for_cc works in the HOST configuration.Gravatar Carmi Grushko2016-12-15
* Rollback of commit 27cd7f6bb4a02f56f9ad73e57e71e69a1c00d5ea.Gravatar Adam Michael2016-12-15
* Creates a new BundleLoaderProvider that propagates necessary artifacts, paths...Gravatar Sergio Campama2016-12-15
* I don't know why we had these but let's get rid of them.Gravatar Adam Michael2016-12-15
* Fix an analysis phase performance regression with dynamic configurations.Gravatar Greg Estren2016-12-14
* fix declaration of Pipe variableGravatar Thiago Farina2016-12-14
* Bazel client: implement Cstring-Wstring conversionGravatar Laszlo Csomor2016-12-14
* Fixing typo.Gravatar Googler2016-12-14
* Windows, JNI: build the DLL with /O2 optimizationGravatar Laszlo Csomor2016-12-14
* Make Argument factory methods public.Gravatar Nathan Harmata2016-12-13
* Record correct exit code for uncaught exceptions in async threads.Gravatar Chloe Calvarin2016-12-13
* Fix doc typo.Gravatar Alex Humesky2016-12-13
* Enables the propagation of the XcodeVersionProperties provider for reading fr...Gravatar Sergio Campama2016-12-13
* Fix repositories to use 'BUILD.bazel' as the name for the symlinked/new build...Gravatar John Cater2016-12-13
* Rephrase query transformation in terms of composition of QueryExpressionMappers.Gravatar Nathan Harmata2016-12-13
* Work around interrupt bug in download_and_extractGravatar Justine Tunney2016-12-13
* Fix error message that gives incomplete informationGravatar Jon Brandvein2016-12-13
* Disable failing tests related to code coverage work.Gravatar John Cater2016-12-13
* Document aar_import in Bazel.Gravatar Adam Michael2016-12-13
* Make Bazel android_integration_test.sh pass with NDK12.Gravatar Adam Michael2016-12-13
* Add a flag for disabling local fallback for actions that failed remotely.Gravatar Ola Rozenfeld2016-12-13
* Debugging flag (will rarely be used by actual users) that disables remoteGravatar Ola Rozenfeld2016-12-13
* Printing the stack trace of remote failures on --verbose_failures.Gravatar Ola Rozenfeld2016-12-13
* Propagate all providers from CcLibraryHelper into cc_proto_library.Gravatar Carmi Grushko2016-12-13
* Add tuple() method to Skylark.Gravatar Googler2016-12-12
* Migrates TestEnvironmentProvider to using the new Skylark declared providers ...Gravatar Sergio Campama2016-12-12
* Fix bad bug with the parallel implementation of BinaryOperatorExpression. Tur...Gravatar Nathan Harmata2016-12-12
* Fixed PackageLookupFunction to check for all possible build file names when l...Gravatar John Cater2016-12-12
* Style edits for ActionsProvider and provider constructorsGravatar Jon Brandvein2016-12-12
* Strict proto deps: .proto files are allowed to import other .proto files in t...Gravatar Carmi Grushko2016-12-12
* Sandbox should not mount directory for nonempty tree artifacts.Gravatar Adam Michael2016-12-12
* Add a testing Skylark module that exposes an ExecutionInfoProvider constructor.Gravatar Sergio Campama2016-12-12
* Names of extra-action protos now take into account aspect names.Gravatar Carmi Grushko2016-12-12
* Description redacted.Gravatar Googler2016-12-12
* correct the executable path in script_path docsGravatar Jeff Hodges2016-12-09
* Simplify propagation of linker params by replacing global_whole_archive withGravatar Marcel Hlopko2016-12-09
* Better error messaging in xcrunwrapper and environment_plist when the xcode/S...Gravatar Chris Parsons2016-12-09
* Fix the documentation for the "size" attribute in tests.Gravatar Philipp Wollermann2016-12-09
* Remove some unused imports.Gravatar Ulf Adams2016-12-09