aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Split Args#add into three methods.Gravatar tomlu2018-04-05
* Remove c++-link-interface-dynamic-library from crosstools, it's not usedGravatar hlopko2018-04-05
* Disallow empty environment groups.Gravatar gregce2018-04-04
* PiperOrigin-RevId: 191459280Gravatar Googler2018-04-03
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* Delete the ios_device rule from bazel.Gravatar kaipi2018-03-28
* New incompatible flag to disable PACKAGE_NAME and REPOSITORY_NAME.Gravatar laurentlb2018-03-27
* Add toolchain definitions for autoconfigured cc_toolchain entries.Gravatar jcater2018-03-27
* Remove global_whole_archive_open feature from osx crosstoolsGravatar hlopko2018-03-27
* Remove a unused parameter in PackageFactory#evaluateBuildFile().Gravatar lberki2018-03-23
* Victory lap: Remove all code that used to support the three-argument form of ...Gravatar lberki2018-03-23
* Remove RuleClass.Builder#depsCfg().Gravatar lberki2018-03-23
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-22
* Remove the --incompatible_disallow_uncalled_set_constructor flagGravatar vladmos2018-03-22
* Remove the flag --incompatible_show_all_print_messagesGravatar vladmos2018-03-22
* Store RuleClassType in RuleClass. Shouldn't use much more memory, and allows ...Gravatar janakr2018-03-21
* Remove no-op flag 'incompatible_load_argument_is_label'.Gravatar laurentlb2018-03-21
* Automated rollback of commit 3dab964407a2f1e12feb439d8507079bc06cb769.Gravatar hlopko2018-03-21
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-21
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* Remove unused files. Most of the functionality contained in these files has a...Gravatar kaipi2018-03-15
* Ensure that only ObjC tests initialize the MockObjcSupport.Gravatar jcater2018-03-15
* Bazel: add ar_files/as_files to cc_toolchain targetsGravatar Googler2018-03-14
* Remove unused files.Gravatar kaipi2018-03-14
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Deleted implementation of internal_bootstrap_hack from Blaze.Gravatar Googler2018-03-13
* Fix toolchain and execution platform registration to use patterns.Gravatar John Cater2018-03-12
* Unify action_configs for static librariesGravatar hlopko2018-03-12
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Add a binary to CppCompileAction that is responsible for grepping header file...Gravatar ajmichael2018-03-07
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Add a command line option to disallow vardef()s with three arguments.Gravatar lberki2018-03-06
* Create --incompatible_disable_objc_provider_resources to disable deprecated o...Gravatar cparsons2018-03-01
* Introduce a specific action_config for linking nodeps dynamic librariesGravatar hlopko2018-03-01
* Deprecate native git_repositoryGravatar Klaus Aehlig2018-03-01
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Keep order of dict attributes the same as it was in the BUILD file.Gravatar lberki2018-02-26
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Remove some default cc toolchain definitions.Gravatar John Cater2018-02-23
* Decprecate native http_archiveGravatar Klaus Aehlig2018-02-20
* Expose WorkspaceFactoryTestHelper for testing properties of the "external" pa...Gravatar janakr2018-02-16
* Remove old flags.Gravatar laurentlb2018-02-16
* Extract part of EnvironmentGroup that's necessary for constraint calculation,...Gravatar janakr2018-02-15
* Fix incorrect warning on negative test lang filter flags.Gravatar janakr2018-02-14
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Get rid of some uses of RuleConfiguredTarget.getAttributeMapper().Gravatar mjhalupka2018-02-12
* Make remaining Apple tests correctly reference tools repository identifierGravatar cparsons2018-02-08
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08