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
2015-01-16[utils] Extract Windows-specific networking fallback into networking-windows.cAlexander Köplinger
2015-01-15[msvc] Fixed the build.João Matos
2015-01-13[build] Updated csproj files.Marcos Henrich
2015-01-13Fixed msvc/scripts/genproj.cs file seperator issue on UNIX.Marcos Henrich
2015-01-10Add missing files to the windows build.Zoltan Varga
2015-01-10Fix the windows build.Zoltan Varga
2015-01-08[msvc] 64-bit Windows still needs _WIN32_WINNT (for monoposixhelper)Jo Shields
2014-12-03[msvc] Updated project files.Joao Matos
2014-12-03Removed some dead code.Joao Matos
2014-11-26[msvc] duplicate 1d6b8a75fa31d60e9ddbc0b9eddbf05ed3fb6c12 for eglibJo Shields
2014-11-25[msvc] Allow cygwin "make" to be called after winsetup.batJo Shields
2014-11-21[msvc] Add _SGen Configurations to {eglib,libgc,genmdesc}.vcxprojJo Shields
2014-11-21[msvc] Add missing sgen source files to libmonoruntime.vcxprojJo Shields
2014-11-21[msvc] Refreshed .def files (needed for SGen to build)Jo Shields
2014-11-20[msvc] Add a definition for _WIN32_WINNT to MonoPosixHelperJo Shields
2014-10-10[runtime] More win32 build fixes.Zoltan Varga
2014-10-09runtime] Really use WinXP SP2 as the minimum version on the msvc builds too. ...Zoltan Varga
2014-10-09[runtime] Use WinXP SP2 as the minimum version on the msvc builds too.Zoltan Varga
2014-09-16[runtime] Disable VS warnings C4273 (inconsistent dll linkage), and C4005 (ma...Zoltan Varga
2014-09-13[runtime] Fix the windows build. Define _WINSOCKAPI_ to fix the compilation p...Zoltan Varga
2014-08-26Resolve build issues on Windows.Alexis Christoforides
2014-08-25[msvc] Fix release 64bits builds.Rodrigo Kumpera
2014-07-13Fixed libmono MSVC compilationFilip Lundgren
2014-07-13Added new mono_domain_set_config function; used to fix ConfigurationErrorsExc...i59
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