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
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
2016-02-03Remove stale filesMiguel de Icaza
2016-02-03Remove from the documentation non-public APIs, or move to files that flag ↵Miguel de Icaza
them as internal
2016-02-03Updated the runtime template documentation with all new APIs in MonoMiguel de Icaza
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
2016-01-25[runtime] Allow getting thread name, managed id from embedding APIJonathan Pryor
When tracing multi-threaded program execution, it is useful to have a way of separating which events happen on which thread. The System.Threading.Thread.Name and Thread.ManagedThreadId properties are useful proxies for tracking program execution. However, if program execution spans both managed and embedded mono native code, there is no existing mechanism to read the Thread.Name or Thread.ManagedThreadId properties from native code without using delegates, and delegates may not be usable in all circumstances (e.g. within a mono_gc_register_bridge_callbacks() callback). Add the following APIs to the embedding API to permit reading the Thread.Name and Thread.ManagedThreadId properties: char *mono_thread_get_name_utf8 (MonoThread *thread); gint32 mono_thread_get_managed_id (MonoThread *thread); mono_thread_get_name_utf8() returns the Thread.Name value as a UTF-8 string in newly allocated memory; the caller must g_free() this value. mono_thread_get_managed_id() returns the Thread.ManagedThreadId value.
2015-07-15[build] Update docs profile pathsMarek Safar
2015-04-28Remove MONO_API from some internal GC APIs.Alex Rønne Petersen