lyx_mirror/src/support
Jean-Marc Lasgouttes 8c76a9fc3d Pass sigPtr object as const reference too
Spotted by Coverity scan.
2024-09-14 20:36:04 +02:00
..
linkback
tests Cmake build Qt6: Remove some redundant statements. 2021-03-24 11:42:39 +01:00
.gitignore
any.h
AppleScript.h
AppleScript.m
AppleScriptProxy.cpp
AppleSpeller.h
AppleSpeller.m
AppleSupport.h #9287 query Standard User Defaults on mac and adjust cursor flash time accordingly 2022-02-20 13:06:54 +01:00
AppleSupport.m #9287 query Standard User Defaults on mac and adjust cursor flash time accordingly 2022-02-20 13:06:54 +01:00
bind.h
Cache.h Improve (modestly) the performance of font metrics caches 2021-09-24 17:12:15 +02:00
Changer.h
checksum.cpp Use crc32 calculation from zlib instead of boost 2020-12-28 21:32:56 +02:00
checksum.h Use crc32 calculation from zlib instead of boost 2020-12-28 21:32:56 +02:00
CMakeLists.txt prevent Qt6 from defining UNICODE (Qt6.1.1 and upwards) 2021-06-19 10:48:49 +02:00
ConsoleApplication.cpp
ConsoleApplication.h
ConsoleApplicationPrivate.h Fix deprecation warning (from|toTime_t) 2021-03-12 10:32:03 +01:00
convert.cpp Pass arguments by address in convert() templates 2024-09-11 16:43:26 +02:00
convert.h Pass arguments by address in convert() templates 2024-09-11 16:43:26 +02:00
copied_ptr.h
counter_reps.cpp Display footnote labels as superscripts 2023-07-24 11:15:03 +02:00
counter_reps.h Display footnote labels as superscripts 2023-07-24 11:15:03 +02:00
debug.cpp Mark aliases in the description 2022-04-24 16:51:42 +02:00
debug.h Add _v_() debug helper maco 2023-09-01 16:45:15 +02:00
docstream.cpp
docstream.h
docstring_list.h
docstring.cpp Do not use lyxerr in from_ascii(char const *) 2024-09-09 15:08:36 +02:00
docstring.h
environment.cpp
environment.h
ExceptionMessage.h
FileMonitor.cpp Pass shared_ptr<> arguments by const reference 2024-09-13 14:54:43 +02:00
FileMonitor.h Pass shared_ptr<> arguments by const reference 2024-09-13 14:54:43 +02:00
FileName.cpp Change the way a filepath is displayed 2023-12-29 19:20:25 +01:00
FileName.h Fix mangling names in temp directory (amends eef0c8e8). 2023-11-08 21:42:54 +01:00
FileNameList.h
filetools.cpp Remove unused #include 2024-04-28 12:33:33 +02:00
filetools.h Fix mangling names in temp directory (amends eef0c8e8). 2023-11-08 21:42:54 +01:00
ForkedCalls.cpp Pass sigPtr object as const reference too 2024-09-14 20:36:04 +02:00
ForkedCalls.h Pass sigPtr object as const reference too 2024-09-14 20:36:04 +02:00
functional.h
gettext.cpp
gettext.h
gzstream.cpp
gzstream.h
kill.cpp
lassert.cpp Do not use lyxerr in from_ascii(char const *) 2024-09-09 15:08:36 +02:00
lassert.h Do not use lyxerr in from_ascii(char const *) 2024-09-09 15:08:36 +02:00
Length.cpp
Length.h Remove redundant semicolons reported by GCC with -Wextra-semi option 2021-09-28 11:28:43 +03:00
lengthcommon.cpp
Lexer.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
Lexer.h Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
limited_stack.h
lstrings.cpp Handle space issue with refstyle more downstream 2024-09-08 19:07:44 +02:00
lstrings.h Improve 0f35e3141b 2024-07-06 09:25:57 +02:00
lyxalgo.h
lyxlib.h
lyxmagic.h
lyxtime.cpp Fix deprecation warning (from|toTime_t) 2021-03-12 10:32:03 +01:00
lyxtime.h
Makefile.am Fix linking of test programs in support/. 2024-09-11 16:42:41 +02:00
Messages.cpp
Messages.h
mute_warning.h fixup 2b0841b0: forgot to add new file 2023-11-10 14:39:27 +01:00
mutex.cpp Address deprecation warning 2023-06-11 13:15:55 +02:00
mutex.h
numpunct_lyx_char_type.h
os_cygwin.cpp Compile fix 2022-03-05 02:19:38 +01:00
os_unix.cpp
os_win32.cpp Rename LATEX debug level to OUTFILE and use it for DocBook, HTML, and XML messages. 2022-03-01 16:05:42 +01:00
os_win32.h
os.cpp Add a comment for Python binary names. 2024-09-09 23:32:07 +02:00
os.h Typo fix from Jose 2023-09-05 20:48:34 +02:00
Package.cpp #12523 check for existence of usable Python interpreter 2023-01-06 00:32:09 +01:00
Package.h
PathChanger.cpp
PathChanger.h
pmprof.h pmprof: fix missing output in the 100% miss case 2022-05-19 11:37:51 +02:00
ProgressInterface.h
qstring_helpers.cpp Remove use of QRegExp 2023-03-03 10:49:32 +01:00
qstring_helpers.h Mode [un]locLengthString() methods to support/qstring_helpers 2022-08-09 17:27:53 +02:00
RandomAccessList.h Fix compilation with MSVC 19. 2021-01-02 17:27:56 +01:00
signals.h Move Trackable class to Server.h 2020-12-19 22:52:57 +02:00
socktools.cpp Add comment regarding fsanitize + Clang issue 2021-12-30 11:39:04 -05:00
socktools.h
strfwd.h
Systemcall.cpp Change os::timeout from minutes to milliseconds 2022-11-25 09:51:30 -05:00
Systemcall.h
SystemcallPrivate.h Revert "WIP: refactor Systemcall" 2022-10-28 18:04:45 +02:00
TempFile.cpp
TempFile.h
textutils.h Introduce isNumberChar(char_type) function 2022-05-29 12:16:53 +02:00
Timeout.cpp
Timeout.h Merge namespace signals2 into namespace lyx 2020-12-19 22:52:51 +02:00
Translator.h
trivstring.cpp
trivstring.h
types.h
unicode.cpp Always qualify calls to std::move() 2022-10-21 14:11:36 +02:00
unicode.h
unique_ptr.h
userinfo.cpp
userinfo.h
weighted_btree.h