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 (Expand)Author
2015-04-25Merge branch 'master' into lowermemuseJb Evain
2015-04-25Fix styleJb Evain
2015-04-25Merge branch 'importer'Jb Evain
2015-04-22Simplify headerJb Evain
2015-04-22Update copyrightsJb Evain
2015-03-21Add obsolete messageJb Evain
2014-11-03Fix property nameJb Evain
2014-11-03Use the new provider pattern for importersJb Evain
2014-11-02Parameters for the metadata importer and the reflection importerJb Evain
2014-11-02Deprecate Import in favor of cleaner ImportReferenceJb Evain
2014-11-02Fix mergeJb Evain
2014-11-02Merge branch 'master' into importerJb Evain
2014-11-02Expose the runtime version from the metadataJb Evain
2014-11-02Style adjustmentsJb Evain
2014-11-02Merge branch 'master' into threadsafe2Jb Evain
2013-03-16Extract importers into their own classesJb Evain
2012-11-14Thread safe initialziation of the assembly resolverJb Evain
2012-10-29Refactor importing from a generic contextJb Evain
2012-09-11Add import from @gluckJb Evain
2012-08-06Merge branch 'master' into threadsafe2Jb Evain
2012-05-23Add support for reading and writing custom dll characteristicsJb Evain
2012-02-27Expose the debug headerJb Evain
2012-02-22Expose ModuleDefinition.SymbolReaderJb Evain
2012-02-07Avoid creating unecessary instancesJb Evain
2012-02-07Remove the GlobalAssemblyResolverJb Evain
2012-01-20Fix compilationJb Evain
2012-01-20Use a thread safe way of creating the metadata resolverJb Evain
2012-01-20Fix mergeJb Evain
2012-01-12Make TypeDefinition.IsPrimitive and .MetadataType match the behavior of their...Jb Evain
2012-01-10Also dispose of the SymbolReader in ModuleDefinition.DisposeJb Evain
2011-10-31Make DefaultAssemblyResolver disposable tooJb Evain
2011-10-27revert last two experimentationsJb Evain
2011-10-27Also read the table heap from the streamJb Evain
2011-10-27First pass at a branch with reduced memory usage; Keeps an open handle on the...Jb Evain
2011-08-04Prevent a NRE if ReadSymbols should no reader provider be availablejbevain
2011-08-03Fix assembly name initializationjbevain
2011-07-23Provide the ability to override the default metadata resolver implementationjbevain
2011-07-23Add a GetType method that parses runtime type namesjbevain
2011-07-23cleanup assembly name when created from scratchjbevain
2011-07-16Merge branch 'master' of git://github.com/jbevain/cecil into threadsafe2Daniel Grunwald
2011-05-06By popular demand, add a GetTypes to Module to iterate over every Typejbevain
2011-04-25Merge remote branch 'upstream/master' into threadsafe2Daniel Grunwald
2011-04-04Update copyrightjbevain
2011-02-22Make Cecil property getters thread-safe.Daniel Grunwald
2011-02-22Avoid unecessary closuresjbevain
2011-02-22Revert "Lock on Module.Read to allow concurrent access to the module"jbevain
2011-02-18Lock on Module.Read to allow concurrent access to the modulejbevain
2011-02-16Patch Mono.Cecil to allow safe multi-threaded read access.Daniel Grunwald
2010-11-21Expose the assembly resolver as part of the moduleJb Evain
2010-11-05Avoid NREs for newly created assemblies on HasTypeReferenceJb Evain