History log of /trunk/main/cppuhelper/Library_cppuhelper.mk (Results 1 - 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 46cbbbfe 20-Dec-2020 Jim Jagielski

Revert "Up"

This reverts commit aff3bb25c3d3591c9e34ef04c5eb1043ee55d311.


# 5bc7609c 20-Dec-2020 Jim Jagielski

Revert "More s5abi->gcc3 fluff... Whatta pain. Should have kept it s5abi :-P"

This reverts commit b324a13c356e00ab9de3cc5bba7e1d635c6c3b44.


# b324a13c 18-Dec-2020 Jim Jagielski

More s5abi->gcc3 fluff... Whatta pain. Should have kept it s5abi :-P

(cherry picked from commit 6958bde220413b1c2b08f8600a28e5ef5adae22c)


# aff3bb25 18-Dec-2020 Jim Jagielski

Up
Merge branch 'AOO42X' of https://gitbox.apache.org/repos/asf/openoffice into AOO42X

(cherry picked from commit 3eac5e1a06ced5fbc1bce9fa16090e1d47c1b67e)


Revision tags: AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416
# 529d6db8 03-Dec-2018 Damjan Jovanovic

Finally port main/cppuhelper to gbuild.

The problem before was apparently that including udkapi
ended up using the solver headers, instead of our
generated "comprehensive" headers.

Finally port main/cppuhelper to gbuild.

The problem before was apparently that including udkapi
ended up using the solver headers, instead of our
generated "comprehensive" headers.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1848084 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 77dbc36c 30-Nov-2018 Damjan Jovanovic

Change default symbol visibility to hidden in main/cppuhelper, and export
symbols using source-level attributes (SAL_DLLPUBLIC_EXPORT) instead.

Stop using the .map file for Windows, and

Change default symbol visibility to hidden in main/cppuhelper, and export
symbols using source-level attributes (SAL_DLLPUBLIC_EXPORT) instead.

Stop using the .map file for Windows, and rely only on the above to control
symbol visibility.

This is not a perfect solution, as the exported symbols lack some typeinfos
compared to before, but it doesn't seem to break anything, and a full symbol
audit needs to be done later to fix other modules anyway.

Also added some files to get it to build with gbuild, which are currently
unused, as the gbuild build seems to break in main/i18npool.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847839 13f79535-47bb-0310-9956-ffa450edef68

show more ...