1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 9 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
core: new TDocVariantData.AddValueText method - when we don't need to recognize numbers or booleans, and we expect to add the values always as string More... 10 days ago
core: fixed TDocVariantData.AddValueFromText() with aValue = '' - it should store '' but not null More... 10 days ago
core: enhanced TMemoryMap.Map(aFileName) - no lock is needed on POSIX - allow optional aCustomSize/aCustomOffset parameters More... 10 days ago
core: fixed TMemoryMap aCustomSize - allows proper mapping size reduction on CPU32 for files > 2GB - fixed BufSize logic More... 10 days ago
core: fixed UnicodeBufferTrimmedToUtf8() inverted logic More... 11 days ago
core: fixed TSynPELoader parser to trim its output text More... 11 days ago
core: introducing UnicodeBufferTrimmedToUtf8() and UnicodeBufferTrimmedToVariant() More... 11 days ago
core: fixed TOrmPropInfoRttiEnum.GetCaption() for FPC booleans More... 11 days ago
core: more user-friendly mvc-info URIs - most URIs start in fact with a lowercased character More... 11 days ago
core: new TMvcApplication.Redirect*() methods - to be used instead of slower EMvcApplication.Goto*() methods - raising an exception has a noticeable performance penalty, and we prefer to follow the well-known and very-wise "exceptions should be exceptional" pattern More... 11 days ago
core: enhanced TMvcRunWithViews.Create constructor - to include more parameters More... 11 days ago
core: introducing TMvcApplication.MethodUri[] property More... 11 days ago
core: simplified RegisterExpressionHelpersForTables() signature More... 11 days ago
core: added {{uriName}} to the RTTI/SOA context More... 11 days ago
core: new function UriCase() More... 11 days ago
core: included new mormot.core.mvc.pas unit More... 11 days ago
core: refactored internal POSIX flags as sets instead of booleans More... 12 days ago
core: fixed TWrapperContext generation More... 12 days ago
ex: let MVCServer BLOG sample use the new units More... 12 days ago
core: new mormot.core.mvc.pas unit - our MVC core logic is now abstracted from the TRestServer and TOrm featuresets More... 12 days ago
soa: moved Code/Documentation Generation Logic (as extracted from RTTI) into mormot.core.interfaces - remove a dependency to REST and ORM units - is needed for "pure web" MVC More... 12 days ago
net: new TSocketIOMessage.DataGet overloaded method More... 12 days ago
all: minor comments precisions More... 12 days ago
Merge pull request #372 from achechulin/master
ab
More... 12 days ago
core: fixed TDocVariantData.Hash - IsCaseSensitive is about property casing, not CaseInsensitive local parameter which is about the value :) More... 12 days ago
soa: refactored Code/Documentation Generation - to prepare embedding the core RTTI logic into core.interfaces - goal is to eventually remove any dependency to mormot.orm.* and mormot.rest.* units, so that we could have e.g. proper MVC info in "pure web" mode More... 12 days ago
tests: slightly enhanced TSynDictionary coverage More... 12 days ago
core: small comments refinements More... 12 days ago
core: fixed compilation More... 12 days ago
tests: validate variant as keys for TSynDictionary or IKeyValue<> - with proper hashing of simple or complex types More... 12 days ago