Sign in
bazel
/
bazel
/
7a491b7e62a033aa5f0f8efdfd77dac5ec5fa1b3
/
src
7a491b7
Port bazelrc flags into their own module.
by ccalvarin
· 8 years ago
cd76c1f
Enable proguarded Android builds with --experimental_desugar_java8_libs in Bazel
by kmb
· 8 years ago
35a78c0
remote: recursively delete incomplete downloaded output directory.
by Jakob Buchgraber
· 8 years ago
bf43c3a
Properly quote $(location ) expansion for the shell
by Klaus Aehlig
· 8 years ago
1045300
In TestsInSuiteValue, replace Target member with Label. This makes
by cpeyser
· 8 years ago
54f619cc
Support .afdo profiles in fdo_profile
by rosica
· 8 years ago
e2a7b9a
Expose local_proguard_specs to Skylark.
by Googler
· 8 years ago
d0561c7
Make inclusion of the zipper executable in CcToolchain depend solely on whether FDO optimization is used (--fdo_optimize or --fdo_profile)
by rosica
· 8 years ago
b6eae77
Filtering the legacy important_outputs field in the BEP by source, middleman
by ulfjack
· 8 years ago
ba03094
test failure: print stacktrace on I/O error
by Laszlo Csomor
· 8 years ago
280175d
Expose cc_common.create_compile_build_variables
by hlopko
· 8 years ago
e440d59
C++: Renames CcExecutionDynamicLibrariesInfo to CcExecutionDynamicLibraries
by plf
· 8 years ago
3aa9107
Migrate some serialization tests to use SerializationTester rather than AbstractObjectCodecTest. I saw these tests causing errors in one version of the sequel unknown commit when testing detection of junk data, but not with this clean-up.
by janakr
· 8 years ago
90e116c
Add --ignore_all_rc_files startup options.
by ccalvarin
· 8 years ago
0015d18
Optimizes performance of ActionFS staging and eliminates ActionFS updates.
by shahan
· 8 years ago
374cae6
Migrate Aspect to skylarkbuildapi
by cparsons
· 8 years ago
e54859e
Migrate several compilation-related cpp definitions to skylarkbuildapi
by cparsons
· 8 years ago
841406b
Remove redundant @SkylarkModule annotation on SkylarkActionFactory.Args
by cparsons
· 8 years ago
0130693
Change TestSuiteExpansionValue to contain Labels instead of Targets.
by cpeyser
· 8 years ago
f817134
Potentially allow children of a dirty node to be missing from the graph. Also pass the GraphInconsistencyReciever into SkyframeExecutor as a parameter.
by janakr
· 8 years ago
17aebab
Remove vestigial java_plugin.data attribute
by cushon
· 8 years ago
ac7d5f6
Move --track_incremental_state and --keep_state_after_build to CommonCommandOptions to better facilitate certain kinds of benchmarking.
by felly
· 8 years ago
e788674
Implement a limit for named_set_of_file events
by ulfjack
· 8 years ago
374112c
Replace --experimental_android_enforce_strict_deps_for_binaries_under_test with a package whitelist
by cushon
· 8 years ago
905291b
Add option --experimental_discard_actions_after_execution in order to turn it off after a release.
by janakr
· 8 years ago
c1b5c94
Adds a ?null check and return false? code block in equals() method overridden by classes which would?ve otherwise thrown an NPE.
by Googler
· 8 years ago
6b3e482
C++: Deletes CcLinkParamsInfo
by plf
· 8 years ago
c4f2d80
Allow more characters in labels.
by twerth
· 8 years ago
27487c7
Slightly refactor SpawnAction to improve env handling
by ulfjack
· 8 years ago
150a906
DynamicCodec tweaks to make it into a super fast String serializer.
by shahan
· 8 years ago
eb5a80c
Ease the configuration-related restrictions of several more tests.
by mstaib
· 8 years ago
a6ee1ee
Set JAVA_HOME for bazel_with_jdk_test
by cushon
· 8 years ago
2c493e8
Automated rollback of commit c4fc6201fdfa71993e2e9e295a946150e6990c75.
by mstaib
· 8 years ago
17fb867
Fix some code font issues
by ronshapiro
· 8 years ago
aa25555
Augment comments about blaze exit code classifications.
by Googler
· 8 years ago
5217712
Pull caching up to BuildConfigurationValue$Key$Codec. Almost all BuildOptions$DiffForReconstruction serializations are reached in this way, so we get better efficiency. Also, it was already a custom codec, so less new handrolling.
by janakr
· 8 years ago
9980c7b
Remove swiftstdlibtoolwrapper
by thomasvl
· 8 years ago
b14fee2
Permit serialization arising from ErrorInfo#encode to wait on a future. This
by cpeyser
· 8 years ago
ff72360
Only use fingerprint and checksum for equality and hashCode in BuildOptions$OptionsDiffForReconstruction. The fingerprint uniquely identifies the "baseline" BuildOptions object and the checksum uniquely identifies the "overlay", so we don't need to incorporate the rest of the data.
by janakr
· 8 years ago
b5f13a3
Fix broken HTML
by laurentlb
· 8 years ago
a1ef999
Don't default to --release 9 when running on a JDK 9 host_javabase
by cushon
· 8 years ago
747f035
Extract logic for dealing with CROSSTOOL values and build variables into separate class
by rosica
· 8 years ago
ed87aad
C++: Renames CcRunfilesInfo to CcRunfiles
by plf
· 8 years ago
d753ad5
C++: Renames CcCompilationContextInfo to CcCompilationContext
by plf
· 8 years ago
be733c7
Add a flag to disable the $(ANDROID_CPU) Make variable.
by lberki
· 8 years ago
b22c7ee
Refactor TestAttempt event posting code
by ulfjack
· 8 years ago
c4fc620
Expose cc_common.create_compile_build_variables
by hlopko
· 8 years ago
2b5c5d4
Add CcHostToolchainAliasRule.
by dbabkin
· 8 years ago
f96f037
Windows, Java launcher: Support jar files under different drives
by Yun Peng
· 8 years ago
43181c9
Add a fast path for validating include directives. Most -isystem directives are
by Googler
· 8 years ago
7fae58d
Remove references to internal targets
by ulfjack
· 8 years ago
849df36
Use the local JDK as the default target javabase
by cushon
· 8 years ago
5c3f5c9
Add an IdentityHashMap to the BuildOptions.OptionsDiffForReconstruction codec.
by mjhalupka
· 8 years ago
d370290
ActionFS cleanup
by shahan
· 8 years ago
abbb900
Migrate SkylarkRuleContext (and a few dependencies) to the build API
by cparsons
· 8 years ago
0565a93
Only make AndroidDataConverters statically
by asteinb
· 8 years ago
6b0ccd10
Wrap a comment line around 80 chars.
by Googler
· 8 years ago
4926eaf
Allow java_toolchain.header_compiler to be an arbitrary executable
by cushon
· 8 years ago
cfc64a3
Records profiling information for ActionFS staging and updates.
by shahan
· 8 years ago
91b867f
Set Locale to English when uppercasing strings to match Enums
by Jingwen Chen
· 8 years ago
a8ddd36
Remove fully static linking part of ctx.fragments.cpp.fully_static_link_options
by hlopko
· 8 years ago
1855aff
Fix spelling error in javadoc.
by dannark
· 8 years ago
1461c20
Fix filler error message
by asteinb
· 8 years ago
448c09dc
Automated rollback of commit feeccd8c0a5d97493cabfeb9481cf6f3800b9b84.
by corysmith
· 8 years ago
4f0051c
Expose aar_import data processing methods to Skylark
by asteinb
· 8 years ago
b5cd706
Expose android_binary data processing methods to Skylark
by asteinb
· 8 years ago
f9e7529
Create top-level android data provider
by asteinb
· 8 years ago
494161c
Codec for FluentIterable - needed to serialize results of Iterables.concat.
by shahan
· 8 years ago
feeccd8
Internal change
by Googler
· 8 years ago
c53e457
Only include generated resources when pseudo locales are asked for.
by corysmith
· 8 years ago
7eb4cb3
Expose Skylark method to process android_local_test data
by asteinb
· 8 years ago
7cddb57
Expose process_test_data (for android_test) to Skylark
by asteinb
· 8 years ago
c180c92
Properly rename manifests
by asteinb
· 8 years ago
eac5be6
Expose single method for doing all android_library data processing in Skylark
by asteinb
· 8 years ago
b1dd4e3
Adds an action-scoped filesystem.
by shahan
· 8 years ago
c1085c6
Add graceful failure for unsupported formatters in genquery
by juliexxia
· 8 years ago
0c94ec3
Get resource processing settings from method params instead of rule attrs
by asteinb
· 8 years ago
fbdf70e
Expose R.class as a JavaInfo
by asteinb
· 8 years ago
e3784ec
Generate a separate psuedo locale .flat file only for default locale on values resources.
by corysmith
· 8 years ago
0a502ff
Remove cppConfiguration from LinkBuildVariables
by hlopko
· 8 years ago
0c5cc1b
Rename LinkStaticness to LinkingMode and unify with the other LinkingMode.
by hlopko
· 8 years ago
ee3cc87
Flag indirect dependencies in ImportDepsChecker tool
by kmb
· 8 years ago
deda170
Expose Library Aar creation and provider to Skylark
by asteinb
· 8 years ago
4325771
Narrow synchronized section of ArtifactFactory#getArtifact to avoid contention and use a striped lock.
by janakr
· 8 years ago
1a48c21
Make Aar provider into NativeInfo
by asteinb
· 8 years ago
6f35d33
Do not expose ResourceContainer to Skylark
by asteinb
· 8 years ago
1ad8a88
Stop collapsing NestedSet of deps in RClassGenerator
by asteinb
· 8 years ago
e3faeb7
Properly expose R.class file to Skylark
by asteinb
· 8 years ago
0b7f9f8
Add absolute path handling to Rlocation implementation used for remote execution on Windows from Java launcher.
by Googler
· 8 years ago
b5573a6
Rename Staticness to LinkerOrArchiver.
by hlopko
· 8 years ago
0d78a81
Start migration of cpp build API classes to skylarkbuildapi
by cparsons
· 8 years ago
d06a366
bes: add --bes_results_url
by Jakob Buchgraber
· 8 years ago
b0b2d2a
Start migration of java build API classes to skylarkbuildapi
by cparsons
· 8 years ago
94967f2
Automated rollback of commit f384ab5855ba230e7767b7b5350bd72ef01b9a1b.
by asteinb
· 8 years ago
6846d71
Extract Qualifiers class for reuse.
by corysmith
· 8 years ago
2aa8130
Fix the java_toolchain example code.
by Googler
· 8 years ago
d1d742d
Skylark debugging proto: add a 'pause thread' request/response.
by Googler
· 8 years ago
30d877a
Migrate almost all Skylark global modules to skylarkbuildapi
by cparsons
· 8 years ago
589f6c3
More legacy fileset deletions. This had become dead code with Legacy fileset removal, but for the test.
by kush
· 8 years ago
1442054
Relax requirements of skylark-exposed configuration fragments
by cparsons
· 8 years ago
Next »