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
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
2012-05-02Merge pull request #285 from joncham/eglib-fixesZoltan Varga
2012-05-02Adjust linker path to find eglib.lib for test_eglib project.Jonathan Chambers
2012-04-17Add missing referencesMarek Safar
2012-04-05Update csproj filesMarek Safar
2012-03-09Fix output names for libmono.vcxproj.Jonathan Chambers
2012-03-08Fix make dist after the reorganization of the msvc project filesAlex Corrado
2012-03-08Merge remote-tracking branch 'local/msvc-updates' into msvc-updatesJonathan Chambers
2012-03-08Rework vcxproj files to match Makefile based build. Build libmonoutils and li...Jonathan Chambers
2012-02-10Add VS project files for test projectMarek Safar
2011-09-14Update .gitignoreJonathan Chambers
2011-08-26Add new file to project.Jonathan Chambers
2011-04-22Turn off warn as error for Release as well.joncham
2011-04-22Disable vtune profiler by default.joncham
2011-04-22Remove a warning and allow eglib to build with warnings.joncham
2011-04-21update msvc buildRodrigo Kumpera
2011-04-20Fixed MSVC to build giconv.cJeffrey Stedfast
2011-04-19Implemented g_iconv*() functions w/ cacheJeffrey Stedfast
2011-04-11Add missing files to msvc projectRodrigo Kumpera