openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
mORMot2
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 8 hours
ago. based on code collected
about 9 hours
ago.
Aug 17, 2024 — Aug 17, 2025
Showing page 6 of 402
Search / Filter on:
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
Arnaud Bouchez
More...
10 days ago
core: fixed TDocVariantData.AddValueFromText() with aValue = '' - it should store '' but not null
Arnaud Bouchez
More...
10 days ago
core: enhanced TMemoryMap.Map(aFileName) - no lock is needed on POSIX - allow optional aCustomSize/aCustomOffset parameters
Arnaud Bouchez
More...
10 days ago
core: fixed TMemoryMap aCustomSize - allows proper mapping size reduction on CPU32 for files > 2GB - fixed BufSize logic
Arnaud Bouchez
More...
10 days ago
core: fixed UnicodeBufferTrimmedToUtf8() inverted logic
Arnaud Bouchez
More...
11 days ago
core: fixed TSynPELoader parser to trim its output text
Arnaud Bouchez
More...
11 days ago
core: introducing UnicodeBufferTrimmedToUtf8() and UnicodeBufferTrimmedToVariant()
Arnaud Bouchez
More...
11 days ago
core: fixed TOrmPropInfoRttiEnum.GetCaption() for FPC booleans
Arnaud Bouchez
More...
11 days ago
core: more user-friendly mvc-info URIs - most URIs start in fact with a lowercased character
Arnaud Bouchez
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
Arnaud Bouchez
More...
11 days ago
core: enhanced TMvcRunWithViews.Create constructor - to include more parameters
Arnaud Bouchez
More...
11 days ago
core: introducing TMvcApplication.MethodUri[] property
Arnaud Bouchez
More...
11 days ago
core: simplified RegisterExpressionHelpersForTables() signature
Arnaud Bouchez
More...
11 days ago
core: added {{uriName}} to the RTTI/SOA context
Arnaud Bouchez
More...
11 days ago
core: new function UriCase()
Arnaud Bouchez
More...
11 days ago
core: included new mormot.core.mvc.pas unit
Arnaud Bouchez
More...
11 days ago
core: refactored internal POSIX flags as sets instead of booleans
Arnaud Bouchez
More...
12 days ago
core: fixed TWrapperContext generation
Arnaud Bouchez
More...
12 days ago
ex: let MVCServer BLOG sample use the new units
Arnaud Bouchez
More...
12 days ago
core: new mormot.core.mvc.pas unit - our MVC core logic is now abstracted from the TRestServer and TOrm featuresets
Arnaud Bouchez
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
Arnaud Bouchez
More...
12 days ago
net: new TSocketIOMessage.DataGet overloaded method
Arnaud Bouchez
More...
12 days ago
all: minor comments precisions
Arnaud Bouchez
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 :)
Arnaud Bouchez
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
Arnaud Bouchez
More...
12 days ago
tests: slightly enhanced TSynDictionary coverage
Arnaud Bouchez
More...
12 days ago
core: small comments refinements
Arnaud Bouchez
More...
12 days ago
core: fixed compilation
Arnaud Bouchez
More...
12 days ago
tests: validate variant as keys for TSynDictionary or IKeyValue<> - with proper hashing of simple or complex types
Arnaud Bouchez
More...
12 days ago
←
1
2
3
4
5
6
7
8
9
10
…
401
402
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree