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-06-22libmono.vcxproj: Link to libmonoruntimesgen.lib in the Release_SGen modei59
2014-06-22Added file-mmap-windows.c to libmonoruntime.vcxproji59
2014-06-04[win64] Windows64 MSVC compiler dropped support for inline assembly. Move tha...Rodrigo Kumpera
2014-06-04[VS] Fix the solutions to work with win64. Update the file list to include so...Rodrigo Kumpera
2014-05-25[build] MSBuild setup: Add support for -keyfile and -delaysign, thanks to Mar...Miguel de Icaza
2014-05-24[msvc/scripts] Update order.xml file with Makefile changes, update generatorMiguel de Icaza
2014-05-23Update order.xmlMiguel de Icaza
2014-05-23[build/msbuild] Tool resolves assemblies based on exact match, not random-lastMiguel de Icaza
2014-05-21[vsbuild] Update Makefiles to not generate the VS metadata for the 'basic' pr...Miguel de Icaza
2014-05-20[build] Record extra library builds for our Visual Studio input filesMiguel de Icaza
2014-04-28genproj: add support for Alias in project referencesMiguel de Icaza
2014-04-28[genproj] For Path.GetFullPath to work, we must use convert Windows paths to ...Miguel de Icaza
2014-04-19[genproj] Steps towards making pre-build scripts cross platform; Lots more ...Miguel de Icaza
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-04-19[genproj] Set the output directory to the Mono one, not an intermediary oneMiguel de Icaza
2014-04-19Update order.xmlMiguel de Icaza
2014-04-18[genproj] Some hygiene changes to genproj, to be able to even digest thisMiguel de Icaza
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