2018-10-18 |
Jay Krell | Remove a few raw pointers, correct some signatures...
|
commit | commitdiff | tree |
2018-10-16 |
Jay Krell | Fix cygwin configure error message to match scripts...
|
commit | commitdiff | tree |
2018-10-15 |
Jay Krell | mono_field_get_type to mono_field_get_type_internal...
|
commit | commitdiff | tree |
2018-10-15 |
Jay Krell | Remove GC mode transitions from mono_array_length,...
|
commit | commitdiff | tree |
2018-10-12 |
Jay Krell | mono_class_from_mono_type to mono_class_from_mono_type_inter...
|
commit | commitdiff | tree |
2018-10-12 |
Jay Krell | Replace MONO_CLASS_IS_INTERFACE with MONO_CLASS_IS_INTERFACE...
|
commit | commitdiff | tree |
2018-10-12 |
Jay Krell | mono_method_signature to mono_method_signature_internal...
|
commit | commitdiff | tree |
2018-10-11 |
Jay Krell | x86 mono_arch_get_patch_offset: add support for 0xe9...
|
commit | commitdiff | tree |
2018-10-11 |
Jay Krell | mono_class_enum_basetype to mono_class_enum_basetype_interna...
|
commit | commitdiff | tree |
2018-10-11 |
Jay Krell | mono_class_is_assignable_from to mono_class_is_assignable_fr...
|
commit | commitdiff | tree |
2018-10-11 |
Jay Krell | Replace mono_object_get_class with mono_object_class...
|
commit | commitdiff | tree |
2018-10-09 |
Jay Krell | [icalls] Declare all icalls correctly. (#11019)
|
commit | commitdiff | tree |
2018-10-09 |
Jay Krell | [icall] Add InOut handles. Use InOut handles and Out...
|
commit | commitdiff | tree |
2018-10-08 |
Jay Krell | [Coop] Convert mono_object_clone_checked, mono_object_new_fr...
|
commit | commitdiff | tree |
2018-10-08 |
Jay Krell | Significant disambiguation between host and target...
|
commit | commitdiff | tree |
2018-10-08 |
Jay Krell | [icalls] Change gboolean to MonoBoolean. (#11017)
|
commit | commitdiff | tree |
2018-10-05 |
Jay Krell | [icalls] Replace gboolean and mono_bool by MonoBoolean...
|
commit | commitdiff | tree |
2018-10-05 |
Jay Krell | ifdef HAVE_ARRAY_ELEM_INIT is not actually guarding...
|
commit | commitdiff | tree |
2018-10-02 |
Jay Krell | Restore typecheck to corlib version check, so that...
|
commit | commitdiff | tree |
2018-10-02 |
Jay Krell | [cxx] Do not define C++ keywords: bool, inline, final...
|
commit | commitdiff | tree |
2018-09-30 |
Jay Krell | Disable slow (failing?) test on ARM64 FullAOT pending...
|
commit | commitdiff | tree |
2018-09-27 |
Jay Krell | Restore sqrtf/-lm accidentally deleted in https://github...
|
commit | commitdiff | tree |
2018-09-27 |
Jay Krell | Assume C99 signbit is always present, and link to it...
|
commit | commitdiff | tree |
2018-09-26 |
Jay Krell | [cxx] Rework C++ linkage to C99 trunc, isnan, isinf...
|
commit | commitdiff | tree |
2018-09-25 |
Jay Krell | [Coop] Mostly convert appdomain.c. (#10733)
|
commit | commitdiff | tree |
2018-09-24 |
Jay Krell | Remove hacks.h. Mostly it is unused. (#10766)
|
commit | commitdiff | tree |
2018-09-24 |
Jay Krell | [ci][cxx][sdks] C++ support for SDKs. (#10701)
|
commit | commitdiff | tree |
2018-09-22 |
Jay Krell | [w32handle] Fix duplicated handles for WaitAny and...
|
commit | commitdiff | tree |
2018-09-22 |
Jay Krell | Fix iOS SDK regression due to empty library. (#10754)
|
commit | commitdiff | tree |
2018-09-21 |
Jay Krell | [Coop] Convert or partially convert mono_domain_try_type_res...
|
commit | commitdiff | tree |
2018-09-21 |
Jay Krell | Strengthen _MonoImage.image_info from void* to MonoCLIImageI...
|
commit | commitdiff | tree |
2018-09-21 |
Jay Krell | Some cleanup in appdomain.c. (#10686)
|
commit | commitdiff | tree |
2018-09-20 |
Jay Krell | [Coop] Convert assembly.c. (#10677)
|
commit | commitdiff | tree |
2018-09-20 |
Jay Krell | [Coop] Convert dynamic-image.c. (#10681)
|
commit | commitdiff | tree |
2018-09-19 |
Jay Krell | [cxx] Fix C++ compilation regression. (#10702)
|
commit | commitdiff | tree |
2018-09-19 |
Jay Krell | [Coop] Convert w32mutex-unix.c. (#10680)
|
commit | commitdiff | tree |
2018-09-18 |
Jay Krell | Fix uninitialized read reported by valgrind. (#10630)
|
commit | commitdiff | tree |
2018-09-18 |
Jay Krell | Combine MONO_ATTRIBUTE_NO_OPTIMIZE and MONO_NO_OPTIMIZATION.
|
commit | commitdiff | tree |
2018-09-18 |
Jay Krell | Move MONO_SIG_HANDLER_DEBUG from mono/utils/mono-signal...
|
commit | commitdiff | tree |
2018-09-18 |
Jay Krell | Get fault_addr in debugger stacks.
|
commit | commitdiff | tree |
2018-09-18 |
Jay Krell | Move signal handler stuff out of ifdef except MONO_SIG_HANDL...
|
commit | commitdiff | tree |
2018-09-18 |
Jay Krell | Use MONO_SIG_HANDLER_INFO_TYPE in two places so that...
|
commit | commitdiff | tree |
2018-09-18 |
Jay Krell | Provide MONO_ATTRIBUTE_NO_OPTIMIZE in mono-compiler.h.
|
commit | commitdiff | tree |
2018-09-17 |
Jay Krell | Get fault_addr in debugger stacks. (#9673)
|
commit | commitdiff | tree |
2018-09-15 |
Jay Krell | Fix MonoTests.System.Linq.ParallelEnumerableTests.TestGroupB...
|
commit | commitdiff | tree |
2018-09-14 |
Jay Krell | Fix possible bug where empty array is not nul-terminated...
|
commit | commitdiff | tree |
2018-09-13 |
Jay Krell | Make enum values obvious. (#10553)
|
commit | commitdiff | tree |
2018-09-11 |
Jay Krell | [cxx] Jenkins support for Windows C++. (#10515)
|
commit | commitdiff | tree |
2018-09-10 |
Jay Krell | [cxx] Leave output directory alone as other places...
|
commit | commitdiff | tree |
2018-09-06 |
Jay Krell | [cxx] More extern "C" per errors and a missed cast...
|
commit | commitdiff | tree |
2018-09-05 |
Jay Krell | [cxx] A few fixes for Microsoft Visual C++ (#10444)
|
commit | commitdiff | tree |
2018-09-05 |
Jay Krell | [cxx] Adapt typesafe coop handles for standard/Visual...
|
commit | commitdiff | tree |
2018-09-05 |
Jay Krell | [cxx] [metadata] Convert to be valid C and C++. (#10432)
|
commit | commitdiff | tree |
2018-09-05 |
Jay Krell | [cxx] [mini] Convert to be valid C and C++. (#10437)
|
commit | commitdiff | tree |
2018-09-04 |
Jay Krell | [cxx] mono_context_get_current is extern "C" because...
|
commit | commitdiff | tree |
2018-09-04 |
Jay Krell | [cxx][wasm] Fix mismatched extern "C". (#10439)
|
commit | commitdiff | tree |
2018-09-04 |
Jay Krell | [cxx] mono_thread_info_current extern "C" on Windows...
|
commit | commitdiff | tree |
2018-09-04 |
Jay Krell | Linker-supplied __ImageBase must be extern "C". (#10454)
|
commit | commitdiff | tree |
2018-09-03 |
Jay Krell | Fix mkbundle alignment to work with Windows. See https...
|
commit | commitdiff | tree |
2018-09-03 |
Jay Krell | Use AC_CHECK_FUNCS(mincore mlock munlock).
|
commit | commitdiff | tree |
2018-09-01 |
Jay Krell | Replace check for mincore with check for mlock.
|
commit | commitdiff | tree |
2018-09-01 |
Jay Krell | mono_pages_not_faulted is not used, remove it.
|
commit | commitdiff | tree |
2018-09-01 |
Jay Krell | [cxx] [sgen] [utils] [jit] Casts, some type change...
|
commit | commitdiff | tree |
2018-09-01 |
Jay Krell | [cxx] Add LDFLAGS -no-undefined to catch missing extern...
|
commit | commitdiff | tree |
2018-09-01 |
Jay Krell | [cxx] Add missing ICALL_EXPORTs, esp. but not only...
|
commit | commitdiff | tree |
2018-09-01 |
Jay Krell | Fix test dependencies build problem. (#10388)
|
commit | commitdiff | tree |
2018-09-01 |
Jay Krell | [cxx] Some required extern "C" and some cleanup. ...
|
commit | commitdiff | tree |
2018-08-31 |
Jay Krell | Minor cleanup. (#10407)
|
commit | commitdiff | tree |
2018-08-31 |
Jay Krell | g_malloc/g_calloc instead of malloc/calloc (#10229)
|
commit | commitdiff | tree |
2018-08-31 |
Jay Krell | [cxx] Just enough extern "C" for profilers, libtest...
|
commit | commitdiff | tree |
2018-08-31 |
Jay Krell | [cxx] Char literals are now chars, not ints (sizeof...
|
commit | commitdiff | tree |
2018-08-31 |
Jay Krell | [cxx] Wrap fmod in mono_fmod for stronger future-proofing...
|
commit | commitdiff | tree |
2018-08-31 |
Jay Krell | Strengthen several fields and TLS and functions from...
|
commit | commitdiff | tree |
2018-08-30 |
Jay Krell | [cxx] Port mono main to be C++, and externC some Windows...
|
commit | commitdiff | tree |
2018-08-30 |
Jay Krell | Remove gratituious ifdef -- just have one portable...
|
commit | commitdiff | tree |
2018-08-30 |
Jay Krell | [cxx] Port sgen-grep-binprot to C++, to reduce externC...
|
commit | commitdiff | tree |
2018-08-30 |
Jay Krell | [cxx] Add loader-internals.h missed in https://github...
|
commit | commitdiff | tree |
2018-08-30 |
Jay Krell | [cxx] Make some code valid C++, esp. adding casts and...
|
commit | commitdiff | tree |
2018-08-30 |
Jay Krell | [cxx] Port pedump, monograph, monodis, unit-tests to...
|
commit | commitdiff | tree |
2018-08-30 |
Jay Krell | [cxx] Allow mono_gc_alloc_fixed subset outside of metadata...
|
commit | commitdiff | tree |
2018-08-29 |
Jay Krell | [cxx] Add ICALL_EXPORT in sysmath.c (#10333)
|
commit | commitdiff | tree |
2018-08-29 |
Jay Krell | Disable tailcall of gsharedvt. (#10323)
|
commit | commitdiff | tree |
2018-08-29 |
Jay Krell | [cxx] int vs. enum -- bit overload version (#10274)
|
commit | commitdiff | tree |
2018-08-28 |
Jay Krell | [cxx] C++ does not have restrict.
|
commit | commitdiff | tree |
2018-08-28 |
Jay Krell | Fix misplaced const in mono_w32socket_setsockopt. ...
|
commit | commitdiff | tree |
2018-08-28 |
Jay Krell | [Coop] Convert mono_TypedReference_ToObject. (#10296)
|
commit | commitdiff | tree |
2018-08-28 |
Jay Krell | [Coop] System.Threading.NativeEventCalls two NOHANDLES...
|
commit | commitdiff | tree |
2018-08-27 |
Jay Krell | Add parens missed in recent 784b2c715f8a3d0af8e8b0c39a490baf...
|
commit | commitdiff | tree |
2018-08-27 |
Jay Krell | Strengthen mono_arch_get_seq_point_info() & CallInst...
|
commit | commitdiff | tree |
2018-08-26 |
Jay Krell | [cxx] [jit] [arm64] Make ARM64 JIT valid C++ -- mostly...
|
commit | commitdiff | tree |
2018-08-26 |
Jay Krell | Remove unused mono_tls_lmf. (#10267)
|
commit | commitdiff | tree |
2018-08-23 |
Jay Krell | Pass the correct boolean type to FreeAssemblyName ...
|
commit | commitdiff | tree |
2018-08-23 |
Jay Krell | Refactor ves_icall_System_Net_Sockets_Socket_LocalEndPoint_i...
|
commit | commitdiff | tree |
2018-08-23 |
Jay Krell | [cxx] [glib] [coop] Auto void* to non-void*, some casts...
|
commit | commitdiff | tree |
2018-08-22 |
Jay Krell | [cxx] Prefer gpointer/gconstpointer over char*, guint8...
|
commit | commitdiff | tree |
2018-08-22 |
Jay Krell | [cxx] wchar_t is not guint16, on Windows (#10112)
|
commit | commitdiff | tree |
2018-08-22 |
Jay Krell | [cxx] Favor gpointer for weakly typed data, vs. guint8...
|
commit | commitdiff | tree |
2018-08-21 |
Jay Krell | [cxx] Make WebAssembly to native transitions valid...
|
commit | commitdiff | tree |
2018-08-21 |
Jay Krell | [cxx] Use -std=gnu++0x for Centos6/g++4.4. (#10111)
|
commit | commitdiff | tree |
2018-08-21 |
Jay Krell | Fix return values in error paths of mono_w32socket_transmit_...
|
commit | commitdiff | tree |