summaryrefslogtreecommitdiff
path: root/.buckconfig
blob: 5fa3abc3dc673c88172de3fc7ea9c7a89c671fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[alias]
  api = //:api
  api_install = //solenv/maven:api_install
  api_deploy = //solenv/maven:api_deploy

[buildfile]
  includes = //solenv/buck/build.defs

[project]
  ignore = .git,workdir,instdir

[cache]
  mode = dir
-30Remove UNOIDL "array" and "union" vaporware from idlcStephan Bergmann 2013-11-26Duplicate base checking code already covers check for opt base != XInterfaceStephan Bergmann 2013-11-25Fix unoidl sourceprovider interface base and member checksStephan Bergmann 2013-11-22Fix unoidl sourceprovider polystruct argument checksStephan Bergmann 2013-11-22Fix unoidl sourceprovider "published" checksStephan Bergmann 2013-11-22constant.tests idlc/unoidl diffs:Stephan Bergmann 2013-11-22attributes.tests idlc/unoidl diffs:Stephan Bergmann 2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara 2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold 2013-04-03Forbid old-style services/singletons inheriting new-style servicesStephan Bergmann 2013-01-29Clarify that constant groups cannot be typedef'edStephan Bergmann 2013-01-29Clarify that bound attribute can specify getter/setter raises listsStephan Bergmann 2013-01-29Clarify that attribute setter raises list must not be emptyStephan Bergmann 2013-01-22API CHANGE: Remove support for individual constants from UNOIDLStephan Bergmann 2013-01-22Adapt idlc/test/parser/ to gbuildStephan Bergmann 2012-11-30[oneway] removal cleanupStephan Bergmann 2012-11-30API CHANGE remove [oneway] method attributesThorsten Behrens