Граф коммитов

30 Коммитов

Автор SHA1 Сообщение Дата
Alexander Vostres 403461b3dd Merge branch 'fix-netstandard2' 2018-09-02 12:10:36 +03:00
Alex Vostres 681540aed9 Switch cecil to nuget package 2018-09-01 15:41:38 +03:00
Alexander Vostres b9b8f9f852 Migrate to vanilla 0.10 cecil 2018-09-01 01:53:44 +03:00
Alex Vostres f2aef65ff2 Don't build new test app in Debug_unix configuration 2018-08-31 11:26:37 +03:00
Alexander Vostres afcf3a2b9f Add integration test for application that targets .NET 4.6.2 and has netstandard2 dependencies 2018-08-31 01:22:58 +03:00
WMJ 168e48e6a4 Recommit /repackdrop option support 2018-03-05 08:36:16 +08:00
Timotei Dolean 0f26607100 Don't build the .NET 4.6.2 app on Unix 2017-03-29 18:11:47 +02:00
Timotei Dolean d5095579e0 Add integration test for .NET 4.6.2 2017-03-29 18:11:47 +02:00
Timotei 62527e4e5a Compile ILRepack before ClassLibrary project 2015-06-13 20:57:08 +03:00
Francois Valdy ac96466424 API cleanup
- include Parse in options ctor
- merge Parse and ParseProperties, but extract validation (not all)
- move NuGet tests to integ tests
2015-06-08 22:51:14 +02:00
Francois Valdy 3ac91190e1 Fix platform directory on linux
- also drop v1 / v1.1 target frameworks (yes, just like that)
(as they don't exist on mono and would require UT segregation)
- remove IntegrationTests from unix build as they're only WPF
(so far)
- Bump the ToolsVersion to 14 to make it more explicit we build
 with C#6 features
2015-06-05 16:17:39 +02:00
Timotei Dolean 3f45614cc7 Add the Debug_unix configuration 2015-05-25 16:53:09 +03:00
Timotei Dolean 18f440d8e0 Add a more complex WPF scenario
It uses System.Windows.Interactivity
and MahApps
2015-05-15 11:03:35 +03:00
Timotei Dolean 4b727ecf60 Add the WPF library theming and styles scenario 2015-05-13 10:04:00 +03:00
Timotei Dolean e190278f72 Add class usage in the nested library scenario 2015-05-11 15:49:43 +03:00
Timotei Dolean cf615433e0 Add nested library XAML usage test scenario 2015-05-11 11:25:17 +03:00
Timotei Dolean 19bccf51c6 Add user control usage in xaml test scenario 2015-05-05 18:15:30 +03:00
Timotei Dolean 74d0a5e1a9 Add first integration test for WPF 2015-04-10 12:18:37 +03:00
Timotei Dolean 60ec6b6901 Remove the x86 solution architecture
All projects build for AnyCPU only
2015-04-06 13:10:53 +03:00
Timotei Dolean b1f1b03f8d Use proper project configurations for Release 2015-04-06 13:09:48 +03:00
Timotei Dolean 218c366d50 Removed unused solution configurations
They were added when the mono cecil was added
but they are not used at all.
2015-04-06 12:52:56 +03:00
Vasile Tofan 9512683a65 Added ILRepack.Tests to sln. Updated sln to work for VS2013. 2015-02-11 21:29:11 +02:00
Francois Valdy ab1fd628a1 Added line indexing support (using IKVM attributes) 2013-01-22 21:40:02 +01:00
Alexander I. Zaytsev 505fd65fae Use cecil from submodule 2012-10-17 02:08:07 +06:00
Francois Valdy d528afdde9 Added nuspec file into solution 2012-10-15 11:07:40 +02:00
Francois Valdy f8be20743f Move to github.
You now need to checkout both gluck/cecil and gluck/il-repack repositories in the same folder.
2011-10-20 18:38:19 +02:00
fvaldy 45b8e59395 Upgrading to Cecil # f5c964276099fd4896eb.
Including debug symbol projects to get a correct 3.5 build (issue with ExtensionAttribute)
2011-04-19 16:44:52 +02:00
Francois Valdy e184be80f3 Upgrading to VS2010 2011-04-09 18:04:15 +02:00
fvaldy eedd3ac5c7 Renamed namespace to avoid conflict with main class.
Added configuration file merge & xml documentation merge.
2011-02-13 17:46:12 +01:00
Francois Valdy 3c855b7045 Import of Cecil fork.
Not meant at being neither disrespectful nor long lived, but will allow code sharing for the time being.

Patches from original are:
- removed "context ?? " in Import.cs to correctly import Generics with a context
- allows transient null returnType for MethodReference (because we need the MethodReference object to pass it as a context to correctly import ... the return type)
2011-01-30 02:17:38 +01:00