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 (Expand)Author
2015-12-02[csproj] Remove *net_4_5.csproj files from the class libsAlexander Köplinger
2015-09-14[build] Generated up-to-date net_4_x MSBuild projects.João Matos
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to redu...Zoltan Varga
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-02-20Use more resource text strings from reference sourcesMarek Safar
2015-02-20[System.Numerics] Cleanup MakefileMarek Safar
2015-01-29[build] Updated the class library MSBuild projects.João Matos
2015-01-20[System.Numerics] Update to latest mscorlibMarek Safar
2015-01-13[build] Updated csproj files.Marcos Henrich
2015-01-04[System.Numerics] Ported code from MS referencesourceAlexander Köplinger
2014-12-04Remove 4.0 profileMarek Safar
2014-09-20[System.Numerics] Fix unit test to succeed on different culture (XI runs test...Sebastien Pouliot
2014-09-08[system.numerics] Unify handling of default ctor and zero. Fixes #22591Marek Safar
2014-07-09[System.Numerics] Contract the values array when decoding an array with a neg...Rodrigo Kumpera
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-05-12[docs] documentation import for 'returns' elements.Joel Martinez
2014-05-12[docs] namespace documentation import.Joel Martinez
2014-04-28[docs] Import of Microsoft BCL Documentation.Joel Martinez
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-03-25[BigInteger] Fix some tests typos.Marius Ungureanu
2014-03-10docupdate: System.Numerics documentation updateJoel Martinez
2014-03-05[Fix] BigInteger: reimplemented cast to single (float)theraot
2014-03-04[Fix] BigInteger: improved cast to doubletheraot
2014-03-04BigInteger: more test cases for cast to doubletheraot
2014-03-04BigInteger: added tests for double conversiontheraot
2014-03-04[Performance] BigInteger: cast to double and floattheraot
2014-03-04BigIngeter: new LeadingZeroCount helper methodtheraot
2014-02-08Cleanup and better comment.Martin Midtgaard
2014-02-08Merge remote-tracking branch 'upstream/master'Martin Midtgaard
2014-02-08[numerics] Fix type in CoshMarek Safar
2014-02-07Merge branch 'BigIntegerParse'Martin Midtgaard
2014-02-07Implemented overloaded versions of Parse and TryParse functions for BigInteger.Martin Midtgaard
2013-12-06[bcl] Handle BigInt -> long conversions that should overflow but dont. Fixes ...Rodrigo Kumpera
2013-07-02Update csproj filesMarek Safar
2013-06-13[System.Numerics] BigInteger.GCD(0,x) must return abs(x) instead of xChristoph Ruegg
2013-06-11Fix new BigInteger().GetHashCode() to not throw.Rodrigo Kumpera
2013-06-11Better handle default value BigInteger. Fixes #11945Rodrigo Kumpera
2013-06-11Handle shifts by multiple of 32 correctly. Fixes #10887.Rodrigo Kumpera
2013-06-09Complex.ToString must not pass format string to string.FormatChristoph Ruegg
2013-03-13BigInteger.Parse/TryParse() overloads for .NET 4.0.Martin Baulig
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
2012-02-09Update class library csproj filesMarek Safar
2012-01-07Fixed Bug 2761: BigInteger constructed with zero-filled byte array raises Ind...Jordan Tucker
2011-10-17Add System.Numerics to the mobile profile.Rolf Bjarne Kvinge