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
AgeCommit message (Collapse)Author
2018-01-15[class] Add Obsolete message to ICSharpCode.SharpZipLib.dll (#6511)Alexander Köplinger
* [class] Add Obsolete message to ICSharpCode.SharpZipLib.dll Users should use the nuget package instead, we'll remove the assembly in Mono 6.0 Don't install it into the 4.7.1 reference assembly directory anymore. * Bump API snapshot submodule
2017-08-07[bcl] Specify the name of the key file on the command line instead of using ↵Zoltan Varga
the AssemblyKeyFile attribute for consistency and to make it easier to do path name manipulation on the file name. (#5316)
2016-04-04[build] Change the way how mcs references are passed to compiler to always ↵Marek Safar
use full path. One of csc prerequisites because csc uses -lib as path which is considered after RuntimeEnvironment.GetRuntimeDirectory which makes -lib useless
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to ↵Zoltan Varga
reduce duplication.
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS ↵Zoltan Varga
variable which lists the assemblies a given assembly depends on to build.
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: ↵Zoltan Varga
unifdef -t -DNET_2_0 -o <filename> <filename>.
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2013-07-02Update csproj filesMarek Safar
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-07Update csproj filesMarek Safar
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-04-05Update csproj filesMarek Safar
2012-02-10Add VS project files for test projectMarek Safar
2011-02-13Add solution filesMiguel de Icaza
2010-07-26Fix a few cases of mixed line-endingsRaja R Harinath
This is a scripted conversion of mixed line-ending files to LF-only or CRLF-only based on which patch is smaller. I used a threshold of upto a quarter of the lines to determine whether to keep the patch or not.
2010-07-25EOL handlingRaja R Harinath
This set of .gitattributes was automatically generated from the list of files that GIT tried to normalize when I enabled automatic EOL conversion. With this set of attributes, we prevent automated EOL conversion on files that we know will cause trouble down the road.
2005-12-22In build:Raja R Harinath
* library.make (lib_dir): Define to 'compat' if LIBRARY_COMPAT is defined, 'lib' otherwise. (the_lib): Use it to decide where to place the output library. In class: * Makefile (default_SUBDIRS): Add Compat.ICSharpCode.SharpZipLib. * compat/default, compat/net_2_0: New directories for holding backwards-compatibility libraries. These will not be used inside the tree, but will be installed into the GAC. In class/Compat.ICSharpCode.SharpZipLib: Mark this as a backwards-compatibility library. * Makefile (thisdir): Update to new location. (LIBRARY): Rename to be unique. (LIBRARY_NAME, LIBRARY_COMPAT): Define. * Compat.ICSharpCode.SharpZipLib.dll.sources: Rename from ICSharpCode.SharpZipLib.dll.sources to reflect changes. svn path=/trunk/mcs/; revision=54724
2005-12-21Add this for backwards compatibilityMiguel de Icaza
svn path=/trunk/mcs/; revision=54699