lazarus/components/lazutils
Maxim Ganetsky 95205108d4 LazUtils, MultiThreadProcs: reinstate _SC_NPROCESSORS_CONF constant, use it for sysconf call, issue #41659.
_SC_NPROCESSORS_ONLN does not account for available but sleeping cores.
The abnormal reporting of 128 processors by VMware virtual machine
should be dealt with separately.
2025-05-30 15:47:12 +03:00
..
examples
languages Translations: Chinese translation update by ACTom, merge request !480 2025-05-22 15:46:47 +03:00
test
amigalazfileutils.inc
asiancodepagefunctions.inc LazUtils, LConvEncoding: Fix CP932 (Shift_JIS). Issue #41277, patch by rasberryrabbit. 2024-12-25 02:25:58 +02:00
asiancodepages.inc
avglvltree.pas
codepagesasian.pas
codepagescommon.pas
commoncodepages.inc LConvEncoding: add EncodingCP865. Patch by Alexey Torgashin. Issue #40041. 2022-12-17 18:30:06 +01:00
compwriterpas.pas LazUtils: rename trNoError (TConvertResult) to trSuccess 2025-02-28 15:37:06 +01:00
dynamicarray.pas
dynhasharray.pp lazutils: less hints 2017-08-19 08:18:44 +00:00
dynqueue.pas
extendedstrings.pas
filereferencelist.pas
fileutil.inc LazUtils: Remove unreachable code in function CompareFilenames. Issue #41571, noticed by n7800. 2025-04-07 10:56:24 +03:00
fileutil.pas TFileSearcher: rename OnQueryDirectoruFound to OnQueryDirectoryEnter and only call it when deciding to enter a directory, not when one is found. 2024-02-06 20:21:03 +01:00
fpcadds.pas
fpmake.pp
graphmath.pp LazUtils: Fix calculation error in function PolyBezierArcPoints (unit GraphMath). Issue #41400. Fix typos in comments. 2025-02-03 12:08:57 +01:00
graphtype.pp Removed DimPercent/DimColor calculation. The existing grayscale calculation doesn't change the icon if it's already grayscale, and that was a remnant from an earlier patch that simulated the alpha that ddesDarken does. 2024-06-12 22:54:32 +00:00
html2textrender.pas LazUtils: Split long lines in THTML2TextRenderer. 2024-03-11 01:24:15 +02:00
integerlist.pas
laz2_dom.pas Delete some deprecated functions. Inspired by issue #41363. 2025-01-31 13:50:35 +02:00
laz2_names.inc
laz2_xmlcfg.pas LazUtils: XmlConfig, fix saving default (delete) for enum values 2024-03-12 13:40:13 +01:00
laz2_xmlread.pas LazUtils: use TSysCharSet / See MR !310 2024-08-21 22:35:54 +02:00
laz2_xmlutils.pas
laz2_xmlwrite.pas LazUtils: use TSysCharSet / See MR !310 2024-08-21 22:35:54 +02:00
laz2_xpath.pas
laz_dom.pas LazUtils: Add, fix and unify header comments of many units. 2016-06-18 16:40:04 +00:00
laz_xmlcfg.pas
laz_xmlread.pas
laz_xmlstreaming.pas lazutils: less hints 2024-03-05 15:13:20 +01:00
laz_xmlwrite.pas
lazclasses.pas
lazcollections.pas SynEdit, FpDebug, LazUtils, IdeIntf: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20:35 +02:00
lazconfigstorage.pas
lazdbglog.pas
lazfglhash.pas
lazfilecache.pas
lazfileutils.inc LazUtils/TryCreateRelativePath: Improved checking for double period (indicating parent folder) in paths 2025-01-31 18:37:07 +00:00
lazfileutils.pas IDE/LazFileUtils: fix in GetDarwinNormalizedFilename() #41332 2025-01-13 23:50:43 +08:00
lazlinkedlist.pas
lazlistclasses.pas Support compiling more of Lazarus + its components with -Sy option. 2023-05-21 01:32:42 +03:00
lazlogger.pas LazBuild: Improve colored output. Issue #40878, patch by n7800. 2024-04-20 08:21:31 +03:00
lazloggerbase.pas LazLogger: missing "const" for array param 2024-10-03 00:23:16 +02:00
lazloggerdummy.pas lazutils: less hints 2024-03-05 15:13:20 +01:00
LazLoggerImpl.inc LazLogger: fixed overflow in DbgHex 2024-05-22 15:44:05 +02:00
LazLoggerIntf.inc
lazloggerprofiling.pas LazLogger: fix missing inherited call / for TRefCountedObject 2021-03-28 20:26:15 +00:00
lazmethodlist.pas Delete some deprecated functions. Inspired by issue #41363. 2025-01-31 13:50:35 +02:00
lazpasreadutil.pas
lazstringutils.pas LazUtils: Remove ThousandSeparator handling from function IntToStrWithSuffix. 2025-05-14 08:08:19 +03:00
lazsysutils.pas
laztracer.pas
lazunicode.pas
lazutf8.pas LazUtf8: Fix Utf8Insert for StartCharIndex > Utf8Length(s)+1. Reason: consistent with System.Insert(). 2025-04-07 22:48:51 +02:00
lazutf16.pas LazUtils: Don't initialize tables in UTF8LowerCaseViaTables. It is done in UnicodeLowercase. Issue #41072, by Alexey Torgashin. 2024-08-12 11:28:29 +03:00
lazutilities.pas Move CreateFirstIdentifier, CreateNextIdentifier and MergeSort from LCLProc to LazUtilities. 2024-04-08 16:32:07 +03:00
lazutils_defines.inc
lazutils.lpk
lazutils.pas Support for Highlighter based on TextMate grammar 2023-09-12 12:01:50 +02:00
lazutilsstrconsts.pas
lazversion.pas set main version to 4.99 2024-10-05 22:03:23 +02:00
lconvencoding.pas Remove old deprecated functions and units. 2023-06-15 02:35:52 +03:00
lcsvutils.pas LazUtils: use TSysCharSet / See MR !310 2024-08-21 22:35:54 +02:00
lookupstringlist.pas
Makefile updated makefiles 2024-10-22 00:31:29 +02:00
Makefile.compiled
Makefile.fpc
maps.pp Lazutils: use fpc_finalize instead of obsolete fpc_decref in TTypedMap, patch by Rika, issue #41156 2024-09-26 23:10:03 +03:00
masks.pas Delete some deprecated functions. Inspired by issue #41363. 2025-01-31 13:50:35 +02:00
objectlists.pas
plist2json.pas
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: Optimize function CompareFormatArgs in unit Translations. 2024-02-08 21:18:39 +02:00
unixfileutil.inc
unixlazfileutils.inc lazutils: ExpandFileNameUTF8: fixed HOME with UTF-8 2016-11-02 11:13:07 +00:00
unixlazutf8.inc lazutils: fixed compilation under Windows 2015-12-09 23:35:07 +00:00
utf8process.pp LazUtils, MultiThreadProcs: reinstate _SC_NPROCESSORS_CONF constant, use it for sysconf call, issue #41659. 2025-05-30 15:47:12 +03:00
winfileutil.inc
winlazfileutils.inc LazUtils: simplify TryGetSymlinkTarget for fpc >= 3.3.1 (used in ReadAllLinks on Windows). 2024-08-08 21:52:03 +02:00
winlazutf8.inc