office-gobmx/codemaker
Stephan Bergmann bab43b23d5 Allow for (relative) pathname args for codemakers again
Change-Id: I503d88b7d6fc44ef70d5071fddcec465e3fba856
2013-04-24 12:42:01 +02:00
..
source Allow for (relative) pathname args for codemakers again 2013-04-24 12:42:01 +02:00
test/javamaker
Executable_cppumaker.mk Further codemaker, unodevtools clean-up 2013-04-16 17:38:44 +02:00
Executable_javamaker.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
Makefile
Module_codemaker.mk execute move of global headers 2013-04-23 22:20:31 +02:00
README
StaticLibrary_codemaker.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
StaticLibrary_codemaker_cpp.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
StaticLibrary_codemaker_java.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00

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.