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
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-03-10docupdate: Mono.Options documentation updateJoel Martinez
2013-12-06[Mono.Options] Improve error message for badly bundled args.Jonathan Pryor
2013-07-02Update csproj filesMarek Safar
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-07Update csproj filesMarek Safar
2012-11-12[Mono.Options] Add documentation for Option.Hidden.Jonathan Pryor
2012-11-08[Mono.Options] Add support for hidden options (which are not written in Write...Rolf Bjarne Kvinge
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-04-17Add missing referencesMarek Safar
2012-04-09Fix Mono.Options tests build.alexrp
2012-04-05Update csproj filesMarek Safar
2012-02-10Add VS project files for test projectMarek Safar
2012-02-09Update class library csproj filesMarek Safar
2011-09-19[Mono.Options] Don't throw ArgumentOutOfRangeException for trailing whitespaceJonathan Pryor
2011-03-07[Mono.Options] Add option header support.Jonathan Pryor
2011-03-07Flush documentation.Jonathan Pryor
2011-03-07Update example output before running mdoc.Jonathan Pryor
2011-03-07Do not store binary files.Jonathan Pryor
2011-03-07Distribute Mono.Options examples source, input, output.Jonathan Pryor
2011-03-07Remove unnecessary file.Jonathan Pryor
2011-03-07Add support for executing samples for documentation output.Jonathan Pryor
2011-02-13Add solution filesMiguel de Icaza
2010-12-06[mono.options] Ensure that IEnumerators are disposed.Jonathan Pryor
2010-12-01Add response file suport to Mono.Options.Jonathan Pryor
2010-06-10Remove debugging code.Jonathan Pryor
2010-06-10 * Options.cs: Remove use of 'var' so that C# 2.0 can be used.Jonathan Pryor
2010-06-10 * Mono.Options_test.dll.sources: Add additional sources.Jonathan Pryor
2010-06-08 * Mono.Options/Options.cs: Don't overly split option values, only split Jonathan Pryor
2010-01-07 * Mono.Options/Options.cs: "Code sharing": Use StringCodea.WrappedLines() Jonathan Pryor
2009-04-19 * Mono.Options/Options.cs: GetLineEnd() shouldn't skip the start Jonathan Pryor
2009-04-18 * Mono.Options/Options.cs: Viktor Lundgren reported that Jonathan Pryor
2008-12-22 * Documentation/en/**/*.xml: s/NDesk.Options/Mono.Options/g (How'd IJonathan Pryor
2008-11-10Bring testsuite into compilabilityRaja R Harinath
2008-11-03Install source code snippets in the same locationMiguel de Icaza
2008-10-24 * Mono.Options/Options.cs: Options.cs: Use the underlying target type Jonathan Pryor
2008-10-23 * Documentation/en/Mono.Options/OptionSet.xml: Document the support forJonathan Pryor
2008-10-18Add Documentation...Jonathan Pryor
2008-10-17 * Makefile: Use NO_INSTALL to prevent installation instead of usingJonathan Pryor
2008-10-17 * Makefile: Add fixup-docs target, to simplify importing NDesk.OptionsJonathan Pryor
2008-10-14 * Makefile: Don't bother installing Mono.Options.dll into the GAC (orJonathan Pryor
2008-10-14 * Makefile: Install Options.cs into the GAC, so that mono-options.pcJonathan Pryor
2008-10-14Oops, forgot to add the ChangeLogs...Jonathan Pryor
2008-10-14Add Mono.Options, a command-line helper library.Jonathan Pryor