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 |
2018-08-21 |
Jay Krell | [cxx] Port cominterop.c to C++ -- just add some casts...
|
commit | commitdiff | tree |
2018-08-21 |
Jay Krell | HOST_WIN32 and HAVE_UNISTD_H are not mutually exclusive...
|
commit | commitdiff | tree |
2018-08-21 |
Jay Krell | Change mono_dynamic_image_add_to_blob_cached and mono_dynstr...
|
commit | commitdiff | tree |
2018-08-21 |
Jay Krell | [cxx] Strengthen some types away from gpointer. (#9888)
|
commit | commitdiff | tree |
2018-08-21 |
Jay Krell | Abstract out CAS of MonoNativeThreadId and accomodate...
|
commit | commitdiff | tree |
2018-08-21 |
Jay Krell | [cxx] Change large constants to unsigned to avoid truncation...
|
commit | commitdiff | tree |
2018-08-17 |
Jay Krell | [cxx] C++ constants must be initialized, even if to...
|
commit | commitdiff | tree |
2018-08-17 |
Jay Krell | Fix process leak in process enumeration. (#10156)
|
commit | commitdiff | tree |
2018-08-17 |
Jay Krell | [cxx] fmod is overloaded, assign to local to disambiguate...
|
commit | commitdiff | tree |
2018-08-17 |
Jay Krell | [cxx] C++ does not allow goto around initialization...
|
commit | commitdiff | tree |
2018-08-17 |
Jay Krell | [cxx] LLVM-specific C++ fixes -- just some casts. ...
|
commit | commitdiff | tree |
2018-08-16 |
Jay Krell | [glib] About half of glib does not use config.h. (...
|
commit | commitdiff | tree |
2018-08-16 |
Jay Krell | gcc/win32 emulates __thread, which is not clearly worthwhile...
|
commit | commitdiff | tree |
2018-08-16 |
Jay Krell | [cxx] C++ does not have designated initializers. (...
|
commit | commitdiff | tree |
2018-08-16 |
Jay Krell | [cxx] More build support -- compile more as C++ if...
|
commit | commitdiff | tree |
2018-08-15 |
Jay Krell | Fix bug -- dupe and dup are quite different. (#10117)
|
commit | commitdiff | tree |
2018-08-15 |
Jay Krell | [cxx] Use __typeof__ instead of typeof for Centos6...
|
commit | commitdiff | tree |
2018-08-15 |
Jay Krell | [cxx] One more MONO_API ahead of MONO_RT_EXTERNAL_ONLY...
|
commit | commitdiff | tree |
2018-08-15 |
Jay Krell | Bump corlib version (#10122)
|
commit | commitdiff | tree |
2018-08-15 |
Jay Krell | mono_thread_info_set_is_async_context assert that setting...
|
commit | commitdiff | tree |
2018-08-14 |
Jay Krell | [cxx] Better types at the mono_gc_alloc layer per https...
|
commit | commitdiff | tree |
2018-08-14 |
Jay Krell | [cxx] Make gunichar2==wchar_t on Windows. (#10056)
|
commit | commitdiff | tree |
2018-08-14 |
Jay Krell | [cxx] CentOS 6/gcc 4.4 and Android stdint.h/inttypes...
|
commit | commitdiff | tree |
2018-08-14 |
Jay Krell | Move icalls from utils to metadata. (#10052)
|
commit | commitdiff | tree |
2018-08-14 |
Jay Krell | [cxx] Types need to be unique in Wasm. (#10091)
|
commit | commitdiff | tree |
2018-08-14 |
Jay Krell | [cxx] Cast function pointers to gpointer esp. for thread...
|
commit | commitdiff | tree |
2018-08-14 |
Jay Krell | Strengthen the type of mono_gc_get_range_copy_func...
|
commit | commitdiff | tree |
2018-08-10 |
Jay Krell | [cxx] [boehm] extern "C" and interface void* instead...
|
commit | commitdiff | tree |
2018-08-09 |
Jay Krell | [cxx] Mostly port utils. (#9819)
|
commit | commitdiff | tree |
2018-08-09 |
Jay Krell | [cxx] Port complex math to small portable C and C+...
|
commit | commitdiff | tree |
2018-08-08 |
Jay Krell | [cxx] C++ esp. clang does not allow goto around initializati...
|
commit | commitdiff | tree |
2018-08-08 |
Jay Krell | [cxx] Remove two excess toplevel consts in structs...
|
commit | commitdiff | tree |
2018-08-08 |
Jay Krell | [cxx] various fixes in mono/metadata (#9815)
|
commit | commitdiff | tree |
2018-08-08 |
Jay Krell | Remove extern "C" from MONO_LLVM_INTERNAL.
|
commit | commitdiff | tree |
2018-08-08 |
Jay Krell | Remove gratuitous ifdef and variable-length array....
|
commit | commitdiff | tree |
2018-08-08 |
Jay Krell | [cxx] MONO_API before MONO_RT_EXTERNAL_ONLY per 58efe9419268...
|
commit | commitdiff | tree |
2018-08-07 |
Jay Krell | Replace many uses of alloca with g_newa. (#9894)
|
commit | commitdiff | tree |
2018-08-07 |
Jay Krell | Fix overallocate by factor of four -- this was len...
|
commit | commitdiff | tree |