-
-
Notifications
You must be signed in to change notification settings - Fork 640
Comparing changes
Open a pull request
base repository: jbevain/cecil
base: 0.11.1
head repository: jbevain/cecil
compare: 0.11.2
- 16 commits
- 40 files changed
- 6 contributors
Commits on Nov 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6a04692 - Browse repository at this point
Copy the full SHA 6a04692View commit details
Commits on Dec 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4ee6af0 - Browse repository at this point
Copy the full SHA 4ee6af0View commit details -
Merge pull request #632 from jbevain/netfx-ref-assemblies
Use the new reference assemblies package
Configuration menu - View commit details
-
Copy full SHA for 6a6a88f - Browse repository at this point
Copy the full SHA 6a6a88fView commit details
Commits on Dec 8, 2019
-
Reduce some GC pressure that adds up in several unity workloads. (#633)
* stop creating empty arrays over and over * take a conservative starting size for sequence points collection * don't use 0 as default size for generic arguments of a generic instance type. * revert initial reserve of 4 * use existing Empty<T>.Array * Remove whitespaces
Configuration menu - View commit details
-
Copy full SHA for 797ee89 - Browse repository at this point
Copy the full SHA 797ee89View commit details
Commits on Dec 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5174673 - Browse repository at this point
Copy the full SHA 5174673View commit details -
Merge pull request #635 from jbevain/pre-alloc-generic-args
Allocate GenericArguments collections with the right sizes
Configuration menu - View commit details
-
Copy full SHA for 9602632 - Browse repository at this point
Copy the full SHA 9602632View commit details
Commits on Dec 16, 2019
-
Add index based method to ILProcessor
This makes it simpler to work with it when the instruction positions are known in advance.
Configuration menu - View commit details
-
Copy full SHA for ab9bd42 - Browse repository at this point
Copy the full SHA ab9bd42View commit details -
Merge pull request #636 from marek-safar/api
Add index based method to ILProcessor
Configuration menu - View commit details
-
Copy full SHA for daadf76 - Browse repository at this point
Copy the full SHA daadf76View commit details
Commits on Jan 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 93aeae7 - Browse repository at this point
Copy the full SHA 93aeae7View commit details
Commits on Jan 24, 2020
-
Improves thread safety of lazy initializations
The Interlocked.Exchange calls will ensure that the same object is returned from each call even under a race. That's not necessarily required, but it should also make sure that no write re-ordering issues occur on platforms that allow it. And it also makes the possibility of thread safety issues explicit.
Configuration menu - View commit details
-
Copy full SHA for df63b27 - Browse repository at this point
Copy the full SHA df63b27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d82dab - Browse repository at this point
Copy the full SHA 4d82dabView commit details
Commits on Jan 27, 2020
-
Updated lazy initialization for AssemblyNameReference.PublicKeyToken
Intialize it to null to match pattern for the other references. Fixes the case were the lazy initialization would break when public_key_token was Empty<byte>.Array.
Configuration menu - View commit details
-
Copy full SHA for 227f665 - Browse repository at this point
Copy the full SHA 227f665View commit details
Commits on Jan 28, 2020
-
Merge pull request #641 from Unity-Technologies/improve-thread-safety
Improves thread safety of lazy initializations
Configuration menu - View commit details
-
Copy full SHA for 0a2f294 - Browse repository at this point
Copy the full SHA 0a2f294View commit details
Commits on Jan 31, 2020
-
Fix locally scoped constant array (#644)
* add failing test for LocallyScopedConstantArray * add LocallyScopedConstantArray target assembly * ElementType.Array should be treated the same as object in ReadLocalConstant * assert constant is null * Style fixes Co-authored-by: Jb Evain <jb@evain.net>
Configuration menu - View commit details
-
Copy full SHA for 933575c - Browse repository at this point
Copy the full SHA 933575cView commit details
Commits on Feb 12, 2020
-
Changing PdbReaderProvider to accept create EmbeddedPDB from stream. (#…
…648) * Changing GetSymbolReader from PdbReaderProvider, when we create a Module from stream we don't have the filename, and it's not necessary to create an EmbeddedPortablePdbReaderProvider, so I've moved the check to after the creation of EmbeddedPortablePdbReaderProvider.
Configuration menu - View commit details
-
Copy full SHA for 7d2479e - Browse repository at this point
Copy the full SHA 7d2479eView commit details
Commits on Feb 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b2958c0 - Browse repository at this point
Copy the full SHA b2958c0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.11.1...0.11.2