lazarus/components/lazutils
2021-10-13 18:45:08 +02:00
..
examples LazUtils: Fix and improve TLookupStringList and its example project. 2021-02-05 11:27:59 +00:00
languages LCL: Move TCheckCombobox to LazControls 2021-10-13 18:45:08 +02:00
test LazUtils: Add tests for mask when ranges are disabled. 2021-10-13 17:51:02 +03: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: Restore the José Mejuto's version of TMask. Faster and better. Can be tested now without hurry. 2021-10-13 17:51:02 +03: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 Lazutils: Fpmake.pp, added conditional dependency on winunits-base 2021-08-27 00:19:05 +02:00
FTL.TXT
graphmath.pp lazutils: less hints 2021-04-17 11:30:56 +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 2021-04-17 11:28:55 +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 lazutils: less hints 2021-04-17 11:28:55 +00:00
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 lazutils: less hints 2021-04-17 11:28:55 +00:00
laz_avl_tree.pp
laz_dom.pas
laz_xmlcfg.pas
laz_xmlread.pas
laz_xmlstreaming.pas lazutils: less hints 2021-04-17 11:28:55 +00:00
laz_xmlwrite.pas
lazclasses.pas TRefCountedObject, make thread safe 2020-12-16 14:44:11 +00:00
lazcollections.pas FpDebug: "waitable section" / Protect some code from being entered twice 2021-06-14 08:12:49 +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 LazFileUtils: make ResolveDots a little more consitent w.r.t. having the result ending with a PathDelim. Issue #37188. Do not merge to Fixes 2.2. 2021-08-20 18:43:37 +02:00
lazfileutils.pas lazutils: less hints 2021-04-17 11:30:56 +00:00
lazlinkedlist.pas
lazlistclasses.pas lazutils: less hints 2021-04-17 11:28:55 +00:00
lazlogger.pas Remove useless test for X <> Nil when using "is" operator. 2020-08-18 17:35:21 +00:00
lazloggerbase.pas lazutils: less hints 2021-04-17 11:30:56 +00:00
lazloggerdummy.pas LazDebugger: add operators for log-enable to main unit too. 2019-06-19 15:26:19 +00:00
LazLoggerImpl.inc lazutils: less hints 2021-04-17 11:28:55 +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 Rename CompareMethods to more logical SameMethod. Remove old deprecated functions. 2021-10-10 19:00:49 +03:00
lazpasreadutil.pas
lazstringutils.pas Revert checking for Pascal keywords in LazIsValidIdent which is used also for unit names etc. Prevent illegal name by other means. 2021-09-28 14:33:36 +03:00
lazsysutils.pas LazUtils: Rename unit LazUTF8SysUtils -> LazSysUtils. It had nothing to do with character encoding. 2018-07-25 13:38:59 +00:00
laztracer.pas Use RaiseGDBException from LazTracer unit. Remove similar funcs from IDEProcs and ComponentReg. 2018-07-24 17:49:21 +00:00
lazunicode.pas
lazutf8.pas LazUtf8: fix FindInvalidUtf8CodePoint for 3-byte encodings that encode for values reserved for UTF-16 surrogate halves. 2021-06-16 08:25:28 +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: less hints 2021-04-17 11:28:55 +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 Lazutils: Fpmake.pp, added conditional dependency on winunits-base 2021-08-27 00:19:05 +02: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: Restore the José Mejuto's version of TMask. Faster and better. Can be tested now without hurry. 2021-10-13 17:51:02 +03:00
lazversion.pas set trunk version to 2.3.0 2021-06-15 14:00:39 +00:00
lconvencoding.pas LazUtils: Restore function KOI8ToUTF8, earlier renamed as KOI8RUToUTF8, and deprecate it. 2021-07-14 15:00:31 +00:00
lcsvutils.pas lazutils: less hints 2021-04-17 11:28:55 +00:00
lookupstringlist.pas LazUtils: Fix and improve TLookupStringList and its example project. 2021-02-05 11:27:59 +00:00
Makefile set trunk version to 2.3.0 2021-06-15 14:00:39 +00:00
Makefile.compiled updated makefiles 2018-07-11 23:58:59 +00:00
Makefile.fpc make: changed default darwin lcl platform from carbon to cocoa 2020-07-13 09:00:41 +00:00
maps.pp lazutils: less hints 2021-04-17 11:28:55 +00:00
masks.pas LazUtils: Make TMaskList.MatchesWindowsMask work using a hack. Streamline mask constructors. Add author info. 2021-10-13 17:51:02 +03: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 lazutils: less hints 2021-04-17 11:28:55 +00:00
uitypes.pas LazUtils: deprecate UITypes and alias its types only for FPC 3.2.0 and up 2021-06-14 21:13:09 +00:00
unixfileutil.inc
unixlazfileutils.inc
unixlazutf8.inc
utf8process.pp LazUtils: Make params of UTF8Process.RunCmdFromPath 'const'. Issue #39005, patch by CudaText man. 2021-06-16 21:38:36 +00:00
winfileutil.inc
winlazfileutils.inc LazUtils: Fix building when directory is a Windows mount point. Issue #39120, patch by Alguien. 2021-07-06 18:52:45 +00:00
winlazutf8.inc LazUtils: Remove tests for FPC versions 2.x. 2020-11-11 14:03:48 +00:00