aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* RELNOTES: Fix linking order for Bazel-generated XCode projects.Gravatar Googler2015-05-11
* Allow .ld extension for linker scripts.Gravatar Onath Claridge2015-05-11
* Build language: Add str.format function.Gravatar Laurent Le Brun2015-05-08
* Build language: Support 'not in' operator.Gravatar Laurent Le Brun2015-05-08
* Fix info-keys help output.Gravatar Thiago Farina2015-05-08
* Skylark: type of None is NoneType (instead of None), for consistency with Pyt...Gravatar Laurent Le Brun2015-05-08
* Make cc_* rules be able to depend on linker script in their deps attribute.Gravatar Lukacs Berki2015-05-08
* Description redacted.Gravatar Keefer Taylor2015-05-08
* Return all mappings in one Map from Runfiles#getRunfilesInputs(...)Gravatar Michajlo Matijkiw2015-05-08
* Add plugin support to experimental_ios_testGravatar Daniel Wagner-Hall2015-05-08
* Skylark: int() function accepts bools and ints too.Gravatar Laurent Le Brun2015-05-07
* Expose PythonSourcesProvider to Skylark.Gravatar Laurent Le Brun2015-05-07
* Allow Bazel to have C/C++ include files with any extension.Gravatar Lukacs Berki2015-05-07
* Add a mechanism for configuration fragments to add arbitrary rules to the def...Gravatar Lukacs Berki2015-05-07
* Update command that builds storyboards to pass correct optionsGravatar David Santiago2015-05-07
* Fix link params collection for java_import.Gravatar Ulf Adams2015-05-07
* Description redacted.Gravatar Googler2015-05-07
* Clean up some overly permissive permissions in FileStateValue.Gravatar Janak Ramakrishnan2015-05-07
* Fix filegroup paths to work with external repositoriesGravatar Liam Miller-Cushon2015-05-07
* Normalize path fragment before saving it in package identifier.Gravatar Janak Ramakrishnan2015-05-07
* Expose information from JavaRuntimeClasspathProvider to SkylarkGravatar Laurent Le Brun2015-05-07
* Combine pathTo{Digest,Bytes} in SingleBuildFileCacheGravatar Michajlo Matijkiw2015-05-07
* Track BUILD file changes on new_ repositoriesGravatar Kristina Chodorow2015-05-07
* Description redacted.Gravatar Ulf Adams2015-05-07
* Defer injection of top-level context until we are just about to do the execut...Gravatar Eric Fellheimer2015-05-06
* Simplify link params collection a little bit.Gravatar Ulf Adams2015-05-05
* Unconditionally disallow path fragments with up-level referencesGravatar Janak2015-05-05
* Minor update to source manifest action.Gravatar Eric Fellheimer2015-05-05
* Adding additional logging that would have been useful when debugging issue #152.Gravatar Janak2015-05-05
* Make exception in Fingerprint.java thrown in case of "impossible" missing MD5...Gravatar Janak Ramakrishnan2015-05-04
* Move the "families" attribute to BundlingRule.Gravatar David Santiago2015-05-04
* Add ios_test.sh.bazel_templateGravatar Daniel Wagner-Hall2015-05-04
* Open source a few more analysis tests.Gravatar Ulf Adams2015-05-04
* Pull out class for substitutionsGravatar Daniel Wagner-Hall2015-05-01
* Description redacted.Gravatar Googler2015-05-01
* Stop updating shadowed action's inputs in case of an action cache hit for the...Gravatar Janak Ramakrishnan2015-05-01
* Don't allow launching from a directory with a space in the nameGravatar Kristina Chodorow2015-04-30
* Implements an attribute 'features' that allows overriding package levelGravatar Manuel Klimek2015-04-30
* Remove unneeded final qualifiers from parameters.Gravatar Philipp Wollermann2015-04-30
* Change getBatch signature from Set to Iterable since Iterable is all that's n...Gravatar Janak Ramakrishnan2015-04-30
* Execute the plist merge action if there is a bundle id to stamp onto the plis...Gravatar Googler2015-04-30
* ios_test: Export device-specific information on a providerGravatar Daniel Wagner-Hall2015-04-29
* Indicate that experimental_ios_test targets can only run on OSXGravatar Daniel Wagner-Hall2015-04-29
* Minor refactoring of filesystem tests.Gravatar Eric Fellheimer2015-04-29
* Give OutputService#startBuild() access to the build ID.Gravatar Eric Fellheimer2015-04-29
* Add fetch commandGravatar Kristina Chodorow2015-04-28
* Very basic XcTest support in BazelGravatar Daniel Wagner-Hall2015-04-28
* Ensure extension's bundle minimum OS version is at least 8.0.Gravatar Peter Schmitt2015-04-28
* Fix multiple issues with extra actions and input-discovering actions:Gravatar Janak Ramakrishnan2015-04-28
* Remove IncludeParser from Bazel tree.Gravatar Janak Ramakrishnan2015-04-28