| .. |
|
BaseDictionary.h
|
8e000909fc
One pass over GlobOpt.cpp, moving and consting
|
8 years ago |
|
BigInt.cpp
|
bcdd9ddf2b
cross platform: replace long to int32
|
9 years ago |
|
BigInt.h
|
bcdd9ddf2b
cross platform: replace long to int32
|
9 years ago |
|
BitVector.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 years ago |
|
BufferBuilder.cpp
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
10 years ago |
|
BufferBuilder.h
|
546ac3f146
Fix ByteCodeSerialize trace for encode values.
|
9 years ago |
|
CMakeLists.txt
|
6d36a6f737
swb: write barrier annotations 2
|
9 years ago |
|
Cache.h
|
e801a43ab7
swb: a few more unit test verification fixes
|
9 years ago |
|
Chakra.Common.DataStructures.vcxproj
|
c3c3db5086
[1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4
|
8 years ago |
|
CharacterBuffer.h
|
ae27ef3b15
swb: fixes from stressing Basics and Strings tests
|
9 years ago |
|
CommonDataStructuresPch.cpp
|
47eab483b9
change top-level dir Lib back to lib
|
10 years ago |
|
CommonDataStructuresPch.h
|
f22ac850f6
Incorporate code review feedback
|
10 years ago |
|
Comparer.h
|
6f197425c9
cross platform: fix Math.pow -Infinity case
|
9 years ago |
|
ContinuousPageStack.h
|
7453224eec
Clean up inline usage
|
10 years ago |
|
DList.h
|
eb0208d6ec
strictly check write barrier bit
|
9 years ago |
|
DefaultContainerLockPolicy.h
|
e26f96bd6e
swb: annotate BaseDictionary (partial)
|
9 years ago |
|
Dictionary.h
|
c6bf63b2d6
swb: annotate nested field type, union
|
9 years ago |
|
DictionaryEntry.h
|
6d36a6f737
swb: write barrier annotations 2
|
9 years ago |
|
DictionaryStats.cpp
|
d7483b2feb
remove global operator new/delete override
|
9 years ago |
|
DoublyLinkedList.h
|
c6bf63b2d6
swb: annotate nested field type, union
|
9 years ago |
|
DoublyLinkedList.inl
|
88900fdcbb
swb: WriteBarrierPtr: swap "&" and AddressOf
|
9 years ago |
|
DoublyLinkedListElement.h
|
c6bf63b2d6
swb: annotate nested field type, union
|
9 years ago |
|
DoublyLinkedListElement.inl
|
c91129d377
swb: avoid write barrier for global static data
|
9 years ago |
|
EvalMapString.h
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
10 years ago |
|
FixedBitVector.cpp
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
10 years ago |
|
FixedBitVector.h
|
94b374fc6a
prevent re-entering GC in freeing ThunkBlocks
|
8 years ago |
|
FixedBitVectorEnumerator.cpp
|
47eab483b9
change top-level dir Lib back to lib
|
10 years ago |
|
FixedBitVectorEnumerator.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 years ago |
|
FixedStack.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 years ago |
|
GrowingArray.cpp
|
7e09ef0f50
Merge branch 'master' into linux
|
10 years ago |
|
GrowingArray.h
|
9299610bfe
swb: wasm write barrier fixes
|
9 years ago |
|
HashTable.h
|
ea02779aab
Fix __declspec(guard(overflow)) for linux build
|
9 years ago |
|
ImmutableList.cpp
|
d7483b2feb
remove global operator new/delete override
|
9 years ago |
|
ImmutableList.h
|
d7483b2feb
remove global operator new/delete override
|
9 years ago |
|
InternalString.cpp
|
c91129d377
swb: avoid write barrier for global static data
|
9 years ago |
|
InternalString.h
|
c91129d377
swb: avoid write barrier for global static data
|
9 years ago |
|
InternalStringNoCaseComparer.cpp
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
10 years ago |
|
InternalStringNoCaseComparer.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 years ago |
|
Interval.cpp
|
8567cfe6c1
update all references to use correct CamelCase file names
|
10 years ago |
|
Interval.h
|
c6bf63b2d6
swb: annotate nested field type, union
|
9 years ago |
|
KeyValuePair.h
|
4e73253011
swb: misc fixes from unit test verification
|
9 years ago |
|
LargeStack.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 years ago |
|
LeafValueDictionary.h
|
7e09ef0f50
Merge branch 'master' into linux
|
10 years ago |
|
LineOffsetCache.h
|
6d36a6f737
swb: write barrier annotations 2
|
9 years ago |
|
List.h
|
e801a43ab7
swb: a few more unit test verification fixes
|
9 years ago |
|
MruDictionary.h
|
c6bf63b2d6
swb: annotate nested field type, union
|
9 years ago |
|
Option.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 years ago |
|
PageStack.h
|
7453224eec
Clean up inline usage
|
10 years ago |
|
Pair.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 years ago |
|
Queue.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 years ago |
|
QuickSort.h
|
573fb6d5b5
QuickSort: improve perf. and move our custom qsort_s
|
9 years ago |
|
RegexKey.h
|
ae27ef3b15
swb: fixes from stressing Basics and Strings tests
|
9 years ago |
|
SList.h
|
a8768d36eb
[1.4>master] [MERGE #2531 @satheeshravi] Fixing !ldsym in jd for OOPjit
|
9 years ago |
|
SimpleHashTable.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 years ago |
|
SizePolicy.cpp
|
47eab483b9
change top-level dir Lib back to lib
|
10 years ago |
|
SizePolicy.h
|
7453224eec
Clean up inline usage
|
10 years ago |
|
SparseArray.h
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
10 years ago |
|
SparseBitVector.h
|
6e39312394
Initialize locals
|
8 years ago |
|
Stack.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 years ago |
|
StringBuilder.h
|
9c5fb7149d
cross-platform: Improve O1+ stack probing for test builds
|
9 years ago |
|
Tree.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 years ago |
|
Tuple.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 years ago |
|
UnitBitVector.h
|
c6bf63b2d6
swb: annotate nested field type, union
|
9 years ago |
|
WeakReferenceDictionary.h
|
92aec28e87
updated to latest linux branch
|
10 years ago |