Add missing prototypes in ikvm-native.
[mono.git] / mono /
2014-06-07 Alex Rønne PetersenRevert unintentional change.
2014-06-07 Alex Rønne PetersenFix the build. We've been missing this include for...
2014-06-07 Alex Rønne PetersenBring the implementation of the 64-bit CAS fallback...
2014-06-07 Alex Rønne PetersenMark the `spin` variable in atomic.c as G_GNUC_UNUSED.
2014-06-07 Alex Rønne PetersenMerge branch 'master' of github.com:mono/mono
2014-06-07 Zoltan VargaRevert "Fix a warning in atomic.c."
2014-06-06 Zoltan Varga[arm] Fix OP_ATOMIC_CAS_I4.
2014-06-06 Alex Rønne PetersenDisable `perf` support in the profiler when running...
2014-06-06 Alex Rønne PetersenFix a warning in atomic.c.
2014-06-06 Alex Rønne PetersenRemove a #warning in security.c which gets triggered...
2014-06-06 Alex Rønne PetersenFix printf formatting warnings in mono-counters.c.
2014-06-06 Alex Rønne PetersenUse G_GNUC_UNUSED instead of commenting out variable...
2014-06-06 Alex Rønne PetersenFix a ton of printf formatting warnings in decode.c.
2014-06-06 Alex Rønne PetersenSilence some warnings in decode.c.
2014-06-06 Alex Rønne PetersenFix volatile pointer casts in proflog.c.
2014-06-06 Alex Rønne PetersenSilence a bunch of unused result warnings in proflog.c.
2014-06-06 Alex Rønne PetersenFix a bunch of warnings caused by unused functions.
2014-06-06 Alex Rønne PetersenAdd suggested parentheses to RHS of ^ operator.
2014-06-06 Alex Rønne PetersenFix formatting specifiers for some size_t arguments.
2014-06-06 Zoltan Varga[runtime] Avoid joining attached threads. Fixes #19343.
2014-06-05 Zoltan VargaMerge pull request #1084 from tritao/msvc-warnings
2014-06-05 Zoltan Varga[runtime] Fix support for custom marshallers defined...
2014-06-05 Joao MatosFixed monodis MSVC build.
2014-06-05 Zoltan Varga[runtime] Fix a jit assertion on a class which contains...
2014-06-05 Joao MatosFixed warning in MSVC: 'unreferenced local variable'.
2014-06-05 Joao MatosFixed warning in MSVC: 'different types for formal...
2014-06-05 Joao MatosFixed warning in MSVC: 'void' function returning a...
2014-06-05 Joao MatosFixed warnings in MSVC: 'unreferenced local variable'.
2014-06-05 Joao MatosRemoved an unused variable from the code, fixes a warni...
2014-06-05 Joao MatosFixed warning in MSVC: 'unreferenced local variable'.
2014-06-05 Joao MatosFixed warning in MSVC: 'unreferenced local variable'.
2014-06-05 Joao MatosFixed warning in MSVC: 'different types for formal...
2014-06-05 Joao MatosFixed warning in MSVC: 'getpid' undefined; assuming...
2014-06-05 Joao MatosFixed unreferenced local variable warning in MSVC.
2014-06-05 Joao MatosFixed MSVC warning about unreferenced local variable.
2014-06-05 Joao MatosFixed MSVC warning about different types for formal...
2014-06-05 Joao MatosFixed unreferenced variables/label warnings in MSVC.
2014-06-05 Joao MatosFixed unsigned/signed mismatch warning.
2014-06-05 Joao MatosFixed warning in MSVC by prefixing the macros, MEM_FREE...
2014-06-05 Zoltan VargaMerge pull request #1083 from christianhuening/NetworkI...
2014-06-04 Zoltan Varga[jit] Avoid licm for volatile variables, ssa ignores...
2014-06-04 Joao MatosFixed unreachable methods in mono-thread-windows to...
2014-06-04 Rodrigo Kumpera[sgen] Fix logging due to changes in a lot of size...
2014-06-04 Zoltan Varga[runtime] Add another test for passing many small argum...
2014-06-04 Rodrigo Kumpera[sgen] Fix clang compilation.
2014-06-04 Rodrigo Kumpera[sgen] Fix a few warnings related to lossy conversion...
2014-06-04 Rodrigo Kumpera[sgen] Fix nursery size calculation and the managed...
2014-06-04 Rodrigo Kumpera[sgen] Fix the object size functions to be 64bits clean.
2014-06-04 Rodrigo Kumpera[sgen] Ensure the cardtable code is 64bits clean.
2014-06-04 Rodrigo Kumpera[sgen] Use size_t for all heap limits.
2014-06-04 Rodrigo Kumpera[sgen] Fix size warnings in the descriptor code.
2014-06-04 Rodrigo Kumpera[sgen] Silence warnings when big arrays are not in...
2014-06-04 Rodrigo Kumpera[sgen] Make degrated_mode a size_t.
2014-06-04 Rodrigo Kumpera[sgen] Make los usage of size_t cosnsitent.
2014-06-04 Rodrigo Kumpera[sgen] Use size_t consistently in the major collector...
2014-06-04 Rodrigo Kumpera[sgen] Use size_t consistently in the nursery code.
2014-06-04 Rodrigo Kumpera[sgen] Move the pinning code to use size_t internally...
2014-06-04 Rodrigo Kumpera[sgen] Fix small localized warnings.
2014-06-04 Rodrigo Kumpera[sgen] Fix win64 issues with longs and inline assembly.
2014-06-04 Rodrigo Kumpera[runtime] Fix a bunch of warnings in threads.c related...
2014-06-04 Rodrigo Kumpera[verifier] Silence a size mismatch warning in the verifier.
2014-06-04 Rodrigo Kumpera[runtime] Replace gulong with size_t to fix counter...
2014-06-04 Rodrigo Kumpera[win64] Windows64 MSVC compiler dropped support for...
2014-06-04 Rodrigo Kumpera[runtime] Fix warnings in mono-threads.
2014-06-04 Rodrigo Kumpera[runtime] Replace gulong with size_t so it works on...
2014-06-04 Rodrigo Kumperafix win thread size calc.
2014-06-04 Neale FergusonCorrect op_seqpoint length
2014-06-04 Neale FergusonFix s390x soft debug
2014-06-04 Neale FergusonArchitectural level set to z10 instruction set
2014-06-04 Marek SafarMerge pull request #1082 from esdrubal/bug19287
2014-06-03 Alex Rønne PetersenMerge pull request #1079 from esdrubal/webclient_cancel
2014-06-03 Zoltan Varga[runtime] Add an EXTRA_DISABLED_TESTS make variable...
2014-06-02 Zoltan Varga[llvm] Fix a native types problem.
2014-06-02 Zoltan VargaMerge pull request #1070 from tpokorra/FixTarball
2014-06-01 Alex Rønne PetersenMerge pull request #1071 from bl8/cairo-additions
2014-06-01 Alex Rønne PetersenMerge pull request #1075 from Meai1/patch-1
2014-06-01 Alex Rønne PetersenMerge pull request #1077 from sethjackson/null-gc-sgen
2014-06-01 Seth JacksonAllow building with null-gc and sgen.
2014-05-31 Zoltan VargaMerge pull request #1073 from DavidKarlas/logging
2014-05-30 Zoltan Varga[sdb] Add a lower level lock and use it in place of...
2014-05-30 Jérémie LavalMerge pull request #1068 from esdrubal/bug18421
2014-05-30 Rolf Bjarne KvingeMerge pull request #1072 from esdrubal/bug19862
2014-05-30 Marek SafarMerge pull request #1069 from esdrubal/bug16990
2014-05-30 Rodrigo Kumpera[boehm] Implement the finalization extension API.
2014-05-30 Rodrigo Kumpera[gc] Add finalizer API, implemented only on sgen.
2014-05-30 Zoltan Varga[jit] Applied patch from Vladimir Kargov <kargov@gmail...
2014-05-29 Zoltan Varga[sdb] Avoid clearning event requests if they reference...
2014-05-29 Marek Safar[verifier] Set correctly stack type based on constraine...
2014-05-29 Marek Safar[verifier] Fix constrained type unwrap for enum types...
2014-05-29 Zoltan VargaMerge pull request #1067 from esdrubal/bug19862
2014-05-28 Zoltan Varga[amd64] Simplify mono_arch_handle_altstack_exception...
2014-05-28 Jeffrey StedfastMerge pull request #1048 from DavidKarlas/cacheThreadsA...
2014-05-27 Zoltan Varga[runtime] Call mono_threads_join_threads () to prevent...
2014-05-27 Zoltan Varga[llvm] Fix the loadable llvm build.
2014-05-27 Rodrigo Kumpera[runtime] Add a test for the type loading changes.
2014-05-27 Rodrigo Kumpera[runtime] Ensure reflection-based assembly load has...
2014-05-27 Zoltan Varga[llvm] Fix support for native types.
2014-05-27 Mark Probst[sgen] Remove unnecessary newline from warning.
2014-05-27 Mark Probst[sgen] Fix for ridiculously small nurseries.
2014-05-27 Joao MatosFixed TLAB_ACCESS_INIT usages in MSVC by moving the...
next