summaryrefslogtreecommitdiff
path: root/codemaker/README
blob: 436086cec5e5b04dcfa012c1031d739ad6f18dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Generators for language-binding--specific representations of UNOIDL entities:
- cppumaker generates header (.hdl and .hpp) files for the C++ UNO language
  binding
- javamaker generates class files for the JVM language binding
- the codemaker for .Net is in module cli_ure

Some of the code is re-used by the skeletonmakers in module unodevtools.


Note the different terminology used by cppumaker vs. gbuild for the three
variants that can be generated by cppumaker for some of the inline functions:

  cppumaker switch: -L;    cpputype.cxx: light;          gbuild: normal;
  cppumaker switch: none;  cpputype.cxx: normal;         gbuild: bootstrap;
  cppumaker switch: -C;    cpputype.cxx: comprehensive;  gbuild: comprehensive;

...a recipe for confusion.
an>Noel Grandin 2016-01-19sot: accept JPEG as a clipboard format where we accept PNG alreadyMiklos Vajna 2016-01-18loplugin: unused return valuesNoel Grandin 2016-01-14loplugin:unusedmethods unused return value in sotNoel Grandin 2016-01-13loplugin:unusedmethods unused return value in include/sotNoel Grandin 2016-01-10Fix typosAndrea Gelmini 2016-01-05tdf#74608: Ctor function for css.embed.OLESimpleStorageMatúš Kukan 2016-01-05SotFactory is in fact not used: remove + cleanupMatúš Kukan 2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan 2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin 2015-11-25loplugin:unusedfields in include/sot,include/svl,include/svtoolsNoel Grandin 2015-11-23loplugin:unusedfields in sot/Noel Grandin 2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann 2015-11-16use initialiser list for Sequence<OUString>Noel Grandin 2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian 2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-11-10Missing includesAshod Nakashian 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-11-04yyyyyNoel Grandin 2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin 2015-10-29com::sun::star->css in smoketest,sotNoel Grandin 2015-10-27sal_uLong to sal_uInt64/sal_SizeMatteo Casalin 2015-10-27Fix StgTmpStrm::GetSizeStephan Bergmann 2015-10-27Typo, I pressume?