aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Fixes incorrectly-ordered arguments to calls to assertEqualsGravatar Googler2017-05-19
* Add toolchains data to RuleClass and RuleContext.Gravatar John Cater2017-05-19
* PiperOrigin-RevId: 156331430Gravatar nharmata2017-05-19
* Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752.Gravatar plf2017-05-05
* Introduce package_name() function to replace the magic PACKAGE_NAME constant.Gravatar laurentlb2017-05-04
* Introduce BazelPackageLoader.Gravatar nharmata2017-05-04
* Restoration of file incorrectly trunkated by the export processGravatar Damien Martin-Guillerez2017-05-03
* Automated g4 rollback of commit d5217515002d468a3095243975e21e89eccc46b7.Gravatar ajmichael2017-05-02
* Add best practices docGravatar kchodorow2017-05-02
* Support cpufeatures from Android NDK.Gravatar ajmichael2017-05-02
* Roll forward of https://github.com/bazelbuild/bazel/commit/5f31944b8942818aaf...Gravatar Googler2017-05-02
* Move platform providers to a new package to break cyclic dependencies.Gravatar John Cater2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28
* Init absent action configs for CppCompile actionsGravatar hlopko2017-04-27
* Support using minimized bitcode for ThinLTO LTO indexing stepGravatar Googler2017-04-19
* Remove special cases for "name" in implicit outputs codeGravatar Benjamin Peterson2017-04-13
* Delete Preprocessor.Factory.SupplierGravatar laurentlb2017-04-12
* fix: Allow parentheses in glob patternsGravatar Harmandeep Kaur2017-04-11
* Delete SubincludePreprocessorGravatar laurentlb2017-04-07
* Disable SubincludePreprocessorGravatar laurentlb2017-04-07
* Remove error handling from PreprocessorGravatar laurentlb2017-04-07
* Delete more Python-preprocessing tests and documentationGravatar laurentlb2017-04-06
* Rephrase AbstractAttributeMapper#visitLabels such that we can avoid creating ...Gravatar nharmata2017-04-05
* Generalize ConfigSetting's special options handling.Gravatar mstaib2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Add isConfigMatcher property to rule classes.Gravatar mstaib2017-04-03
* Rename ToolchainLookup rule to ToolchainType, to better explain the usage ofGravatar John Cater2017-03-28
* Enable rules to transition based on their Rule objects.Gravatar Michael Staib2017-03-21
* Support declared providers in AdvertisedProviderSet.Gravatar Dmitry Lomov2017-03-06
* Allow ' ', '(', ')' and '$' in labels Gravatar Damien Martin-Guillerez2017-03-06
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Add the LABEL_KEYED_STRING_DICT type for attributes.Gravatar Michael Staib2017-02-24
* Add detailed rule class/label info when report attribute checking error Gravatar Liangliang He2017-02-22
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* Early support for code generation directly from C++ module files. This canGravatar Googler2017-02-15
* Introduce a new SkyValue that merely contains the workspace name. The workspa...Gravatar Nathan Harmata2017-02-09
* Introduce a Skyframe function: ActionEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-08
* Remove dead code in SkyframeLabelVisitorGravatar Ulf Adams2017-02-07
* Add a flag that alters the behavior of the parse_headers feature. With theGravatar Googler2017-01-27
* Rename thinlto_param_file to thinlto_indexing_param_file for indexing actionsGravatar Marcel Hlopko2017-01-26
* Add MockCcSupport for FissionGravatar Googler2017-01-25
* Pass AutoFDO profiles to LTO backend.Gravatar Googler2017-01-18
* Expose thinlto_params_file and linker_param_file as build variablesGravatar Marcel Hlopko2017-01-17
* Allows a rule class to specify a configuration transtion that will apply to allGravatar Cal Peyser2017-01-12
* Rollback of commit 1da8ac3a8bb0780251976e0dbcfebd3a7ba6a066.Gravatar Pedro Liberal Fernandez2017-01-12
* Expose thinlto_params_file and linker_param_file as build variablesGravatar Marcel Hlopko2017-01-10
* Encapsulate the required provider logic in RequiredProviders class.Gravatar Dmitry Lomov2017-01-10