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
path: root/msvc
AgeCommit message (Expand)Author
2014-04-16Update the configuration file for project buildsMiguel de Icaza
2014-04-16[VS] Change the tools version back to v110 so it works with VS 2012.Rodrigo Kumpera
2014-04-16[windows] Remove sdb symbol from mono.def. Fix the build.Rodrigo Kumpera
2014-04-08VTune profiler: update to VTune Amplifier 2013.Virgile Bello
2014-04-08MSVC: In libmono.vcxproj, mini-native-types.c was included as header instead ...Virgile Bello
2014-03-16[runtime] Fix the msvc build.Zoltan Varga
2014-02-20Add msvc/mono.props to EXTRA_DIST so make dist will find it.Kelly
2014-01-24remove private msbuild hacking project files.Atsushi Eno
2014-01-07update .sln too.Atsushi Eno
2014-01-07Revert "Remove private sln/csproj files."Atsushi Eno
2013-12-13Merge pull request #837 from madewokherd/update-defZoltan Varga
2013-12-13Update msvc .def files.Vincent Povirk
2013-12-13Exclude some functions that aren't on win32.Vincent Povirk
2013-12-13Update create-windef.pl to account for sgen/boehm compiles.Vincent Povirk
2013-12-12Update file listinigs in msvc projects.Vincent Povirk
2013-12-03Remove private sln/csproj files.Atsushi Eno
2013-12-03Add hacking MSBuild solution for MSBuild libraries.Atsushi Eno
2013-10-21Add mono_gc_wbarrier_generic_store_atomic () function.Alex Rønne Petersen
2013-10-18Fix MSVC build.Jonathan Lima
2013-09-20[Install] Add Compat.browser files for net_4_0 and net_4_5Etienne CHAMPETIER
2013-08-13[msvc] Avoid linking against libgc in the sgen configurations.Zoltan Varga
2013-08-12Fixed MSVC build, ported to Visual Studio 2012.Jonathan Lima
2013-07-26Add a mono_binary_search () function.Alex Rønne Petersen
2013-07-26Update msvc project files with newly added sgen files.Zoltan Varga
2013-07-21Added mono-mutex.h & c to libmonoutils.vcxproji59
2013-07-18Make mono_hwcap_init () only perform initialization if not already done.Alex Rønne Petersen
2013-07-11Add a mono-hwcap module to utils.Alex Rønne Petersen
2013-07-10Add atomic.c/.h to libmonoutils.vcxproj.Alex Rønne Petersen
2013-07-02Update csproj filesMarek Safar
2013-04-19Fix the msvc build.Zoltan Varga
2013-04-06Fix the windows build.Zoltan Varga
2013-03-01Revert "Fix object::GetType when remoting is enabled."Rodrigo Kumpera
2013-03-01Fix object::GetType when remoting is enabled.Rodrigo Kumpera
2013-03-01Make x64 compilation work out of the boxTalAloni
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-07Update csproj generator to work on macMarek Safar
2013-01-13FIX: doubling up on curly braces around GUIDs in the solution filesJean-Michel Perraud
2013-01-11minor refactor for solution files names generationJean-Michel Perraud
2013-01-10Document the Visual Studio csproj and .sln generation, tidy up/fixes. Getting...Jean-Michel Perraud
2013-01-07solution and VS project file generation improvements. Get solutions that incl...per202
2013-01-05Add a file with ivsual studio settings with (trying to conform to) the Mono c...per202
2013-01-04Initial work to make the mono csproj files mroe readily compilable in Visual ...per202
2012-10-11Merge remote-tracking branch 'joncham/sgen-msvc2'Rodrigo Kumpera
2012-09-26Upadte csproj filesMarek Safar
2012-08-31Add missing files and adjust linker settings for sgen targets of vcxproj files.Jonathan Chambers
2012-08-31Add sgen specific .def file.Jonathan Chambers
2012-07-21Merge pull request #309 from i59/patch-1Miguel de Icaza
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-06-26Update VS project filesMarek Safar
2012-05-31Build Configuration: Don't build libmono to Release_SGen in x64 Release mode.Filip Lundgren