prebuilt_jar( name = 'juh', binary_jar = 'instdir/program/classes/juh.jar', visibility = ['PUBLIC'], ) prebuilt_jar( name = 'jurt', binary_jar = 'instdir/program/classes/jurt.jar', visibility = ['PUBLIC'], ) prebuilt_jar( name = 'officebean', binary_jar = 'instdir/program/classes/officebean.jar', visibility = ['PUBLIC'], ) prebuilt_jar( name = 'ridl', binary_jar = 'instdir/program/classes/ridl.jar', visibility = ['PUBLIC'], ) prebuilt_jar( name = 'unoil', binary_jar = 'instdir/program/classes/unoil.jar', visibility = ['PUBLIC'], ) prebuilt_jar( name = 'unoloader', binary_jar = 'instdir/program/classes/unoloader.jar', visibility = ['PUBLIC'], ) prebuilt_jar( name = 'libreoffice', binary_jar = 'instdir/program/classes/libreoffice.jar', visibility = ['PUBLIC'], ) zip_file( name = 'api', srcs = [ ':juh', '//javaunohelper:juh-src', '//javaunohelper:juh-javadoc', ':jurt', '//jurt:jurt-src', '//jurt:jurt-javadoc', ':officebean', '//bean:officebean-src', '//bean:officebean-javadoc', ':ridl', '//ridljar:ridl-src', '//ridljar:ridl-javadoc', ':unoil', '//unoil:unoil-src', '//unoil:unoil-javadoc', ':unoloader', '//ridljar/source/unoloader:unoloader-src', '//ridljar/source/unoloader:unoloader-javadoc', ':libreoffice', '//ridljar:libreoffice-src', '//ridljar:libreoffice-javadoc', ] ) ='distro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/traceevent.cxx
AgeCommit message (Expand)Author
2023-12-29trace events: fix deadlock from non-recursive mutex.Michael Meeks
2022-03-24comphelper : use std::mutex in traceeventArnaud VERSINI
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2021-07-30Fix Nesting Level Bug in ProfileZoneGopi Krishna Menon
2021-06-29Enable flushing accumulated Trace Events when their number reaches a limitTor Lillqvist
2021-06-17Drop the "console" functionality of ProfileZoneTor Lillqvist
2021-06-09Add the possibility to include a set of arguments in Trace EventsTor Lillqvist
2021-05-26comphelper: fix the "console" use-case of ProfileZoneMiklos Vajna
2021-04-29Introduce Async trace events and a unit testTor Lillqvist
2021-04-28Introduce a new class NamedEvent to be used by the upcoming AsyncEvent, tooTor Lillqvist
2021-04-28Enable turning on trace event recording in a dbgutil build with an env varTor Lillqvist
2021-04-28Re-think what the nesting means in ProfileZonesTor Lillqvist
2021-04-28Make the console logging in ProfileZone work more sanelyTor Lillqvist
2021-04-28Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist
2021-04-28Extend the trace event API with instant eventsTor Lillqvist