Michael Ferris cf71a962c1 Merge 1809 October Update changes 7 년 전
..
AllocSizeMath.h 1b764d2000 Address review feedback and clean up. 8 년 전
Api.cpp 2be54d29e7 Fix for __declspec(selectany) in clang 5.0 8 년 전
Api.h 4045cc4f43 Add non-temporal style memset to a dedicated function 9 년 전
Assertions.h 8bdef9caf6 Save HR data on failfast 7 년 전
AtomLockGuids.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 년 전
AutoFile.h 47eab483b9 change top-level dir Lib back to lib 10 년 전
BasePtr.h 47eab483b9 change top-level dir Lib back to lib 10 년 전
BinaryFeatureControl.cpp 7e09ef0f50 Merge branch 'master' into linux 10 년 전
BinaryFeatureControl.h 7e09ef0f50 Merge branch 'master' into linux 10 년 전
CMakeLists.txt a595b7911b Refactoring Chakra's Telemetry code, including 8 년 전
CRC.cpp d1b9e0ebc5 When deserializing the parser state cache, verify the script code matches the script used to create the cache 7 년 전
CRC.h d1b9e0ebc5 When deserializing the parser state cache, verify the script code matches the script used to create the cache 7 년 전
Chakra.Common.Core.vcxproj cf71a962c1 Merge 1809 October Update changes 7 년 전
CmdParser.cpp 17055ce4a2 Replace printf and wprintf with Output::Print where possible and update formatter strings. 8 년 전
CmdParser.h 6d74f63456 Add a NumberTrioSet argument type & use for statementdebugbreak 9 년 전
CodexAssert.cpp 9d6d183387 Changing utf8 conversion codex to improve perf and safety 8 년 전
CommonCorePch.cpp 47eab483b9 change top-level dir Lib back to lib 10 년 전
CommonCorePch.h cf71a962c1 Merge 1809 October Update changes 7 년 전
CommonMinMax.h 47eab483b9 change top-level dir Lib back to lib 10 년 전
CommonTypedefs.h 6a29d426ea osx: enable temp disabled profiling/tracking features 9 년 전
ConfigFlagsTable.cpp 39599cf7fe address review comments 7 년 전
ConfigFlagsTable.h 39599cf7fe address review comments 7 년 전
ConfigParser.cpp 6d6517ea3e Fix a few static analysis warnings 7 년 전
ConfigParser.h 6d6517ea3e Fix a few static analysis warnings 7 년 전
CriticalSection.h 1f57ed5def Improve locking annotation somewhat 7 년 전
DbgHelpSymbolManager.cpp 9e11acd502 Replace GetModuleFileName with GetBinaryLocation (fix #2297) 8 년 전
DbgHelpSymbolManager.h 47eab483b9 change top-level dir Lib back to lib 10 년 전
DelayLoadLibrary.cpp 536fc21a35 fix build 7 년 전
DelayLoadLibrary.h 5c86a6321f [1.9>master] [1.8>1.9] [MERGE #4812 @akroshg] ChakraCore 2018-03 Security updates 8 년 전
EtwTraceCore.cpp 6756e7d8fb Enable support for ETW events on xplat via LTTng 8 년 전
EtwTraceCore.h 6fd29fb239 Silence a warning raised due to ETW generated header 7 년 전
FaultInjection.cpp 99f04016d0 [1.8>master] [MERGE #4379 @jianchun] code quality: fix msvc /permissive- issues 8 년 전
FaultInjection.h 7a3d45b428 code quality: fix msvc /permissive- issues 8 년 전
FaultTypes.h 47eab483b9 change top-level dir Lib back to lib 10 년 전
FinalizableObject.h f7c815a855 Fix RecyclerVisited related crashes during marking 8 년 전
GlobalSecurityPolicy.cpp 02a02c3a59 Merge from unreleased/rs2 to release/1.4 9 년 전
GlobalSecurityPolicy.h 02a02c3a59 Merge from unreleased/rs2 to release/1.4 9 년 전
ICustomConfigFlags.h 47eab483b9 change top-level dir Lib back to lib 10 년 전
JitHelperUtils.h cf71a962c1 Merge 1809 October Update changes 7 년 전
Output.cpp 8e0bd3c832 [1.8>master] [MERGE #4463 @Penguinwizzard] Disable Output::Print buffering on xplat 8 년 전
Output.h 4ce5a4968c Disable Output::Print buffering on xplat 8 년 전
PerfCounter.cpp 47eab483b9 change top-level dir Lib back to lib 10 년 전
PerfCounter.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 년 전
PerfCounterImpl.cpp f2ac5c77c5 Reenable and fix warning 4838 - conversion from 'unsigned int' to 'int' requires a narrowing conversion 9 년 전
PerfCounterSet.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 년 전
PerfCounterSet.h 9e11acd502 Replace GetModuleFileName with GetBinaryLocation (fix #2297) 8 년 전
ProfileInstrument.cpp 5118104ae6 Fix arena access violation for -profile option 9 년 전
ProfileInstrument.h 5118104ae6 Fix arena access violation for -profile option 9 년 전
ProfileMemory.cpp 9ef8cbcd32 cross-platform: ChakraCore compiles against iOS x86_64 9 년 전
ProfileMemory.h 7a3d45b428 code quality: fix msvc /permissive- issues 8 년 전
RecyclerHeapMarkingContext.h 612cd34395 Remove remaining __stdcall calling convention from IRecyclerVisitedObject implementations 8 년 전
RecyclerVisitedObject.h 3ebbed941f Change signature of IRecyclerVisitedObject::Trace to not return a bool Trace will never fail with OOM, since that is encapsulated by MarkContext::Mark and we don't expect edgehtml objects to allocate during Trace (or at least not in a way that is recoverable). On top of that there's not really a semantic that makes sense for a failure return in ProcessMark 8 년 전
StackBackTrace.cpp a9822845ba enhance TraceRing, enable xplat STACK_BACK_TRACE 9 년 전
StackBackTrace.h d7483b2feb remove global operator new/delete override 9 년 전
SysInfo.cpp 83c577c0f0 ARM64: Enable CFG codegen and checks. 8 년 전
SysInfo.h 81a241a09d xplat: remove win64 for good 8 년 전