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/docs
AgeCommit message (Collapse)Author
2014-11-05Make the build in docs/ uses the net 4.5 profile.Zoltan Varga
2014-05-18[docs] closing h2 tagxplicit
2014-05-18added closing h4 tagxplicit
2014-05-09fix previous change (huh, I was blind, no such option -f, use -p).Atsushi Eno
2014-05-09use mkdir -f to ignore "directory already exists" error.Atsushi Eno
2014-04-16Runtime documentation will now build with srcdir != builddirMiguel de Icaza
This removes an old and broken patch that did not allow for clean builds of Mono. The old patch was so bad, that instead of fixing the actual source of the problem (the ability to build the runtime documentation when the source directory was not the same as the build directory), a hack was added to circumvent `make distcheck''s security system and changed the permissions at build time for the source directory to become read/write. This fixes the problem
2013-10-21Add mono_gc_wbarrier_generic_store_atomic () function.Alex Rønne Petersen
This is used in place of mono_gc_wbarrier_generic_store () when we need the store to be atomic with release semantics.
2012-12-20[runtime/docs] Update tocJérémie Laval
2012-12-12[doc] Disable mono-tracing as an documented API in TOC as it's not generated ↵Jérémie Laval
anymore.
2012-11-23[monkeydoc] Merge/add monkeydoc to master.Jeremie Laval
The commit also contains tiny changes to existing xml documentation, restoring docs that were lost and a couple fixes to mdoc/monodoc to cope with the new system.
2012-11-14import Microsoft Reactive Extensions from rx.codeplex.com and add to build.Atsushi Eno
2011-08-10Corrected word spellingAndre Azevedo
2011-08-04Add a list of historic Mono branches, before we delete them from the serverMiguel de Icaza
2010-07-28Add a few .gitignore entries to reduce noiseRaja R Harinath
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.
2010-05-26Update docsMiguel de Icaza
svn path=/trunk/mono/; revision=157966
2010-05-11Big documentation updateMiguel de Icaza
svn path=/trunk/mono/; revision=157145
2010-05-11Remove methods that are private from the documentationMiguel de Icaza
svn path=/trunk/mono/; revision=157144
2010-05-11Update documentation to latest changes, need to document a lot of missing stuffMiguel de Icaza
svn path=/trunk/mono/; revision=157134
2010-04-06* docs/Makefile.am: fix distcheck - several targets get built on theAndreia Gaita
srcdir, which has no write permissions on make distcheck, so make sure permissions are set svn path=/trunk/mono/; revision=154859
2010-03-23Primarily, add support for mono_arch_get_throw_corlib_exception and IMTNeale Ferguson
for s390x. Other s390x fixes to instruction sizes, parameter passing, and ARCH settings. svn path=/trunk/mono/; revision=154085
2010-01-23Update doc toolsMiguel de Icaza
svn path=/trunk/mono/; revision=150084
2009-12-22* HtmlAgilityPack/LICENSE: Include upstream license (Ms-PL) since the file ↵Jo Shields
headers don't specify it svn path=/trunk/mono/; revision=148844
2009-12-22Switch from using HtmlAgilityPack 1.0 binary snapshot to HtmlAgilityPack ↵Jo Shields
1.4~beta2 source svn path=/trunk/mono/; revision=148843
2009-12-06UpdateMiguel de Icaza
svn path=/trunk/mono/; revision=147752
2009-11-10remove monostyle manpageAndrew Jorgensen
svn path=/trunk/mono/; revision=145871
2009-11-10remove oldmono man pageAndrew Jorgensen
svn path=/trunk/mono/; revision=145867
2009-09-30Build fixMarek Habersack
svn path=/trunk/mono/; revision=143056
2009-04-25Without this I am unable to installMiguel de Icaza
svn path=/trunk/mono/; revision=132637
2009-04-23UpMiguel de Icaza
svn path=/trunk/mono/; revision=132404
2009-04-22Move two other documents to the WikiMiguel de Icaza
svn path=/trunk/mono/; revision=132386
2009-02-28Add .gitignore.Martin Baulig
svn path=/trunk/mono/; revision=128266
2009-02-28Create .gitignore's.Martin Baulig
svn path=/trunk/mono/; revision=128265
2009-02-132009-02-12 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* Makefile.am (EXTRA_DIST): Remove removed files. svn path=/trunk/mono/; revision=126767
2009-02-122009-02-12 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* README: Point to the documentation on the wiki. svn path=/trunk/mono/; revision=126749
2009-02-122009-02-12 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* call-sites.txt: Remove this, its contents is in jit-trampolines. svn path=/trunk/mono/; revision=126747
2009-02-122009-02-12 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* memory-management.txt thread-safety.txt aot-compiler.txt jit-regalloc exception-handling.txt: Remove documents which are now on the wiki. svn path=/trunk/mono/; revision=126745
2009-02-12In .:Rodrigo Kumpera
* thread-safety.txt: Improve the docs about image lock. 2009-02-11 Rodrigo Kumpera <rkumpera@novell.com> svn path=/trunk/mono/; revision=126671
2009-02-12In .:Rodrigo Kumpera
2009-02-11 Rodrigo Kumpera <rkumpera@novell.com> * thread-safety.txt: Document the new image lock. svn path=/trunk/mono/; revision=126667
2008-12-122008-12-12 Mark Probst <mark.probst@gmail.com>Mark Probst
* mini-porting.txt: Added some details about function descriptors and emulated opcodes. svn path=/trunk/mono/; revision=121451
2008-12-08 * mono-file-formats.source, mono-tools.source: Place these under theJonathan Pryor
new "Commands and Files" node, and remove nay intermediate nodes. svn path=/trunk/mono/; revision=121007
2008-12-06Some doc workMiguel de Icaza
svn path=/trunk/mono/; revision=120933
2008-12-04IndentationMiguel de Icaza
svn path=/trunk/mono/; revision=120653
2008-11-20 * Makefile.am (sources_DATA): Add mono-file-formats.source,Jonathan Pryor
mono-tools.source. svn path=/trunk/mono/; revision=119483
2008-11-20Remove unnecessary rebuilds of the html directoryRaja R Harinath
* docs.make (monoapi.zip): Make slightly more unforgiving, by using '&&' instead of ';' to sequence commands. (mono-tools.zip, mono-file-formats.zip): Likewise. * Makefile.am (monoapi.zip, mono-tools.zip, mono-fileformats.zip): Likewise. (convert.exe): Don't depend on Makefile.am or docs.make. svn path=/trunk/mono/; revision=119413
2008-11-19Fix srcdir != builddir, and add idiom for multi-output commandsRaja R Harinath
* docs.make (monoapi.zip): Handle the case where 'monoapi.tree' exists but 'monoapi.zip' doesn't. IOW, we should rebuild monoapi.zip with 'rm monoapi.zip; make'. (mono-tools.zip, mono-file-formats.zip): Likewise. * Makefile.am (monoapi.zip, mono-tools.zip, mono-fileformats.zip): Likewise. (monoapi.tree): Don't use $< in an explicit rule. (mono-tools.tree, mono-file-formats.tree): Likewise. svn path=/trunk/mono/; revision=119361
2008-11-19 * Makefile.am (EXTRA_DIST): Add mono-file-formats{.config,.source} andJonathan Pryor
mono-tools{.config,.source} (fixes the build). svn path=/trunk/mono/; revision=119303
2008-11-19 * docs.make, Makefile.am: Build mono-file-formats{.tree,.zip},Jonathan Pryor
mono-tool{.tree,.zip} files. * mono-file-formats.config, mono-tools.config: Alter paths to man pages so that they're valid for building from mono/docs. * monoapi.make: Rename to docs.make. svn path=/trunk/mono/; revision=119255
2008-11-19Moving man-page using docs into mono/docs...Jonathan Pryor
svn path=/trunk/mono/; revision=119251
2008-11-01* Makefile.am: Clean up for srcdir != builddir.Raja R Harinath
(deploy/.stamp): Compute location of 'mono-wrapper' and pass to exdoc. * exdoc (mono-wrapper): Use $runtimedir to look for 'mono-wrapper'. svn path=/trunk/mono/; revision=117609