office-gobmx/cppu
Stephan Bergmann cba3ac1eab Avoid deadlocks when disposing recursive JobQueue::enter
...where the outer JobQueue::enter blocks on m_cndWait after it has been reset
again due to m_lstJob.empty().
2012-02-10 16:26:00 +01:00
..
inc Code cleanup: ( () ) replaced by (()) 2012-01-26 17:41:07 +00:00
prj
qa Removed some unused parameters; added SAL_UNUSED_PARAMETER. 2012-01-21 15:21:16 +01:00
source Avoid deadlocks when disposing recursive JobQueue::enter 2012-02-10 16:26:00 +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]