Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Numpsy created a branch on Numpsy/openmcdf
enable_trimming - Microsoft Compound File .net component - pure C# - NET Standard 2.0
Numpsy created a comment on a pull request on ironfede/openmcdf
Has a trivial reduction in allocations as a side effect For example, from ``` | Method | Job | Runtime | Mean | Error | StdDev | Gen0 | Gen1 | Allocated | |-...
Numpsy created a review comment on a pull request on ironfede/openmcdf
TBD: I'm not sure if this needs to be public at all
Numpsy opened a pull request on ironfede/openmcdf
Simplify the reading of DictionaryProperty
A thought whilst we're open for API changes: As it stands, for each entry in the property name dictionary, DictionaryProperty - creates a new instance of DictionaryEntry - calls the Read func...Numpsy created a branch on Numpsy/openmcdf
rw/3.0/dict_test - Microsoft Compound File .net component - pure C# - NET Standard 2.0
Numpsy opened a pull request on ironfede/openmcdf
Make sure PropertyNames is always populated in AddUserDefinedProperty()
The way the code was set up *should* mean that PropertyNames is never null in UserDefinedProperties containers, so it should never be null when it gets to the ```PropertyNames.Any```. However, the ...Numpsy created a branch on Numpsy/openmcdf
avoid_null - Microsoft Compound File .net component - pure C# - NET Standard 2.0
Numpsy opened a pull request on ironfede/openmcdf
[RFC] Add some definitions of known property set names
We have a set of 'well known' guids in ```FormatIdentifiers``` so how about adding the matching property stream names as built in properties? These are taken from the FMTID/name table at https:...Numpsy created a branch on Numpsy/openmcdf
stream_names - Microsoft Compound File .net component - pure C# - NET Standard 2.0
Numpsy opened a pull request on ironfede/openmcdf
Set ContinuousIntegrationBuild to true in CI builds
Idea being to enable deterministic build in the CI (so it gets deterministic paths in the debug symbols and such.Numpsy pushed 1 commit to contig Numpsy/openmcdf
- Set ContinuousIntegrationBuild to true in CI builds 947839d
Numpsy pushed 1 commit to contig Numpsy/openmcdf
- Set ContinuousIntegrationBuild to true in CI builds 39d8265
Numpsy created a branch on Numpsy/openmcdf
contig - Microsoft Compound File .net component - pure C# - NET Standard 2.0
Numpsy created a comment on an issue on ironfede/openmcdf
I notice that the nuget.org listing for 2.3.1 has download links for both the nupkg and snukpg files, but for 2.4.0 only has the nupkg? (maybe publishing of symbols is something to verify for the ...
Numpsy pushed 1 commit to master Numpsy/openmcdf
- Rradd GithubActionsTestLogger to the CI builds 6feff0f
Numpsy created a branch on Numpsy/openmcdf
logger_again - Microsoft Compound File .net component - pure C# - NET Standard 2.0
Numpsy pushed 146 commits to master Numpsy/openmcdf
- Add .gitattributes and .gitignore. a640063
- Add project files. 54e3029
- Read/write headers 1e7ff7f
- Read/write directory entries 43e3292
- Enumerate directory entries 95a0c77
- Open and read streams 264fe6c
- Add benchmark e9baa90
- Cache sectors aa8fd9e
- Add IOContext c58349a
- Add enumerators 2e69028
- Move EntryInfo enumerator etc. to Storage cacc76a
- Improve Sector validation 7821a5d
- Allow storage directory entry enumeration b2fc989
- Improve enumerator validation 4d511e0
- Read mini FAT sectors, chains and streams 6c13bec
- Improve stream/storage validation 9a8738b
- Add stream unit tests fd8f692
- Refactoring and bug fixes bb4fe95
- Refactor and add comments 64f3b07
- Improve header validation 4c55bd4
- and 126 more ...