Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-01mdoc: C# operator signatures are now generated correctly.Joel Martinez
2017-06-01mdoc: now supports 'see href'.Joel Martinez
2017-06-01Performance improvements in parsing Ecma URLsJoel Martinez
2017-06-01Update unit test for accuracy.Joel Martinez
2017-04-22Simplifies build setupMarek Safar
2017-04-22Fixes tests to work with mono master againMarek Safar
2017-04-22Clean up mono bcl build specific artefactsMarek Safar
2017-04-21Updates for Mono 5.0Joel Martinez
2017-02-03New top level solution, makefile targets, and submodule dependencies.Joel Martinez
2016-10-08[genproj] Update project filesMiguel de Icaza
2016-10-08[genproj] support for using prebuilt resourcesMiguel de Icaza
2016-10-08[genproj] Do not use \r on the Unix parts of the build hook, add RabbitMQ hooksMiguel de Icaza
2016-10-08[msbuild projects] Use newlines without a carriage return for Unix targets to...Miguel de Icaza
2016-10-08[genproj] Use an explicit IntermediateOutputPath to prevent rebuilds on cycli...Miguel de Icaza
2016-10-08genproj: Improve handling of executables and projects with build dependenciesMiguel de Icaza
2016-10-08[genproj] Updates to project generator and csproj files.Miguel de Icaza
2016-10-08[build] Change the way how mcs references are passed to compiler to always us...Marek Safar
2016-10-08[monodoc] Remove redundant codepage argumentMarek Safar
2016-10-08[csproj] Remove *net_4_5.csproj files from the class libsAlexander Köplinger
2016-10-08[monodoc] Fixed several issues with `.ToEcmaCRef` method.Joel Martinez
2016-10-08[build] Generated up-to-date net_4_x MSBuild projects.João Matos
2016-10-08[Lucene] Replace the large 66M dependency to a 4M dependency with the subset ...Miguel de Icaza
2016-10-08[monodoc] Updated how generators load resource streams.Joel Martinez
2016-10-08[monodoc] Added `PlatformDocApi` to the list of valid related sections.Joel Martinez
2016-10-08[monodoc] Fixed issue generating EcmaCref URLs.Joel Martinez
2016-10-08[genproj] Re-generated the class library projects.João Matos
2016-10-08[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to redu...Zoltan Varga
2016-10-08[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2016-10-08[build] Updated csproj files.Marcos Henrich
2016-10-08Remove 4.0 profileMarek Safar
2016-10-08[mdoc] Style updates per pull request feedbackJoel Martinez
2016-10-08[monodoc] Changes to support new-style iOS documentation:Joel Martinez
2016-10-08[monodoc] Clarified message when a backing file isn't foundAlexander Köplinger
2016-10-08Remove a reference to the file AvoidCDataTextReaderTests.cs so that tarballs ...Timotheus Pokorra
2016-10-08Monodoc: Fix for CDATA bug (https://bugzilla.xamarin.com/show_bug.cgi?id=1785...Larry O'Brien
2016-10-08[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2016-10-08[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2016-10-08[monodoc] removed erroneous instance of 'FOO' string.Joel Martinez
2016-10-08Small touchups to the UI, remove some extra space, use a bold, large font for...Miguel de Icaza
2016-10-08[docs] monodoc style update for blockquote attribution.Joel Martinez
2016-10-08Merge pull request #1005 from ranma42/race-free-parallel-buildMarek Safar
2016-10-08[docs] Minor update to monodoc html template.Joel Martinez
2016-10-08[docs] Schema additions, and monodoc template updates.Joel Martinez
2016-10-08Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2016-10-08Use bash when using $RANDOM bashismAndrea Canciani
2016-10-08Add/update some .gitignore files so that a clean build + `make check` results...Alex Rønne Petersen
2016-10-08Fixes buildMarek Safar
2016-10-08Do not justify the textMiguel de Icaza
2016-10-08[monodoc] Ensure we don't try to use <Parameters> when it might be null. Fixe...Jo Shields
2016-10-08[mdoc] Switched from swallowing error to guarded executionLarry O'Brien