aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Remove errant paths from crosstool test files.Gravatar Alex Humesky2015-08-20
| | | | | | | | | | | | | | | | | | | Also includes the following changes: Introduce a helper class for low-boilerplate time measurements and logging. -- Removed attribute "args" from java_test. -- Adds the arm64, mips, mips64, x86, and x86_64 toolchains in the Android NDK This adds the precited targets to the crosstools file generated by the android_ndk_repository rule. The crosstools support NDK revision r10e-rc4. RELNOTES: arm64, mips, mips64, x86, and x86_64 NDK toolchains added to android_ndk_repository in Bazel -- MOS_MIGRATED_REVID=100953441
* --Gravatar Rumou Duan2015-08-20
| | | | MOS_MIGRATED_REVID=100930529
* Remove debugging output.Gravatar Andrew Pellegrini2015-08-20
| | | | | -- MOS_MIGRATED_REVID=100928168
* Fix printing of struct objectsGravatar Laurent Le Brun2015-08-20
| | | | | -- MOS_MIGRATED_REVID=100926797
* Add profile support to generate_workspaceGravatar Kristina Chodorow2015-08-20
| | | | | | | Fixes one part of #383. -- MOS_MIGRATED_REVID=100925734
* Deduplicate XCode target names in the dependencies propagated to XCode projects.Gravatar Michael Thvedt2015-08-20
| | | | | -- MOS_MIGRATED_REVID=100924958
* Skylark error messages now include a stack trace.Gravatar Florian Weikert2015-08-20
| | | | | | | This means that some tests had to be changed from using exact equality of error messages to working with contains() / startsWith(). -- MOS_MIGRATED_REVID=100923593
* Updated some bazel files to reflect the new way of how configuration ↵Gravatar Florian Weikert2015-08-20
| | | | | | | fragments can be accessed. -- MOS_MIGRATED_REVID=100923388
* Return current date from BlazeVersionInfo, when date is set to default value.Gravatar Marian Lobur2015-08-20
| | | | | -- MOS_MIGRATED_REVID=100919043
* Move inline "visibility" PathFragment to a constantGravatar Michajlo Matijkiw2015-08-20
| | | | | | | No need to create one each time. -- MOS_MIGRATED_REVID=100918777
* Fix crash when checking providers.Gravatar Ulf Adams2015-08-20
| | | | | | | | Avoid throwing UnsupportedOperationException in a method that may be called by RuleContext when checking the deps of a rule for specific providers. -- MOS_MIGRATED_REVID=100916381
* CI scripts: another fix after moving from .ci/ to scripts/ciGravatar Damien Martin-Guillerez2015-08-18
| | | | | -- MOS_MIGRATED_REVID=100915378
* Fail more verbosely in LinkerInputs.java.Gravatar Han-Wen Nienhuys2015-08-18
| | | | | -- MOS_MIGRATED_REVID=100913716
* Extend size of //src/java_tools/singlejar:zipTestsGravatar Damien Martin-Guillerez2015-08-18
| | | | | | | This test is taking more than 300s on the continous integration machine on GCE. -- MOS_MIGRATED_REVID=100909674
* Change the paths of a few temporary directories javac uses so that they ↵Gravatar Lukacs Berki2015-08-18
| | | | | | | | | don't clash with some Android artifacts. Ideally, we'd simply put these in a temp directory, but we currently have no mechanism for cleaning up temp directories after each action and we don't have sandboxing yet, so we can't rely on that, either. -- MOS_MIGRATED_REVID=100907458
* Refactoring of LoadingPhaseRunner before adding experimental flag that ↵Gravatar Marian Lobur2015-08-18
| | | | | | | disables loading phase. -- MOS_MIGRATED_REVID=100906028
* Move presentation-specific logic from BE docgen into Velocity templates. MakeGravatar David Chen2015-08-18
| | | | | | | documentation of predefined attributes consistent with new look and feel. -- MOS_MIGRATED_REVID=100905320
* Change Objective-C defaults to match current versions.Gravatar Googler2015-08-18
| | | | | | | RELNOTES: Change Objective-C defaults to sdk 8.4 and ios_cpu=x86_64 (64-bit simulator). -- MOS_MIGRATED_REVID=100890740
* Use Set<Target> instead of ResolvedTargets<Target> when saving resolved ↵Gravatar Janak Ramakrishnan2015-08-18
| | | | | | | | | target patterns in query. We never use anything but the getTargets() field, so it's useless to store other things. -- MOS_MIGRATED_REVID=100846573
* Increase number of stripes in our keyed locker.Gravatar Eric Fellheimer2015-08-18
| | | | | -- MOS_MIGRATED_REVID=100843669
* Split Skylark Library into multiple pages, one per module. Add collapsibleGravatar David Chen2015-08-18
| | | | | | | | submenus to sidebar, and expand and highlight the link for the current page. Collapse sidebar on mobile and expose button for toggling sidebar. -- MOS_MIGRATED_REVID=100836792
* CI scripts: fix path to common.shGravatar Damien Martin-Guillerez2015-08-17
| | | | | | | | Moving it to scripts/ci let that unchanged and that results in an error in the CI system. -- MOS_MIGRATED_REVID=100825881
* Memoize RepositoryNamesGravatar Michajlo Matijkiw2015-08-17
| | | | | | | The unique names are generally limited. -- MOS_MIGRATED_REVID=100821922
* Improve thread pools where we allow idle threads to be reclaimed, by just ↵Gravatar Eric Fellheimer2015-08-17
| | | | | | | increasing the thread worker timeout. -- MOS_MIGRATED_REVID=100820878
* Description redacted.Gravatar Marian Lobur2015-08-17
| | | | | -- MOS_MIGRATED_REVID=100814605
* Tweak CI script to not run tests tagged as manual.Gravatar Erik Kuefler2015-08-17
| | | | | | | -- Change-Id: I424db210611f94b986eda872626a97415221fcea Reviewed-on: https://bazel-review.googlesource.com/1800 MOS_MIGRATED_REVID=100806076
* CI scripts for the release processGravatar Damien Martin-Guillerez2015-08-17
| | | | | | | | | | | | | | It provides method to build, package and deploy artifacts, as well as constructing announcement mails: - bazel_build build bazel with the good label, execute the tests, build the packages and copy the artifacts into a release directory. - bazel_release deploy the relase to GCS and Github and send an announcement mail. -- Change-Id: I68f5a600c0718fac5fa12423d1cb8e0cc86728b5 Reviewed-on: https://bazel-review.googlesource.com/#/c/1811 MOS_MIGRATED_REVID=100805636
* Add Bridging Header attribute to objc_ compilation rulesGravatar Dmitry Shevchenko2015-08-17
| | | | | | | This allows Swift code to import and use Objective-C interfaces. -- MOS_MIGRATED_REVID=100715248
* Don't log timing information in InvalidatingNodeVisitor. Instead, callers ↵Gravatar Nathan Harmata2015-08-17
| | | | | | | can log timing information if they wish. -- MOS_MIGRATED_REVID=100712340
* Allow for metadata lookup alongside the existing #prepareAndGet() graph ↵Gravatar Eric Fellheimer2015-08-17
| | | | | | | construction. -- MOS_MIGRATED_REVID=100709648
* Memoize labels for Package deserializationGravatar Michajlo Matijkiw2015-08-14
| | | | | | | | Going off the observation that many labels will be repeated, remember all of the labels we see so we can skip decoding and reuse instances. -- MOS_MIGRATED_REVID=100698109
* Strip down PackageDeserializer#ContextGravatar Michajlo Matijkiw2015-08-14
| | | | | | | | | | | Make Context DeserializationContext, use as a dumb container object for one-time-use deserialization. The previous organization was imbalanced- some deserialization was done by context, other was done by PackageDeserializer. This will make it easer to add more context and make it available to more parts of deserialization. -- MOS_MIGRATED_REVID=100690973
* Add closure_library target to closure.WORKSPACE and update to the latest ↵Gravatar Kamil Jiwa2015-08-14
| | | | | | | versions of Closure Compiler and Closure Templates. -- MOS_MIGRATED_REVID=100681323
* Document the Android rules in Bazel.Gravatar Lukacs Berki2015-08-14
| | | | | -- MOS_MIGRATED_REVID=100672806
* --Gravatar Laurent Le Brun2015-08-14
| | | | MOS_MIGRATED_REVID=100662805
* Clean up some code in incremental_install.py .Gravatar Lukacs Berki2015-08-14
| | | | | -- MOS_MIGRATED_REVID=100655790
* Add an attribute 'per_proto_includes' which can be set on an ↵Gravatar Googler2015-08-14
| | | | | | | | | objc_proto_library overriding the global setting. This is needed as third_party libraries often do not use depot-relative include paths. RELNOTES: Add objc_proto_library.per_proto_includes attribute. -- MOS_MIGRATED_REVID=100637689
* Fix a minor issue with Windows compilationGravatar Dmitry Lomov2015-08-14
| | | | | -- MOS_MIGRATED_REVID=100609863
* Do not assume a specific layout of root dir on the system.Gravatar Han-Wen Nienhuys2015-08-14
| | | | | | | Fixes #375 -- MOS_MIGRATED_REVID=100581187
* Add a server.pid file for platforms where GetPeerProcessId is not supportedGravatar Doug Rabson2015-08-14
| | | | | | | -- Change-Id: I36b096cfdf7b150121809ff5b07c74eac1cbf7ad Reviewed-on: https://bazel-review.git.corp.google.com/#/c/1771 MOS_MIGRATED_REVID=100573875
* Deserialize configured map attributes that share keysGravatar Mark Schaller2015-08-14
| | | | | | | | | | Previously, configured attribute value flattening caused failures when deserializing maps whose configured values had entries with the same keys. Now, flattened maps successfully deserialize, retaining the first entry seen for each key. -- MOS_MIGRATED_REVID=100573192
* Build-encyclopedia: Update load documentationGravatar Laurent Le Brun2015-08-13
| | | | | -- MOS_MIGRATED_REVID=100568149
* More specific instructions for Mac OS X installGravatar Dave Dopson2015-08-13
| | | | | | | -- Change-Id: I332634baa1feacbe54c669c12e1933ca9f3f1755 Reviewed-on: https://bazel-review.googlesource.com/#/c/1810 MOS_MIGRATED_REVID=100556377
* TransitiveTraversalFunction now implements "conservative" (a la ↵Gravatar Eric Fellheimer2015-08-13
| | | | | | | ConservativeAspectResolver) aspect resolution. -- MOS_MIGRATED_REVID=100526575
* Fix indentation.Gravatar Nathan Harmata2015-08-13
| | | | | -- MOS_MIGRATED_REVID=100511986
* When we have enough information to determine that a file didn't change type, ↵Gravatar Nathan Harmata2015-08-13
| | | | | | | don't unnecessarily invalidate DirectoryListingStateValues. -- MOS_MIGRATED_REVID=100511935
* Remove incorrect preconditions checks when resolving artifacts.Gravatar Janak Ramakrishnan2015-08-13
| | | | | -- MOS_MIGRATED_REVID=100501490
* Resolve TODO in BlazeCommandEventHandlerGravatar Michajlo Matijkiw2015-08-13
| | | | | -- MOS_MIGRATED_REVID=100494619
* Open-source full support for J2ObjC in Bazel, including dead code removal, ↵Gravatar Michael Thvedt2015-08-13
| | | | | | | and add an example. -- MOS_MIGRATED_REVID=100493818
* Move j2objc helper scripts into open-source Bazel.Gravatar Michael Thvedt2015-08-13
| | | | | -- MOS_MIGRATED_REVID=100490916