.. |
examples
|
LazUtils: Fix and improve TLookupStringList and its example project.
|
2021-02-05 11:27:59 +00:00 |
languages
|
Translations: Turkish translation update by Onur ERÇELEN, bug #35865
|
2019-07-21 22:57:16 +00:00 |
test
|
LazUtils: Update unit test for Masks.
|
2021-02-26 08:25:24 +00:00 |
amigalazfileutils.inc
|
|
|
asiancodepagefunctions.inc
|
LazUtils: Support EUDC to PUA Microsoft mapping in function DBCSToUTF8. Issue #38206, patch from powerpcer.
|
2020-12-30 10:27:05 +00:00 |
asiancodepages.inc
|
LazUtils: New units for encoding data tables. Can be used by external code. Issue #36078, patch from CudaText man.
|
2020-07-24 11:14:38 +00:00 |
avglvltree.pas
|
LazUtils: Fix comments in AvgLvlTree for TStringToStringTree etc.
|
2021-01-04 15:56:26 +00:00 |
codepagesasian.pas
|
LazUtils: New units for encoding data tables. Can be used by external code. Issue #36078, patch from CudaText man.
|
2020-07-24 11:14:38 +00:00 |
codepagescommon.pas
|
LazUtils: New units for encoding data tables. Can be used by external code. Issue #36078, patch from CudaText man.
|
2020-07-24 11:14:38 +00:00 |
commoncodepages.inc
|
LazUtils: New units for encoding data tables. Can be used by external code. Issue #36078, patch from CudaText man.
|
2020-07-24 11:14:38 +00:00 |
compwriterpas.pas
|
BuildIntf, IdeIntf, LazUtils: Use a faster compare method for case-insensitive strings and StringLists.
|
2021-02-05 11:28:07 +00:00 |
dynamicarray.pas
|
|
|
dynhasharray.pp
|
|
|
dynqueue.pas
|
|
|
extendedstrings.pas
|
|
|
filereferencelist.pas
|
IDE, LazUtils: Move unit FileReferenceList to LazUtils package. Order uses sections.
|
2020-10-16 12:01:15 +00:00 |
fileutil.inc
|
LazUtils: in CopyDirTree() add a PathDelim to both SourceDir and TarGetDir before testing wether TarGetDir is a subdirectory of SourceDir. Issue #0038644.
|
2021-03-20 16:55:26 +00:00 |
fileutil.pas
|
LazUtils: Rename function FilenameIsPascalUnit -> FilenameHasPascalExt. Clashed with a function in Codetools. Update references.
|
2021-01-11 16:16:58 +00:00 |
fpcadds.pas
|
lazutils: some optimizations from Alexey
|
2018-10-26 19:26:31 +00:00 |
fpmake.pp
|
Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI.
|
2020-12-29 22:56:40 +00:00 |
FTL.TXT
|
|
|
graphmath.pp
|
Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI.
|
2020-12-29 22:56:40 +00:00 |
graphtype.pp
|
Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI.
|
2020-12-29 22:56:40 +00:00 |
html2textrender.pas
|
LazUtils: Add case-insensitive functions PosI(), LazStartsText() and LazEndsText().
|
2021-02-08 19:09:17 +00:00 |
integerlist.pas
|
|
|
laz2_dom.pas
|
lazutils: less hints
|
2018-10-01 15:13:34 +00:00 |
laz2_names.inc
|
|
|
laz2_xmlcfg.pas
|
TRttiXMLConfig: store 64bit values
|
2020-07-05 01:18:30 +00:00 |
laz2_xmlread.pas
|
LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code.
|
2021-01-14 12:41:32 +00:00 |
laz2_xmlutils.pas
|
|
|
laz2_xmlwrite.pas
|
LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code.
|
2021-01-14 12:41:32 +00:00 |
laz2_xpath.pas
|
|
|
laz_avl_tree.pp
|
|
|
laz_dom.pas
|
|
|
laz_xmlcfg.pas
|
|
|
laz_xmlread.pas
|
|
|
laz_xmlstreaming.pas
|
LCL: Remove tests for FPC versions 2.x. Cannot be used anyway.
|
2020-11-10 09:50:20 +00:00 |
laz_xmlwrite.pas
|
|
|
lazclasses.pas
|
TRefCountedObject, make thread safe
|
2020-12-16 14:44:11 +00:00 |
lazcollections.pas
|
LazDebuggerFp: Improve shutdown of thread queue.
|
2021-02-11 22:40:15 +00:00 |
lazconfigstorage.pas
|
LazUtils: Fixed handling of default values in TXMLConfigStorage + test
|
2019-04-12 18:19:32 +00:00 |
lazdbglog.pas
|
Cleanup, comments.
|
2020-12-18 21:02:19 +00:00 |
lazfglhash.pas
|
LazUtils: Fix and improve TLookupStringList and its example project.
|
2021-02-05 11:27:59 +00:00 |
lazfilecache.pas
|
LazUtils: Remove a stray debugging statement. Issue #38649.
|
2021-03-21 18:02:28 +00:00 |
lazfileutils.inc
|
LazUtils: Move more functions from FileUtils to LazFileUtilities, deprecate the old ones.
|
2018-09-28 12:25:39 +00:00 |
lazfileutils.pas
|
LazUtils: Optimize PosI(), the case-insensitive version of Pos().
|
2021-02-18 12:28:20 +00:00 |
lazlinkedlist.pas
|
|
|
lazlistclasses.pas
|
|
|
lazlogger.pas
|
Remove useless test for X <> Nil when using "is" operator.
|
2020-08-18 17:35:21 +00:00 |
lazloggerbase.pas
|
LazLogger: fix missing inherited call / for TRefCountedObject
|
2021-03-28 20:26:15 +00:00 |
lazloggerdummy.pas
|
LazDebugger: add operators for log-enable to main unit too.
|
2019-06-19 15:26:19 +00:00 |
LazLoggerImpl.inc
|
LazLogger: add dbgsTime (tickcount)
|
2020-10-15 18:37:39 +00:00 |
LazLoggerIntf.inc
|
LazLogger: add dbgsTime (tickcount)
|
2020-10-15 18:37:39 +00:00 |
lazloggerprofiling.pas
|
LazLogger: fix missing inherited call / for TRefCountedObject
|
2021-03-28 20:26:15 +00:00 |
lazmethodlist.pas
|
IDE: Assign also the handler list in BuildModes. Prevents a crash when cancelling project options. Issue #36782.
|
2020-04-17 18:39:38 +00:00 |
lazpasreadutil.pas
|
|
|
lazstringutils.pas
|
LazUtils: New LazStartsStr and similar functions. StartsStr etc. in StrUtils return False for empty sub-string, thus Delphi incompatible.
|
2021-03-04 08:58:54 +00:00 |
lazsysutils.pas
|
|
|
laztracer.pas
|
|
|
lazunicode.pas
|
|
|
lazutf8.pas
|
LazUtils: Add function UTF8CompareTextP, use it in CompareFilenamesP.
|
2021-01-14 21:54:49 +00:00 |
lazutf8classes.pas
|
LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code.
|
2021-01-14 12:41:32 +00:00 |
lazutf8sysutils.pas
|
LazUtils: Add LazUTF8SysUtils with "deprecated" warnings. The unit was renamed earlier.
|
2018-11-03 12:45:54 +00:00 |
lazutf16.pas
|
LazUtils: change order of new Count parameter in Utf8StringReplace/Utf16StringReplace.
|
2019-02-15 15:52:00 +00:00 |
lazutilities.pas
|
LazUtils: Move math helper functions from LCLProc to LazUtilities. Deprecate LCLProc versions.
|
2020-12-12 11:41:07 +00:00 |
lazutils_defines.inc
|
LazUtils: Remove tests for FPC versions 2.x.
|
2020-11-11 14:03:48 +00:00 |
lazutils.lpk
|
Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI.
|
2020-12-29 22:56:40 +00:00 |
lazutils.pas
|
Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI.
|
2020-12-29 22:56:40 +00:00 |
lazutilsstrconsts.pas
|
LazUtils: Revert the big TMask change. It must be worked on later.
|
2021-02-27 09:15:16 +00:00 |
lazversion.pas
|
|
|
lconvencoding.pas
|
lazutils: UTF8BOMToUTF8: sanity check
|
2021-02-28 22:39:58 +00:00 |
lcsvutils.pas
|
|
|
lookupstringlist.pas
|
LazUtils: Fix and improve TLookupStringList and its example project.
|
2021-02-05 11:27:59 +00:00 |
Makefile
|
updated Makefiles
|
2021-02-13 13:01:14 +00:00 |
Makefile.compiled
|
|
|
Makefile.fpc
|
make: changed default darwin lcl platform from carbon to cocoa
|
2020-07-13 09:00:41 +00:00 |
maps.pp
|
LazUtils: add thread-save map iterator (lock map)
|
2020-11-12 12:02:31 +00:00 |
masks.pas
|
LazUtils: Revert the big TMask change. It must be worked on later.
|
2021-02-27 09:15:16 +00:00 |
objectlists.pas
|
Turn unit ObjectLists to use generics, move it to Lazutils. Reduce typecasts in TPkgManager by using correct types when possible.
|
2020-02-17 12:23:38 +00:00 |
stringhashlist.pas
|
|
|
textstrings.pas
|
LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code.
|
2021-01-14 12:41:32 +00:00 |
translations.pas
|
New optimized functions in LazUtils: FilenameExtIs and FilenameExtIn. Used instead of CompareFileExt and similar.
|
2021-02-15 08:43:50 +00:00 |
uitypes.pas
|
|
|
unixfileutil.inc
|
|
|
unixlazfileutils.inc
|
|
|
unixlazutf8.inc
|
|
|
utf8process.pp
|
TUTF8Process: workaround for the poNoConsole->poDetached change. Better hacks for old FPC versions without TProcessClassTemplate. Issue #35991
|
2020-08-09 16:23:09 +00:00 |
winfileutil.inc
|
|
|
winlazfileutils.inc
|
New optimized functions in LazUtils: FilenameExtIs and FilenameExtIn. Used instead of CompareFileExt and similar.
|
2021-02-15 08:43:50 +00:00 |
winlazutf8.inc
|
LazUtils: Remove tests for FPC versions 2.x.
|
2020-11-11 14:03:48 +00:00 |