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 (Collapse)Author
2015-07-28[msvc] Update Mono DLL export definitions.triton
2015-07-28[msvc] Update Visual Studio project files.triton
2015-06-16Updated csproj files.Marcos Henrich
2015-05-29Updated .csproj files.Marcos Henrich
2015-05-25[windows] Update MSVC DLL export definition files.Joao Matos
2015-05-25[windows] Prepare VS build properties for proper DLL export/import definitions.Joao Matos
2015-05-25[windows] Updated VS project files.Joao Matos
2015-05-15[runtime] Drop support for external libgc.Alex Rønne Petersen
This has not been supported for a while, so remove it.
2015-05-04[sgen] Move the independent parts of SGen to a separate library.Alex Rønne Petersen
2015-04-28Remove MONO_API from some internal GC APIs.Alex Rønne Petersen
2015-04-22Revert "[msvc] Change target MSVC release from v120 to v120_xp"Alexander Köplinger
This reverts commit 577482e3361159e0c4c4b0232a07195ba91335dd. We dropped XP support (see https://github.com/mono/mono/pull/1723), so this is no longer necessary.
2015-04-20Bump Windows version requirement to Vista.Vincent Povirk
2015-03-19[runtime] Add a new mono-config-dirs.c file which is the only one depending ↵Zoltan Varga
on the MONO_CFG_DIR etc. defines defined in metadata/Makefile.am.
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-17[genproj] Remove System.Xml pre-processing file as it's not needed anymore.João Matos
We do not rely on jay for this anymore since the switch of System.Xml to reference sources.
2015-03-17[genproj] Added support for mcs "/-getresourcestrings" switch.João Matos
2015-03-17[genproj] Remove non .NET 4.5 solutions from being generated.João Matos
2015-03-11[msvc] Change target MSVC release from v120 to v120_xpJo Shields
They're basically the same thing, but v120 has DX10+ capabilities and v120_xp is DX9 only. Since we're not building against DirectX, the difference is purely academic - but changing the value to v120_xp means MSVC binaries run on XP+, not Vista+
2015-03-11[msvc] Refresh .def filesJo Shields
2015-03-11Use MSVC2013 for *all* mono.sln dependantsJo Shields
2015-03-11Add _WIN32_WINNT to Release definition, not just DebugJo Shields
2015-02-24[runtime] Fixed the MSVC build.João Matos
Even though this seems like it's just moving the files around in the project, for some reason it makes a difference to VS.
2015-02-19[genproj] Fix line endings in generated file to be CRLFAlexander Köplinger
The template uses CRLF everywhere, so we should generate the same to avoid mixed line endings.
2015-02-16[aot] Re-organize JSON dumping code.João Matos
2015-02-16Revert "[aot] Re-organize JSON dumping code."João Matos
This reverts commit 25969466b5339ed263eaca87d5181ce5c4ef9baa.
2015-02-16[aot] Re-organize JSON dumping code.Zoltan Varga
2015-02-11[msvc] Upgrade the projects to require VS2013.João Matos
2015-02-10[build] Fixed the MSVC build.João Matos
2015-02-05Start work to generate dependenciesMiguel de Icaza
2015-02-03Fix Windows buildAlexander Köplinger
It was broken by c731686feb3a5d2681d9bf19b2e5c8c2ad35825c
2015-02-03Updated the order file generated by following the instructions in ↵Miguel de Icaza
msvc/scripts/README
2015-01-29[build] Updated the class library MSBuild projects.João Matos
2015-01-28[msvc] Updated runtime project files.João Matos
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
On UNIX '\\' is a valid file name character. In this case we have to replace '\\' for Path.GetFileNameWithoutExtension to work as expected.
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
As-is, winsetup.bat replaces config.h with winconfig.h, which is needed for the MSVC compilation - but breaks all further use of cygwin's make (e.g. to build the class library, or run "make install"). This patch introduces a new cygconfig.h as a backup prior to squashing config.h (if it exists, so the runtime can still be built without cygwin ever being used), and makes winconfig.h use it on non-MSVC compilers (i.e. cygwin)
2014-11-21[msvc] Add _SGen Configurations to {eglib,libgc,genmdesc}.vcxprojJo Shields
These configurations are needed to build a Debug_SGen version of mono.vcxproj, which is needed to build mono-sgen.exe
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
MonoPosixHelper fails to build in my testing, due to config.h bailing the build out if it doesn't think the build platform is XP SP2 or higher. Adding this define forces that minimum Windows version, allowing mono.sln to build fully.
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
Update project files with newly added/removed sources.