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
2022-10-03egrep/fgrep are deprecated and obsolete (#21551)signed-log
Grep now prints warning messages when using `egrep` and `fgrep` Replacing with the standard `grep -E` and `grep -F` This change is released under the MIT license. Signed-off-by: Nicolas signed-log FORMICHELLA <stigpro@outlook.fr>
2020-07-07Fix typo in docs/README (#20070)Andrii Vitiv
2020-01-25Fix typos (#18585)Maher Jendoubi
* Contributing: fix typos * fixed encoding and other typos * fixed encoding and spotted other typos * Update TransformationRules.cs
2019-10-18Some updates to make RISC-V buildable again. (#17408)Alex Rønne Petersen
Some updates to make RISC-V buildable again. Also some updates to the toolchain setup documentation.
2019-09-11[docs] Improve sgen write barrier documentation (#16761)Vlad Brezae
2019-08-06Bump api-doc-tools to latest master (#16035)Alexander Köplinger
* Bump api-doc-tools to latest master Disable building mdoc.exe in mcs mode since it no longer builds because of new C# features. * Fix mcs build by disabling more mdoc invocations * Bump monodroid_tools to compile against v4.7 reference assemblies mdoc needs ValueTuple which is not in v4.6. * [csproj] Update project files
2018-11-28 [build] Fixes documentation build profile dependency (#11801)Marek Safar
2018-11-07initial RISC-V support (#11593)Bernhard Urban
initial RISC-V support I rebased @alexrp's work (https://github.com/alexrp/mono/commits/riscv) and added stubs so this minimal example works in the interpreter: ```console $ qemu-riscv64 ./mono/mini/mono-sgen --version Mono JIT compiler version 5.21.0 (riscv/f4802305009 Wed Nov 7 02:58:20 PST 2018) Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: normal Notifications: epoll Architecture: riscv64,double-fp Disabled: none Misc: Interpreter: yes Suspend: preemptive GC: sgen (concurrent by default) $ export MONO_PATH=../mono-riscv-bclbuild/b/lib/mono/4.5 $ grep -A 2 test_0_return mono/mini/basic.cs public static int test_0_return () { return 0; } $ INTERP_FILTER_METHOD=test_0_return qemu-riscv64 ./mono/mini/mono-sgen --interp --regression basic.exe Test run: image=/home/lewurm/work/mono-riscv/basic.exe Results: total tests: 1, all pass Elapsed time: 0.002441 secs (0.002441, 0.000000) Overall results: tests: 1, 100% pass ```
2018-03-08[build] Unify DEFAULT_REFERENCE handling so I can override it with ↵Marek Safar
TARGET_NET_REFERENCE for individual tools
2018-01-09Fix a typoAndrew Au
2017-11-23[docs] Improve profiler API documentation.Alex Rønne Petersen
* Move doc comments to profiler.c so they're picked up by exdoc. * Rewrite mono-api-profiler.html for the new profiler API. * Clarify some aspects of the doc comments.
2017-11-23[exdoc] Don't transform newline characters to spaces.Alex Rønne Petersen
This is unnecessary and messes with code block formatting.
2017-11-23[exdoc] Support Doxygen-style code blocks.Alex Rønne Petersen
This doesn't support the full syntax, but it's enough for our needs.
2017-11-23[exdoc] Support more Doxygen-style formatting.Alex Rønne Petersen
2017-11-23[exdoc] Don't insert unnecessary tab characters.Alex Rønne Petersen
This messes with code block formatting.
2017-08-19Remove lingering bits from removed prj2make tool (#5405)Miguel de Icaza
2017-03-24[docs] Update formatting in mono-api-jitinternal.Jon Purdy
2017-03-24[exdoc] Enable formatting in deprecated annotations.Jon Purdy
2017-03-24[exdoc] Handle punctuation better in code formatting.Jon Purdy
2017-03-24[exdoc] Update warnings.Jon Purdy
2017-03-24[exdoc] Support Doxygen syntax.Jon Purdy
2017-03-24[exdoc] Refactor.Jon Purdy
Avoid globals, use proper data structures instead of strings, and produce some warnings for documentation errors.
2017-03-24[exdoc] Add missing dependency.Jon Purdy
2017-03-24[exdoc] Enable 'warnings' and 'strict'.Jon Purdy
2017-03-24[exdoc] Fix whitespace.Jon Purdy
2017-03-24[docs] Improve Doxygen config.Jon Purdy
2017-03-12[docs] Remove dead metadata APIs.Jon Purdy
2017-03-12[docs] Remove dead mempool APIs.Jon Purdy
2017-03-12[docs] Remove dead hash table APIs.Jon Purdy
2017-03-12[docs] Remove dead GC APIs.Jon Purdy
2017-03-12[docs] Remove dead remote wrapper APIs.Jon Purdy
They were deleted in d1ace1652b2063ea2c416351bd70b32470f55b9b.
2017-03-12[docs] Remove dead loader error APIs.Jon Purdy
They were deleted in 38cf816b97dff972b996905cd3a8e6ecbfdd2861.
2017-03-09[api] Remove dead mono_load_image API.Jon Purdy
2017-02-23Fix Windows build due to line ending changes in sedAlexander Köplinger
The recent sed update in cygwin [1] changed the way sed handles carriage returns. This meant that every .in file we processed still contained CR, which doesn't work for .sh files. Force LF line endings for those files (and also other shell scripts). [1] https://cygwin.com/ml/cygwin-announce/2017-02/msg00036.html
2017-02-21correct spelling mistakes (#4405)Edward Betts
2017-01-28[docs] Add a basic doxyfileJon Purdy
Bare minimum Doxygen configuration with dependency graphs.
2016-12-14[exception] rename mono_handle_native_sigsegv -> mono_handle_native_crashBernhard Urban
2016-08-19GC bridge: Include non-bridged objects in the exported object graphAndi McClure
Introduces a mechanism for non-bridged SCCs which lay between bridged SCCs in the SCC forest to be reported to the bridge client. In this version, such non-bridged SCCs are always reported. The result is that most GCs get a little slower but GCs in which the "double fan" shape appears (many bridged objects link to one C# object which links to many bridged objects) become massively faster. Because before clients were allowed to assume exported SCCs were always bridged, SGEN_BRIDGE_VERSION has been incremented.
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-03-16[build] Add missing explicit references in docsMarek Safar
2016-02-10[Docs] handle code-markdown with dots on the namesMiguel de Icaza
2016-02-09[Docs] Continue to improve the Mono runtime documentationMiguel de Icaza
2016-02-09[Docs] Improved the rendering, added some docsMiguel de Icaza
2016-02-09[Docs] Use an external style sheet, prefix the css classes with mapi to ↵Miguel de Icaza
isolate, fix various processing problems
2016-02-09[Documentation] Fix the nesting of docsMiguel de Icaza
2016-02-08[docs] Improve the rendering of our API binding APIs and runtime API ↵Miguel de Icaza
documentation
2016-02-03Merge pull request #2542 from akoeplinger/remove-changelogAlexander Köplinger
Remove ChangeLog files from the repo
2016-02-03[docs] remove a deleted file from EXTRA_DISTAlexander Köplinger
2016-02-03[Runtime Documentation] More work on runtime documentationMiguel de Icaza
2016-02-03[Documentation] Document some of Mono's embedding API, improve the styleMiguel de Icaza