office-gobmx/cppu
Michael Stahl a860cd108c cppu: JobQueue::enter: add mutex guards for m_nToDo
Considered replacing it with oslInterlockedCount, but wondered why there is
no osl_getInterlockedCount (similar to glib's g_atomic_int_get)...
2012-02-27 20:53:20 +01:00
..
inc Some doxygen warnings cleanup 2012-02-23 22:58:06 +07:00
prj
qa Removed some unused parameters; added SAL_UNUSED_PARAMETER. 2012-01-21 15:21:16 +01:00
source cppu: JobQueue::enter: add mutex guards for m_nToDo 2012-02-27 20:53:20 +01:00
util
CppunitTest_cppu_qa_any.mk
CppunitTest_cppu_qa_recursion.mk
CppunitTest_cppu_qa_reference.mk
CppunitTest_cppu_qa_unotype.mk
CppunitTest_cppu_test_cppumaker.mk
Library_affine_uno.mk
Library_cppu.mk
Library_log_uno.mk
Library_purpenvhelper.mk
Library_unsafe_uno.mk
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_cppu.mk
Package_generated.mk
Package_inc.mk
README Added READMEs for modules related to URE, with content from the wiki 2012-02-06 05:28:46 +01:00

Type definitions/implementations for the core of UNO. The exported API is in C.

See also:
[http://wiki.services.openoffice.org/wiki/Uno/Binary/Modules/CPPU]