Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-01Preserve subsystem version in NT headersJb Evain
2019-01-31Do not verify obfuscated assemblyJb Evain
2019-01-31Fix reading of obfuscated self referencing typeref row. Fix #555Jb Evain
2019-01-31Add tests verifying we preserve the order of metadata elementsJb Evain
2019-01-29Add a test to compose symbol writersJb Evain
2019-01-19Fix the read only buildAndrew Au
2018-10-04Do not skip trailing null char in custom attribute stringsJb Evain
2018-09-09Use the 1.0 embedded PDB versionLucas Trzesniewski
2018-06-28Implement support for SymbolStream in the default symbol readerJb Evain
2018-03-23Add a ClassLayoutTable row for structs with no instance fieldsAnton Tykhyy
2018-03-07Do not create false type references when calling ModuleDefinition.GetTypeJb Evain
2018-03-05Pluralize symbolsJb Evain
2018-03-03Fix existing testJb Evain
2018-03-03Add tests for ppdb symbol mismatchJb Evain
2018-03-03Add tests for mdb symbol mismatchJb Evain
2017-11-25Add test for mismatched pdb (#469)Chris Hamons
* Add test for mismatched pdb - Test for 023812807c0cb0dfe5bb5752df17b8ec0bf5994b * Code review changes * More code review changes * Fix csproj
2017-11-17Fix #461: wrong StateMachineScopeDebugInformation APIJb Evain
2017-11-17Fix #462: incorrect AsyncMethodBodyDebugInformation APIJb Evain
2017-11-03Add test and fix for #459, Resolve failing on member obtained by ↵Jb Evain
GetMemberReferences in FSharp.Core
2017-10-25More style fixesJb Evain
2017-10-25Style and patternsJb Evain
2017-10-10Include Mono.Cecil.Tests.csproj in netstandard buildTomas Matousek
2017-08-31No write, only readJb Evain
2017-08-31Add test for invalid constants in ppdbJb Evain
2017-07-21Add more locations to find peverifyJb Evain
2017-06-02Add support for source link and embedded sources custom debug infosJb Evain
2017-05-04add readonly configSimon Cropp
get build running again
2017-04-26Dispose owned stream even when an exception is thrownJb Evain
2017-04-26Add test making sure file handles are released when failing to write an assemblyJb Evain
2017-04-21Add test for ModuleDefinition.FileName when module was created as a user ↵Jb Evain
owned file stream
2017-04-04Fix handling of null constants in portable pdbsJb Evain
2017-03-29Fix reading/writing the size of table indexes in external pdbsJb Evain
2017-03-22Fix TypeDefinition.MetadataType for core typesJb Evain
2017-03-21Add test for empty portable pdbJb Evain
2017-03-13Add support for deterministic debug directoryJb Evain
2017-03-13Complete embedded ppdb testJb Evain
2017-03-13Add support for the new embedded compressed ppdbJb Evain
2017-03-09Fix handling of hidden sequence pointsJb Evain
2017-03-01Ignore BranchOutside test on Mono because of Mono ilasm issueJb Evain
2017-02-28Add support for branches past the method bodyJb Evain
2017-02-11Add tests for default symbol reading and writingJb Evain
2017-01-10[ppdb] Fix the encoding/decoding of empty parts in document names, they ↵Zoltan Varga
should be encoded as index 0. Also, empty parts should be retained during writing, since /foo/bar is encoded as <empty><foo><bar>.
2016-10-14Fix writing types in custom attributes that are arrays of nested typesJb Evain
2016-07-28Properly handle ownership of streams used by CecilJb Evain
2016-07-22New ReaderParameters to set the FileAccess to read write for reading and ↵Jb Evain
writing to the same module
2016-07-22Add parameterless Write methods to write to the same stream as the assembly ↵Jb Evain
is read from
2016-07-21Make AssertCode use the new TryGetName for variablesJb Evain
2016-07-15Fix NET_3_5 compilationJb Evain
2016-07-15Merge branch 'master' into winrt-projectionsJb Evain
2016-07-15Make test pass with another version of the Win10 SDK installedJb Evain