Sign in
bazel
/
bazel
/
1325cc1ba2f5e9318df8d673bab4f440c595cac0
/
src
/
main
/
protobuf
bb2f071
Export cc build information in an aspect for IDE support.
by Googler
· 9 years ago
52cdf67
Fix equality and comparison for SkylarkAspectClass.
by Dmitry Lomov
· 9 years ago
b78bbd5
Add Python protobuf to Bazel third_party and move all protobuf targets into
by David Chen
· 9 years ago
c50182c
Add full support for android_resources to AndroidStudioInfoAspect.
by Googler
· 9 years ago
9ca85b1
Adds a manifest for detailing the inputs to an android apk.
by Alex Humesky
· 9 years ago
b9be793
Fix up some spelling mistakes in comments.
by Dave MacLachlan
· 9 years ago
db7a816
Simplify plmerge and bundlemerge by removing deprecated functionality.
by Dave MacLachlan
· 9 years ago
be93589
Changes to crosstool_config.proto to support dsym debug symbol and breakpad file generation.
by Cal Peyser
· 9 years ago
1dbbd3c
Add initial Skylark API for Android rules.
by Dmitry Lomov
· 9 years ago
7588e13
Rename proto dependencies to include a _java component in them.
by Julio Merino
· 9 years ago
b14c24b
Expose ``build_file_path`` to Skylark rules.
by Dmitry Lomov
· 9 years ago
699f87a
Rename proto_java_library to java_proto_library.
by Julio Merino
· 9 years ago
9f93673
Remove unused ASwB build artifact
by Googler
· 9 years ago
5854a72
Turn //tools/build_rules into a package.
by Julio Merino
· 9 years ago
3f80c72
Roll forward of commit 500175fcfb37953f50cf0869df164902755807f2: Don't include absolute paths in blaze IDE
by Googler
· 9 years ago
a4ba24e
Rollback of commit 500175fcfb37953f50cf0869df164902755807f2.
by Damien Martin-Guillerez
· 9 years ago
500175f
Don't include absolute paths in blaze IDE artifacts
by Googler
· 9 years ago
79adf59
Implement distributed caching for Bazel
by Alpha Lam
· 9 years ago
ea16e10
Add jdeps support to AndroidStudioInfoAspect.
by Googler
· 9 years ago
c1a6422
Include bootclasspaths in java extra action info
by Liam Miller-Cushon
· 9 years ago
68d0b69
Use labels in load statements
by Damien Martin-Guillerez
· 9 years ago
efe22ec
Extend crosstool configuration to allow features to specify (expandable) environment variables to pass to actions
by Chris Parsons
· 9 years ago
727d51a
Support java_plugin in AndroidStudioInfoAspect.
by Googler
· 9 years ago
f550d65
Add runtime_deps to android studio proto.
by Googler
· 9 years ago
118aac7
Permit proto serialization of configured attribute values
by Mark Schaller
· 9 years ago
f5c3a97
plmerge optionally consumes an executable name. This is necessary to ensure that Blaze can assign a default executable name, for when CFBundleExecutable is not given.
by Googler
· 9 years ago
1373e66
Bundlemerge optionally takes a completed plist to bundle into the archive, instead of multiple plists to merge and variable substitutions to apply.
by Googler
· 9 years ago
91f3e5a
Plmerge takes an optional automatic_entries_file key, which distinguishes the automatic entries from the other plist files to be merged.
by Googler
· 9 years ago
8ca78e6
Plmerge receives arguments by a protobuf, introduces variable substitutions to plmerge.
by Googler
· 9 years ago
5e34a3d
ASwB aspect: parse java packages during execution
by Googler
· 9 years ago
4519400
Remove unused package protocol buffers
by Michajlo Matijkiw
· 9 years ago
27760a6
Reorganize BUILD files.
by Han-Wen Nienhuys
· 9 years ago
82e0377
Support skylark aspects in serialization/deserialization.
by Dmitry Lomov
· 9 years ago
d59c761
Add generate_resource_class to android_studio_ide_info.proto.
by Googler
· 9 years ago
026de57
workers: Pass a map of input filenames -> digest of file contents to workers so that they can cache and reuse state for unchanged inputs over multiple builds.
by Philipp Wollermann
· 9 years ago
4bb27491
Generate equals and hashcode for Android Studio proto.
by Googler
· 9 years ago
bc042c6
Add isSkylark to RuleClass
by Michajlo Matijkiw
· 9 years ago
86ea967
Remove transitive data from Android Studio aspect.
by Googler
· 9 years ago
bf95c00
Add isSource to Android aspect ArtifactLocation.
by Googler
· 9 years ago
47f607e
Rename protobuf targets to xxx_proto.
by Han-Wen Nienhuys
· 9 years ago
d12c05f
Add Android aspect resolve output group.
by Googler
· 10 years ago
4a0f1b6
Add support for tags in AndroidStudioInfoAspect.
by Googler
· 10 years ago
ebb0039
Replace 'Google Inc' by the 'Bazel Authors'
by Damien Martin-Guillerez
· 10 years ago
2f3f4cf
Adds a mechanism for invocation policy. The policy is taken through the --invocation_policy startup flag and allows an application invoking Bazel to set or override flag values (whether from the command line or a bazelrc).
by Alex Humesky
· 10 years ago
22616ae
Add Android IDL jar outputs.
by Googler
· 10 years ago
f88f4d8
Rationalize copyright headers
by Damien Martin-Guillerez
· 10 years ago
590767e
Implement support for android_library and android_binary in AndroidStudioInfoAspect.
by Dmitry Lomov
· 10 years ago
8e055ba
Changes dylibs from being part of the xcodeproject file references to being arguments to OTHER_LDFLAGS. Command lines now use -l"name" to link libraries. This solves the problem that libraries in Xcode 7 now have .tbd files instead of dylibs in device builds and maintains backwards compatibility with Xcode 6.
by Dave MacLachlan
· 10 years ago
2cffe03
Serialize workspaceName.
by Han-Wen Nienhuys
· 10 years ago
5584e38
Support java_test and java_binary in AndroidStudioInfoAspect.
by Dmitry Lomov
· 10 years ago
5e8d864
Stop serializing/deserializing Locations as part of Packages
by Michajlo Matijkiw
· 10 years ago
745e419
Provide information about Android SDK to Android Studio.
by Dmitry Lomov
· 10 years ago
ea2f63c
Add an attribute to proto and xml query outputs to mark packages that are in error.
by Miguel Alcon Pinto
· 10 years ago
9d0f914
Implementation of AndroidStudioIdeInfoAspect.
by Dmitry Lomov
· 10 years ago
d53d10b
Feature configuration: add a field required_variables on flag_sets.
by Manuel Klimek
· 10 years ago
8f1bef1
Allow the feature configuration to support structured build variables of nested
by Manuel Klimek
· 10 years ago
608052d
Include test information in target fields
by Kristina Chodorow
· 10 years ago
9888cbb
Simplify Target Names in generated Xcode projects.
by Googler
· 10 years ago
4fa83ac
Provide placeholder rule class for deserialized Skylark rules
by Mark Schaller
· 10 years ago
766e96f
Rollback of commit 4dbd628dc1384e5dce8c036e2b6bf93dd974bf04.
by Mark Schaller
· 10 years ago
4dbd628
Provide placeholder rule class for deserialized Skylark rules
by Mark Schaller
· 10 years ago
c9f8756
Basic dashboard for build results
by Kristina Chodorow
· 10 years ago
27d2184
Set build setting ARCHS in generated XCode project file based on values passed from Bazel.
by Rumou Duan
· 10 years ago
7a6afe8
Emit a 'manifest' file containing information about the compiled sources
by Liam Miller-Cushon
· 10 years ago
6c5688d
Implement persistent worker processes and a spawn strategy that uses them.
by Philipp Wollermann
· 10 years ago
f0cf38d
Make it possible to put the Crosstool proto in BUILD files.
by Lukacs Berki
· 10 years ago
291b93f
Enable java_generate_equals_and_hash for dependencies.
by Googler
· 10 years ago
deacdc6
Remove oneof usage from build.proto
by Michajlo Matijkiw
· 10 years ago
0732cad
Serialize Packages as a series of protocol buffers
by Michajlo Matijkiw
· 10 years ago
8293af0
Add a workspace_root optional field for message Control in xcodegen.proto. Modify XcodeGen to use that field as workspace root if it is set.
by Rumou Duan
· 10 years ago
e01aa68
Simplify genproto.bzl.
by Han-Wen Nienhuys
· 10 years ago
e2dd318
Add environment_group support for query.
by Greg Estren
· 10 years ago
f7afc7a
Enable external contribution on Objective-C tooling.
by Damien Martin-Guillerez
· 10 years ago
6a1673b
PackageSerializer: include attributes with null values.
by Greg Estren
· 10 years ago
5cbd5a4
Open-source Bazel integration tests
by Damien Martin-Guillerez
· 10 years ago
84ec4bf
Pass pre-processed label to Xcodegen so it can be used as an Xcode target name without any extra work in Xcodegen. Use this label to determ
by Matthew DeVore
· 10 years ago
f02655f
Initial checkin of Python rules into Bazel.
by Lukacs Berki
· 10 years ago
a311495
Global cleanup change.
by Laurent Le Brun
· 10 years ago
faa66ad
Pass bundle_id attribute to PlMerge if it is explicitly set
by Googler
· 10 years ago
d08b27f
Update from Google.
by Han-Wen Nienhuys
· 10 years ago