aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Add hook to process SkyframeExecutor in tests. Also add sentinel exception to...Gravatar janakr2017-07-25
* Reduce to one SequencedSkyframeExecutor#create method. The others were minor ...Gravatar janakr2017-07-20
* If globbing throws an IOException, fail to construct the package instead of c...Gravatar janakr2017-07-14
* Add register_toolchains function to the WORKSPACE for registering toolchains ...Gravatar John Cater2017-07-11
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Improve error message when calling a builtin function with wrong typeGravatar laurentlb2017-07-07
* Open source unit tests for the objc rules.Gravatar cpeyser2017-07-06
* Remove the ToolchainConstructor class and change uses to be either aGravatar John Cater2017-07-06
* Assume crosstools that don't have 'no_legacy_features' feature need patchingGravatar hlopko2017-07-06
* Remove implicit iteration from CrosstoolGravatar hlopko2017-07-05
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Refactor PrinterGravatar vladmos2017-07-03
* Forbid duplicate keys in dictionary literalsGravatar laurentlb2017-06-26
* Allow "[", "]", "{", and "}" in globs in BUILD files. (#3048)Gravatar Jonathan Bluett-Duncan2017-06-22
* Change TestTimeout's rangeMax values so that isInRangeFuzzy will flag tests t...Gravatar Googler2017-06-19
* Propagate postable events further upGravatar Klaus Aehlig2017-06-14
* Init absent action configs for CppCompile actionsGravatar hlopko2017-06-12
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* Factor out Bazel-specific ctor constants in SequencedSkyframeExecutor into a ...Gravatar nharmata2017-06-06
* Add //external:has_androidsdk config_setting.Gravatar ajmichael2017-06-01
* Restructure site/ directory into docs/ which only contains Bazel documentation.Gravatar dzc2017-06-01
* Migrate all tests to Truth (except the ones in the examples).Gravatar lberki2017-05-31
* 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