History log of /AOO42X/main/cppuhelper/Library_cppuhelper.mk (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5e48fca7 03-Jul-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit auto remove trailing whitespace from `.mk` files (#377)

If there are too many changes / files I can create a smaller PR

Thanks

(cherry picked from commit 31bbceb0f9d64c0c2c3b22a794a1666

pre-commit auto remove trailing whitespace from `.mk` files (#377)

If there are too many changes / files I can create a smaller PR

Thanks

(cherry picked from commit 31bbceb0f9d64c0c2c3b22a794a1666c1f33396e)

show more ...


# 4d68e9cc 04-Feb-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit(end-of-file-fixer): auto fix `.mk` files (#266)

* pre-commit(end-of-file-fixer): auto fix `.mk` files

* Update makefile.mk

* Update makefile.mk

---------

Co-authored-by: Matthias Seid

pre-commit(end-of-file-fixer): auto fix `.mk` files (#266)

* pre-commit(end-of-file-fixer): auto fix `.mk` files

* Update makefile.mk

* Update makefile.mk

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit 78190a370f7d7129fed9a7e70ca122eaae71ce1d)

show more ...


Revision tags: AOO420-Dev5-m5, AOO420-Dev4-m4, AOO420-Dev3-m3
# 6958bde2 18-Dec-2020 Jim Jagielski <jimjag@gmail.com>

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


# 37ec910a 18-Dec-2020 Jim Jagielski <jimjag@gmail.com>

Lint from the s5abi->gcc3 COMID/COMNAME change for macOS.


Revision tags: 420-Dev2-m2
# 529d6db8 03-Dec-2018 Damjan Jovanovic <damjan@apache.org>

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



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 <damjan@apache.org>

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

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 ...