lyx_mirror/src/support
Jean-Marc Lasgouttes 4663618cfd A poor man's profiler.
The use of this profiler is trivial:

 * #include <support/pmprof.h>

 * in the block one wants to profile, add
   PROFILE_THIS_BLOCK(some_identifier)

 * At the end of the execution, statistics will be sent to standard error.
2013-03-22 10:30:48 +01:00
..
linkback use correct format string for alert message 2012-12-13 22:23:06 +01:00
mythes
tests Add custom target to run tests 2012-12-17 22:26:14 +01:00
.gitignore Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
AppleScript.h Patch from Benjamin Piwowar - see ticket #8185: 2012-08-19 22:27:20 +02:00
AppleScript.m Patch from Benjamin Piwowar - see ticket #8185: 2012-08-19 22:27:20 +02:00
AppleScriptProxy.cpp Fix whitespace 2012-12-17 21:38:55 +01:00
AppleSpeller.h
AppleSpeller.m remove unnecessary Carbon include 2012-09-23 16:06:56 +02:00
atexit.c
bind.h
CMakeLists.txt CMake: Put projects into subdirs 2012-12-15 11:02:06 +01:00
convert.cpp Comment some headers before I ditch them again. 2012-11-18 17:42:32 +01:00
convert.h
copied_ptr.h
debug.cpp Make debug messages more readable 2012-06-11 15:03:29 +02:00
debug.h Make debug messages more readable 2012-06-11 15:03:29 +02:00
docstream.cpp
docstream.h Introduce max_length parameter for plaintext() output routines, 2013-03-08 15:12:58 -05:00
docstring_list.h
docstring.cpp Comment some headers before I ditch them again. 2012-11-18 17:42:32 +01:00
docstring.h
environment.cpp environment.cpp: MSVC compile fix 2013-02-15 16:28:02 +01:00
environment.h Fix bug #8537: LyX creates the environment variable LC_ALL 2013-02-12 12:14:06 +01:00
ExceptionMessage.h
FileMonitor.cpp
FileMonitor.h
FileName.cpp Prepare LyX code to compile and link with Qt5: 2013-02-03 19:26:21 +01:00
FileName.h Always require a mask to get a temporary filename 2012-05-03 16:14:37 +02:00
FileNameList.h
filetools.cpp Rename Path.h to PathChanger.h (actual name of the class) 2013-02-06 11:51:06 +01:00
filetools.h Move readBB_from_PSFile() out of support (no code change), 2012-02-15 20:50:52 +00:00
foreach.h
ForkedCalls.cpp More idiomatic way of checking if a shared_ptr has an associated managed object 2012-10-25 12:12:49 +02:00
ForkedCalls.h
functional.h
gettext.cpp
gettext.h Add comment from Georg. 2013-01-15 21:39:51 -08:00
gzstream.cpp
gzstream.h
kill.cpp
lassert.cpp
lassert.h
limited_stack.h
lstrings.cpp Make ASCII test more explicit. 2012-12-30 20:52:49 +01:00
lstrings.h Do not separate the shortcut from the label string 2012-11-23 18:26:02 +01:00
lyxalgo.h
lyxlib.h
lyxtime.cpp Rename misleading function name from_gmtime() to form_asctime_utc() 2013-01-09 13:45:58 +01:00
lyxtime.h Rename misleading function name from_gmtime() to form_asctime_utc() 2013-01-09 13:45:58 +01:00
Makefile.am A poor man's profiler. 2013-03-22 10:30:48 +01:00
Messages.cpp Fix bug #8537: LyX creates the environment variable LC_ALL 2013-02-12 12:14:06 +01:00
Messages.h Tracking correctly available translations (take 2) 2012-09-08 16:59:19 +02:00
metahash.h
mutex.cpp
mutex.h
numpunct_lyx_char_type.h
os_cygwin.cpp
os_unix.cpp avoid deprecated functions on Mac - use Qt instead 2012-09-23 16:06:56 +02:00
os_win32.cpp
os_win32.h
os.cpp
os.h
Package.cpp Prepare LyX code to compile and link with Qt5: 2013-02-03 19:26:21 +01:00
Package.h
PathChanger.cpp Remove unused Mac specific code 2013-02-12 12:29:33 +01:00
PathChanger.h Remove unused Mac specific code 2013-02-12 12:29:33 +01:00
pch.h
pmprof.h A poor man's profiler. 2013-03-22 10:30:48 +01:00
ProgressInterface.h On *nix, a proper forward definition of docstring is necessary for 2012-02-19 21:44:47 +00:00
qstring_helpers.cpp
qstring_helpers.h
RandomAccessList.h
regex.h
shared_ptr.h Deal with memory issue reported some time ago in connection with DocumentClass 2012-05-31 12:34:29 -04:00
socktools.cpp Comment some headers before I ditch them again. 2012-11-18 17:42:32 +01:00
socktools.h
strerror.c
strfwd.h Introduce max_length parameter for plaintext() output routines, 2013-03-08 15:12:58 -05:00
Systemcall.cpp Make annoying debug message optional 2013-02-19 13:48:48 +01:00
Systemcall.h
SystemcallPrivate.h
textutils.h Make ASCII test more explicit. 2012-12-30 20:52:49 +01:00
Timeout.cpp
Timeout.h
Translator.h
types.h
unicode.cpp Use the LyX name of encodings instead of the LaTeX names. 2013-02-18 23:52:42 +01:00
unicode.h
userinfo.cpp Strip gecos on Unix systems on user name only. 2012-05-06 13:36:54 +02:00
userinfo.h Strip gecos on Unix systems on user name only. 2012-05-06 13:36:54 +02:00
weighted_btree.h Use empty() to check empty and non-empty'ness not size() 2012-10-27 01:25:38 +02:00