aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Record the category of the artifact to be linked in LinkerInput.Gravatar Lukacs Berki2016-08-12
* Refactor C++ rules so that CcLinkingOutputs.libraryIdentifierOf() gets called...Gravatar Lukacs Berki2016-08-09
* Start removing the parsePython booleanGravatar Laurent Le Brun2016-08-03
* If the toolchain defines an action_config for each type of CppLinkAction,Gravatar Cal Peyser2016-07-29
* Rollback of commit 3e8bcae69a0718cf6972be086706b1841e0ed6b7.Gravatar Damien Martin-Guillerez2016-07-29
* Move Bazel docs into versioned directory.Gravatar David Chen2016-07-27
* Linker outputs can optionally be configured from the CROSSTOOL. Introduces i...Gravatar Cal Peyser2016-07-27
* Bring PackageSpecification docs up-to-date, clean up its interfaceGravatar Mark Schaller2016-07-22
* Remove unused AttributeContainer#getAttrGravatar Michajlo Matijkiw2016-07-20
* Remove not-quite necessary serialization bitsGravatar Michajlo Matijkiw2016-07-15
* Add host/target feature support for ThinLTOGravatar Googler2016-07-14
* Move more things from TestConstants to AnalysisMock and LoadingMock.Gravatar Ulf Adams2016-07-14
* Glob arguments 'exclude' and 'exclude_directories' must be namedGravatar Laurent Le Brun2016-07-13
* Add a ServerBuilder, and use that in the module API.Gravatar Ulf Adams2016-07-07
* Fixed BazelDocumentationTests on Windows by using runfiles libraryGravatar Yun Peng2016-07-06
* Move MOCK_CROSSTOOL to build/lib/analysis/mock.Gravatar Ulf Adams2016-07-06
* 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
* Get rid of a bunch of IOExceptions that were being unnecessarily thrown. We d...Gravatar Janak Ramakrishnan2016-06-23
* Updates BuildViewTestCase.invalidatePackages() to also invalidateGravatar Greg Estren2016-06-21
* Fixed more Bazel tests on Windows by using the right line separatorGravatar Yun Peng2016-06-21
* Make more Bazel java tests pass on WindowsGravatar Yun Peng2016-06-17
* Optimize memory use of AttributeContainer:Gravatar Googler2016-06-15
* Introduce TestConstants#PACKAGE_FACTORY_FACTORY_FOR_TESTING for the sake of m...Gravatar Nathan Harmata2016-06-10
* Remove the dead UnixGlob#Builder#addExcludes and move some existing tests aro...Gravatar Nathan Harmata2016-06-07
* Make a 'did you mean' suggestion when referencing a non-existent label.Gravatar Laurent Le Brun2016-06-06
* Allow BlazeModules to expose a helper that PackageFactory will use for creati...Gravatar Nathan Harmata2016-05-27
* Remove Package.LegacyBuilder (unneeded as of commit 3a95f353704dc2f7061e2c078...Gravatar Nathan Harmata2016-05-25
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Store the hash code of the Environment in the RuleClass object. When a RuleCl...Gravatar Janak Ramakrishnan2016-05-23
* Remove testing-only constructor for RuleClass from non-testing code.Gravatar Janak Ramakrishnan2016-05-19
* Turn the addition of -fPIC to the command line of PIC actions into a feature.Gravatar Lukacs Berki2016-05-19
* Rollback of commit 45d48bf1fe7503acbbb0c095822b7f8f558881e8.Gravatar Lukacs Berki2016-05-17
* Turn the addition of -fPIC to the command line of PIC actions into a feature.Gravatar Lukacs Berki2016-05-17
* Refactoring: Introduced AttributeValueSource to handle attribute name validat...Gravatar Florian Weikert2016-05-12
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-12
* Add support for custom "no match" errors in select()s.Gravatar Greg Estren2016-05-11
* Rollback of commit 178a3dfda8bf72abf22758597a90a4afb8eed181.Gravatar Damien Martin-Guillerez2016-05-06
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-04
* Set Bazel's workspace nameGravatar Kristina Chodorow2016-04-27
* Delete the interface NativeAspectFactory and make native aspects extend from ...Gravatar Luis Fernando Pino Duque2016-04-27
* Make aspects work through bind(). Gravatar Lukacs Berki2016-04-22
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Make constraints and select() work well with each other.Gravatar Greg Estren2016-04-22
* Introduce SplitTransitionProvider, to determine the split transition on an at...Gravatar Chris Parsons2016-04-20
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Roll-foward of commit 351475627b9e94e5afdf472cbf465f49c433a25e which was roll...Gravatar Nathan Harmata2016-04-14
* Make preprocessor modules mostly stateless; pass in the directories instead.Gravatar Ulf Adams2016-04-12
* Rollback of commit 351475627b9e94e5afdf472cbf465f49c433a25e.Gravatar Florian Weikert2016-04-12
* Make non-empty attribute checks happen during analysis of the target in quest...Gravatar Nathan Harmata2016-04-07