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
2022-11-08Merge pull request #49 from mdh1418/enable_codeqlHEADmainMitchell Hwang
2022-11-03Enable CodeQL with TSAmdh1418
2022-10-24Rename packages to not clash with the official cecil package name, Microsoft....Tlakaelel Axayakatl Ceja
2022-10-21Update azure-pipelines.yml (#46)Tlakaelel Axayakatl Ceja
2022-10-21Add Mono.Cecil.Pdb as a package otherwise NativePdb reading will fail in link...Tlakaelel Axayakatl Ceja
2022-10-21Update dependencies from https://github.com/dotnet/arcade build 20221013.2 (#44)dotnet-maestro[bot]
2022-10-14Add publishing props to cecil (#43)Tlakaelel Axayakatl Ceja
2022-10-14Update dependencies from https://github.com/dotnet/arcade build 20221012.1 (#42)dotnet-maestro[bot]
2022-10-11Source build fix in linux (#41)Tlakaelel Axayakatl Ceja
2022-10-11Remove .xml files from the .gitignore file (#40)Tlakaelel Axayakatl Ceja
2022-10-10**BYPASS_SECRET_SCANNING** (#39)Tlakaelel Axayakatl Ceja
2022-10-06Add arcade infrastructure to dotnet/cecil (#37)Tlakaelel Axayakatl Ceja
2022-10-06Merge pull request #38 from marek-safar/syncMarek Safar
2022-10-06Merge remote-tracking branch 'upstream/master' into syncMarek Safar
2022-09-30Address issue #873 (#874)Steve Gilham
2022-09-30Add `MethodImplAttributes.AggressiveOptimization` (#855)Tim Van Holder
2022-09-30Fix a race condition between certain Has properties and their collection prop...Mike Voorhees
2022-09-30Add more style configuration (#854)Tim Van Holder
2022-09-30ILProcessor should also update custom debug info (#867)Vitek Karas
2022-09-30Fix corrupted debug header directory entry when writing multiple such entries...Vitek Karas
2022-09-30InvariantCulture for operand to string conversion in Instruction.ToString() (...Fantoom
2022-09-30Add support for generic attributes (#871)Sven Boemer
2022-08-23Add support for generic attributes (#36)Sven Boemer
2022-07-19Fix corrupted debug header directory entry when writing multiple such entries...Vitek Karas
2022-06-23ILProcessor should also update custom debug info (#34)Vitek Karas
2022-06-15Add `Unmanaged` calling convention (#852)Tim Van Holder
2022-06-15Fix mixed module ReadSymbols() (#851)Marco Rossignoli
2022-02-22Merge remote-tracking branch 'upstream/master'Marek Safar
2022-02-22Fix custom attribute with enum on generic type (#827)Vitek Karas
2022-01-28Add public API for instruction clonningMarek Safar
2022-01-20Merge remote-tracking branch 'upstream/master'Marek Safar
2022-01-20Revert "Fix deterministic MVID and add PdbChecksum (#31)"Marek Safar
2022-01-20Revert "Fix portable PDB stamp in CodeView header (#32)"Marek Safar
2022-01-20Fix deterministic MVID and add PdbChecksum (#810)Vitek Karas
2022-01-20Harden debug scope update logic (#824)Vitek Karas
2022-01-20FieldRVA alignment (#817)David Wrighton
2022-01-14Switch to netcoreapp3.1 for tests (#823)Jb Evain
2022-01-13Add support for generating the method and generic method comment signature wi...Michael Jin
2021-12-09Merge remote-tracking branch 'upstream/master'Marek Safar
2021-11-29Fix portable PDB stamp in CodeView header (#32)Vitek Karas
2021-11-11Fix deterministic MVID and add PdbChecksum (#31)Vitek Karas
2021-08-13Addressing issue #781 (#782)Steve Gilham
2021-07-26Merge pull request #30 from jbevain/masterAlexander Köplinger
2021-07-22Update the version of Microsoft.NETFramework.ReferenceAssemblies.net40 (#787)Tlakaelel Axayakatl Ceja
2021-07-03Fix handling of empty string constants (#776)Jb Evain
2021-07-02Bump to 0.11.4Jb Evain
2021-07-02Preserve LargeAwareAddress image flag (#775)Jb Evain
2021-07-01Prevent an exception if a string local constant is invalid (#774)Jb Evain
2021-07-01Merge remote-tracking branch 'upstream/master'Marek Safar
2021-07-01Remove unused field (#772)Jb Evain