Hitesh Kanwathirtha 56ab995e46 Support reading config file on xplat 8 years ago
..
AllocSizeMath.h ea02779aab Fix __declspec(guard(overflow)) for linux build 9 years ago
Api.cpp 2146c4de1b Add an SFENCE following non temporal stores in js_memset_zero_nontemporal. 8 years ago
Api.h 4045cc4f43 Add non-temporal style memset to a dedicated function 9 years ago
Assertions.h e1afa95a7d Fix FailFast macro build break 9 years ago
AtomLockGuids.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 years ago
AutoFile.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
BasePtr.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
BinaryFeatureControl.cpp 7e09ef0f50 Merge branch 'master' into linux 10 years ago
BinaryFeatureControl.h 7e09ef0f50 Merge branch 'master' into linux 10 years ago
CMakeLists.txt 01bca900c6 xplat: combine static libraries 9 years ago
Chakra.Common.Core.vcxproj 02a02c3a59 Merge from unreleased/rs2 to release/1.4 9 years ago
CmdParser.cpp 6d74f63456 Add a NumberTrioSet argument type & use for statementdebugbreak 9 years ago
CmdParser.h 6d74f63456 Add a NumberTrioSet argument type & use for statementdebugbreak 9 years ago
CodexAssert.cpp 4cf0a41594 Add support in our Unicode library to encode surrogate pairs as UTF8 9 years ago
CommonCorePch.cpp 47eab483b9 change top-level dir Lib back to lib 10 years ago
CommonCorePch.h 573fb6d5b5 QuickSort: improve perf. and move our custom qsort_s 9 years ago
CommonMinMax.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
CommonTypedefs.h 6a29d426ea osx: enable temp disabled profiling/tracking features 9 years ago
ConfigFlagsTable.cpp 6d74f63456 Add a NumberTrioSet argument type & use for statementdebugbreak 9 years ago
ConfigFlagsTable.h 7b9b03a34a Add option -debugbreakonphasebegin to break on a backend phase for given function 9 years ago
ConfigParser.cpp 56ab995e46 Support reading config file on xplat 8 years ago
ConfigParser.h dceadaa3ec cross platform: ch runs on OSX and passes 1198 tests 9 years ago
CriticalSection.h aca1ec1fb2 fix assertion on AuxPtr 9 years ago
DbgHelpSymbolManager.cpp 421e76637b fix permissive C++ code (MSVC /permissive-) 9 years ago
DbgHelpSymbolManager.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
DelayLoadLibrary.cpp ac56bc0561 Use Sections for OOP JIT 9 years ago
DelayLoadLibrary.h ac56bc0561 Use Sections for OOP JIT 9 years ago
EtwTraceCore.cpp 9b249cd842 Enable ETW manifests for ChakraCore 9 years ago
EtwTraceCore.h 9b249cd842 Enable ETW manifests for ChakraCore 9 years ago
FaultInjection.cpp b5e4c7f821 address review comment 9 years ago
FaultInjection.h 7d57b432b3 Install exception filters only once for FaultInjection 9 years ago
FaultTypes.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
FinalizableObject.h 5458771696 Prevent redeferral of FunctionBody's that are being processed when GC happens. Fix a class of bugs involving redeferral of functions that are being accessed by some runtime method that allocates memory, triggering GC and possibly redeferral. When a GC that will result in redeferral scans the stack, mark any FunctionBody's we find as having active references. Do this by for now adding a method to FinalizableObject and overriding it in FunctionBody. We'll replace this with a new object info bit if and when bits become available. 9 years ago
GlobalSecurityPolicy.cpp 02a02c3a59 Merge from unreleased/rs2 to release/1.4 9 years ago
GlobalSecurityPolicy.h 02a02c3a59 Merge from unreleased/rs2 to release/1.4 9 years ago
ICustomConfigFlags.h 47eab483b9 change top-level dir Lib back to lib 10 years ago
Output.cpp f053cae0ef Merge remote-tracking branch 'origin/master' into 'linux' 9 years ago
Output.h 9ef8cbcd32 cross-platform: ChakraCore compiles against iOS x86_64 9 years ago
PerfCounter.cpp 47eab483b9 change top-level dir Lib back to lib 10 years ago
PerfCounter.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 years ago
PerfCounterImpl.cpp f2ac5c77c5 Reenable and fix warning 4838 - conversion from 'unsigned int' to 'int' requires a narrowing conversion 9 years ago
PerfCounterSet.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 years ago
PerfCounterSet.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 years ago
ProfileInstrument.cpp 5118104ae6 Fix arena access violation for -profile option 9 years ago
ProfileInstrument.h 5118104ae6 Fix arena access violation for -profile option 9 years ago
ProfileMemory.cpp 9ef8cbcd32 cross-platform: ChakraCore compiles against iOS x86_64 9 years ago
ProfileMemory.h 9ef8cbcd32 cross-platform: ChakraCore compiles against iOS x86_64 9 years ago
StackBackTrace.cpp a9822845ba enhance TraceRing, enable xplat STACK_BACK_TRACE 9 years ago
StackBackTrace.h d7483b2feb remove global operator new/delete override 9 years ago
SysInfo.cpp 037d8299b3 do not check QCMoreFreq.. on non mobile platforms 8 years ago
SysInfo.h 29b3a656a5 fix incorrect calculation in IsChakraAddress 9 years ago