1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed startup on POSIX when no TERM is defined in the env More... about 4 years ago
new Offset/Limit optional parameters to TSynListSpecialized<T>.AsArray More... about 4 years ago
new optional Offset/Limit parameters to TDynArray.SliceAsDynArray More... about 4 years ago
some paranoid fix to TAlgoCompress.Algo More... about 4 years ago
added backward compatible CompressString/UnCompressString function in mormot.core.zip More... about 4 years ago
several fixes to TGenerics.NewKeyValue<> More... about 4 years ago
several fixes, mainly to avoid Delphi compiler internal errors More... about 4 years ago
small doc update More... about 4 years ago
mormot.core.collections now has both IList<> and IKeyValue<> and leverage some tricks to pre-compile and embed most of the specialized types, and reduce a lot the executable and units size using generics (thanks Spring 4D 2.0 for the ideas, and thanks FPC 3.2 for being good at generics too) More... about 4 years ago
introducing TDynArray.SliceAsDynArray method More... about 4 years ago
TZipWrite.CreateFrom will use plain and simple case-insensitive CompareText() for IgnoreFiles[] More... about 4 years ago
ensure TRttiInfo.Name returns '' for nil TypeInfo() in both Delphi and FPC More... about 4 years ago
TDynArray.InitSpecific will accept aKind=ptNone and try to guess the type from RTTI More... about 4 years ago
some minor refactoring More... about 4 years ago
on POSIX, TSynLibrary.LibraryPath contains the full path (via dladdr) once Resolve() is called More... about 4 years ago
new NOLIBDEFLATESTATIC conditional More... about 4 years ago
fixed regression tests after latest Stmt.OrderByFieldDesc changes More... about 4 years ago
ensure case-insensitive file exclusion of TZipWrite.CreateFrom on POSIX More... about 4 years ago
ensure mormot.lib.static is linked if ZLIBSTATIC is defined More... about 4 years ago
properly handle ORDER BY .. DESC field(s) - as reported by https://github.com/synopse/mORMot/pull/123 More... about 4 years ago
micro-ecc is the current name of our ECC reference library - fix for https://github.com/synopse/mORMot/issues/398 More... about 4 years ago
refactored SHA-384 and SHA-512 hashing to share as much code as possible More... about 4 years ago
fixed Delphi 7 compilation More... about 4 years ago
implemented BASE-58 encoding More... about 4 years ago
introducing DEFAULT_PORT_INT[Https] More... about 4 years ago
introducing Utf8ToFileName() and overloaded Utf8ToString() functions More... about 4 years ago
new random contemporary date/time functions More... about 4 years ago
ensure MemCmpSse2() handle negative Length More... about 4 years ago
introducing X509_get_pubkey() API call More... about 4 years ago
several fixes to RTTI support More... about 4 years ago