summaryrefslogtreecommitdiff
path: root/codemaker/Executable_cppumaker.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-01-08sal_textenc is a runtime dep of cppumakerDavid Tardon1-1/+0
Change-Id: I9fd91ee8c15479e9956daa5c85a09f141ef6cc3f
2013-12-30Add sal_textenc dependency to cppumakerIsamu Mogi1-0/+1
In Japanese localized Windows, cppumaker requires sal_textenclo.dll but that rule isn't written in .mk. It causes build failure. Change-Id: Icab74493a4a3b445144bb9d969b79636dbd17162 Reviewed-on: https://gerrit.libreoffice.org/7134 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+4
2013-04-16Further codemaker, unodevtools clean-upStephan Bergmann1-1/+0
...getting rid of now dangling references to module registry. Change-Id: Iccad7ff5dc0e79bf91b7b7dae03b73f16adeb121
2013-04-09[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann1-0/+2
Make cppumaker work on top of unoidl/ instead of registry/, as a first step to change all the various codemakers. * API CHANGE: cppumaker no longer supports the -B switch, as that is meaningless with the new format. When reading from an old-format .rdb file, /UCR is hard-coded as the prefix now. * TODO: The new format does not yet support deprecation annotations, so the generated .hdl/.hpp files lack any SAL_DEPRECATED_INTERNALs for now. * codemaker/typemanager.hxx is extended with access to unoidl/ functionality, so the various codemakers can use registry/ and unoidl/ in parallel for now. The access to registry/ functionality will be removed. (Added small throwaway helper functions u2b/b2u to easily map between OString and OUString at the remaining seams for now.) * Includes a selective revert of ba044b1e9613ed30906a9a540b7da8392923e4e3 "remove needless forward rtl::OUString declarations" in those parts of codemaker, unodevtools, unoidl that were covered by this local work-in-progress patch; I would otherwise have hard a hard time re-applying it. * The generated .hdl/.hpp files are mostly unchanged, except for a few minor things: ** Any SAL_DEPRECATED_INTERNALs are missing (see above). ** In comprehensive getCppuType definitions, some members were erroneously classified as TypeCalss_UNKNOWN. ** In comprehensive getCppuType definitions, some unnecessary calls like ::cppu::UnoType< ::sal_Int32 >::get(); can be removed. ** For typedef sequence<X>, the .hdl file need not include X.hdl, but only needs to forward-declare it. ** Unnecessary includes for optional bases of interfaces can be removed. ** Some numbering of local variable names (sMethodName1, ...) has changed. Change-Id: Icad98f248ac15177337f1b4ab709a755a8af6238
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl1-1/+1
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
2012-11-13fix system boostPeter Foley1-1/+1
Change-Id: Id80557cb47ab471a0f3a643a1c11a59e89c14c54
2012-11-13cppumaker and javamaker also use boost.Michael Meeks1-0/+2
2012-09-22use package instead of explicit include pathDavid Tardon1-5/+0
Change-Id: I11048d24b21549aa3ae79995a2c252c00e56d771
2012-04-14rename common* static libs to codemaker_* for clarity + dmake cleanupNorbert Thiebaud1-1/+1
2012-04-14gbuild conversion: codemaker moduleDavid Ostrovsky1-0/+59