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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-24Add Microsoft.Portable.CSharp.targets to the .spec file.Martin Baulig
2013-05-03Add facade assemblies to the rpm spec file.Martin Baulig
2013-03-22making the build system aware of system.web.http.webhost that is a component ↵Mike Morano
of the aspnetwebstack
2013-03-14Add new assembliesMarek Safar
2013-02-01Add new tool to the spec file.Rodrigo Kumpera
2013-01-22[build] Don't try to include 4.5 assemblyJérémie Laval
2013-01-21[build] Fix RPM build (normally)Jeremie Laval
2012-12-11Fix reactive.pc file name in rpm spec.Atsushi Eno
2012-12-11Add Reactive Extensions as installed libs, take 2 (with fixed rpmspec this ↵Atsushi Eno
time).
2012-12-05Bring back 2.10 based System.Json and move aspnet stack version to ↵Marek Safar
System.Json.Microsoft
2012-09-05Add System.Web.Http.Selfhost assemblyMarek Safar
2012-07-27Fix GAC pathMarek Safar
2012-07-27Fix EF spec categoryMarek Safar
2012-07-27Add EntityFramework (not same as System.Data.Entity)Marek Safar
2012-04-27Fix the linux build that broke because of 786db71dDuncan Mak
2012-04-23[build] Try to enable parallel make on RPM buildJeremie Laval
2012-03-30Don't install Newtonsoft.JsonMarek Safar
2012-03-30Update spec for the rest of the mvc3/razor additionsAlex Corrado
2012-03-29Add System.Web.Razor.dll to the spec fileAlex Corrado
2012-03-13Final spec file changes for 2.11 packaging. Adds back a couple files that ↵Alex Corrado
were lost in my last commit.
2012-03-13Add System.Net.Http to spec fileMarek Safar
2012-03-13Add back the 4.0 profile assemblies to the spec.Alex Corrado
The 4.0 assemblies are not used at runtime, but the metadata is needed to build against the 4.0 profile. When there is time, we might consider running mono-cil-strip on these to reduce package size.
2012-03-12Update mdoc.exe from 2.0 to 4.5 in the specAlex Corrado
2012-03-12Add unpackaged 4.5 install files to the specAlex Corrado
2012-03-12Update spec file to 4.5 profileMarek Safar
2012-03-10Update a couple more tools in the spec that moved 4.0 to 4.5Alex Corrado
2012-03-10Update spec file to reflect tools that moved from the 4.0 to the 4.5 profileAlex Corrado
2011-04-21add crlupdate to specAndrew Jorgensen
2011-03-07Fix up devel packages in spec fileAndrew Jorgensen
2011-03-01add xbuild-frameworks to rpmAndrew Jorgensen
2011-02-17Remove duplicate Mono.SoftdebuggerMarek Safar
2011-02-15Mono.Debugger.Soft.dll is installed for 4.0 also.Andrew Jorgensen
2011-02-15Add Mono.Debugger.Soft.dll to specMarek Safar
2011-02-10Remove more csharp2 referencesMarek Safar
2011-02-02Update mono.spec with new mcs.exe locationMarek Safar
2011-01-26Add 2.0 and 4.0 S.D.S.CAndrew Jorgensen
2011-01-25Add WebMatrix.Data to specAndrew Jorgensen
2011-01-25Merge branch 'sgen-android'Mark Probst
Conflicts: mono/metadata/sgen-gc.c
2011-01-24[build] pkg-config support for libmonosgen.Mark Probst
2011-01-21Oops, Microsoft.Web.Infrastructure, not System.Andrew Jorgensen
2011-01-21Add Microsoft.Web.Infrastructure and Mono.Parrallel to specAndrew Jorgensen
2011-01-20Remove more *mcs.exe referencesMarek Safar
2010-12-23Package the new mcs.exe instead of gmcs.exeAndrew Jorgensen
2010-12-13Simplify the profiler line in the spec fileAndrew Jorgensen
Stuff sometimes appears or disappears here, just use a wildcard.
2010-11-13Add new profiler to mono-devel packageAndrew Jorgensen
2010-11-10Remove compat-4.0 dir (nothing there anymore)Andrew Jorgensen
2010-09-24move DynamicData to mvc because it depends on ExtensionsAndrew Jorgensen
2010-09-23Revert "mdoc 2.0-only profile build support, take 3!"Jonathan Pryor
We'll instead just disable the docs build entirely if --with-profile4=no is specified [future commit, not this one].
2010-09-22mdoc 2.0-only profile build support, take 3!Jonathan Pryor
Further discussion suggested that, even if mdoc 2.0 works, it hasn't gotten widespread testing (as it's been a 4.0 app for months), so it would be preferable to keep it as a 4.0 app. However, it still needs to be built under 2.0 so that a --with-profile4=no build can...build...without errors. Thus, the compromise: build mdoc twice, once for each profile. This will ensure that *some* version of mdoc is around when mcs/docs is built. Unfortunately we can't place mdoc into $(per_profile_dirs), as these are built before $(net_2_0_dirs) (and thus before monodoc, which needs to be built before mdoc). Thus the compromise of listing mdoc in *both* $(net_2_0_dirs) and $(net_4_0_dirs), allowing build dependencies to be met.
2010-09-22Revert "mdoc 2.0-only profile build support, take 2!"Marek Habersack
This reverts commit 313633fc67cf1479514019a56143e5ad1643d28f because it breaks the build.