office-gobmx/unodevtools
Stephan Bergmann fdc1a42db0 Don't use boost in code generated by uno-skeletonmaker
This had originally used a non-standard std::hash_map in
db4b02eea5 "INTEGRATION: CWS jsc3 (1.4.2); FILE
MERGED", then switched to boost::unordered_map in
639825975e "move sdk repo to boost unordered
containters".  (And Executable_uno-skeletonmaker doesn't need boost during the
build at all, so clean that up here, too.)

Change-Id: I80661d70a54ec5d69b8f124c12d5cb0d6f369887
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161147
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2023-12-22 11:17:45 +01:00
..
inc use more string_view in unodevtools 2022-04-28 11:45:30 +02:00
source Don't use boost in code generated by uno-skeletonmaker 2023-12-22 11:17:45 +01:00
Executable_uno-skeletonmaker.mk Don't use boost in code generated by uno-skeletonmaker 2023-12-22 11:17:45 +01:00
IwyuFilter_unodevtools.yaml
Makefile
Module_unodevtools.mk
README.md

Helper Tools for External UNO Component Developers

This module contains some tools for people writing UNO components. In particular it will auto-generate skeletons for implementing UNO interfaces - that declare all the relevant methods leaving the code to be filled in. This can be done for C++ or Java.