Panagiotis Christopoulos Charitos 79a1bf36bd Add some code for Android touch input 4 years ago
..
Allocator.h 03e4146743 Rename the anki to AnKi 4 years ago
Array.h 32ecf9545b Some improvements in some operator[] 4 years ago
Assert.cpp 2b0d2e5385 Minor improvements in backtrace 4 years ago
Assert.h 12875be131 Optimize and fix some bugs in the ModelResource 4 years ago
Atomic.h ef7f65ec5b Remove the NonCopyable class and use C++ constructs 4 years ago
BitMask.h 03e4146743 Rename the anki to AnKi 4 years ago
BitSet.h 3367e67c76 Make more things build 4 years ago
CMakeLists.txt 8fdf46cd86 Unit tests now build for Android 4 years ago
ClassWrapper.h 13331de8a1 Some changes in docs 4 years ago
CleanupWindows.h 03e4146743 Rename the anki to AnKi 4 years ago
Common.h 03e4146743 Rename the anki to AnKi 4 years ago
DynamicArray.h 03e4146743 Rename the anki to AnKi 4 years ago
DynamicArray.inl.h 03e4146743 Rename the anki to AnKi 4 years ago
Enum.h 03e4146743 Rename the anki to AnKi 4 years ago
F16.cpp 03e4146743 Rename the anki to AnKi 4 years ago
F16.h 03e4146743 Rename the anki to AnKi 4 years ago
File.cpp 00475c66a3 Add support for command line arguments on Android 4 years ago
File.h 00475c66a3 Add support for command line arguments on Android 4 years ago
Filesystem.cpp 87e4805c41 Fix bugs in the image importer 4 years ago
Filesystem.h 8a4bfed7fb Windows fixes 4 years ago
FilesystemPosix.cpp 97c029dae2 Fix bugs and enable some unit testing on Android 4 years ago
FilesystemWindows.cpp 8a4bfed7fb Windows fixes 4 years ago
Forward.h 4f5f694653 Fix release APK builds 4 years ago
Function.h 28c339a092 Add some const (un)correctness in Function 4 years ago
Functions.cpp 03e4146743 Rename the anki to AnKi 4 years ago
Functions.h 4b0d05c25e Add some data types 4 years ago
Hash.cpp 03e4146743 Rename the anki to AnKi 4 years ago
Hash.h 03e4146743 Rename the anki to AnKi 4 years ago
HashMap.h ef7f65ec5b Remove the NonCopyable class and use C++ constructs 4 years ago
Hierarchy.h ef7f65ec5b Remove the NonCopyable class and use C++ constructs 4 years ago
Hierarchy.inl.h 03e4146743 Rename the anki to AnKi 4 years ago
HighRezTimer.cpp 03e4146743 Rename the anki to AnKi 4 years ago
HighRezTimer.h 03e4146743 Rename the anki to AnKi 4 years ago
HighRezTimerPosix.cpp 03e4146743 Rename the anki to AnKi 4 years ago
HighRezTimerWindows.cpp 03e4146743 Rename the anki to AnKi 4 years ago
INotify.h 8fdf46cd86 Unit tests now build for Android 4 years ago
INotifyPosix.cpp 8fdf46cd86 Unit tests now build for Android 4 years ago
INotifyWindows.cpp 03e4146743 Rename the anki to AnKi 4 years ago
List.h ef7f65ec5b Remove the NonCopyable class and use C++ constructs 4 years ago
List.inl.h 03e4146743 Rename the anki to AnKi 4 years ago
Logger.cpp 84c73e5464 Fix some bugs in the image importer 4 years ago
Logger.h 84c73e5464 Fix some bugs in the image importer 4 years ago
Memory.cpp ef7f65ec5b Remove the NonCopyable class and use C++ constructs 4 years ago
Memory.h ef7f65ec5b Remove the NonCopyable class and use C++ constructs 4 years ago
ObjectAllocator.h 96e2f4cfdf Android now builds! 4 years ago
ObjectAllocator.inl.h 03e4146743 Rename the anki to AnKi 4 years ago
Process.h 03e4146743 Rename the anki to AnKi 4 years ago
ProcessPosix.cpp 87e4805c41 Fix bugs in the image importer 4 years ago
ProcessWindows.cpp 03e4146743 Rename the anki to AnKi 4 years ago
Ptr.h 21facb0f5d Some optimizations 4 years ago
Rtti.h 03e4146743 Rename the anki to AnKi 4 years ago
Serializer.cpp 03e4146743 Rename the anki to AnKi 4 years ago
Serializer.h ef7f65ec5b Remove the NonCopyable class and use C++ constructs 4 years ago
Serializer.inl.h 03e4146743 Rename the anki to AnKi 4 years ago
Serializer.py 03e4146743 Rename the anki to AnKi 4 years ago
Singleton.h 30769fceae Add an async compute unit test 4 years ago
SparseArray.h 03e4146743 Rename the anki to AnKi 4 years ago
SparseArray.inl.h 5b3c1b58aa Make more things build 4 years ago
StdTypes.h 7e28f95eaf Small refactor for images 4 years ago
String.cpp 03e4146743 Rename the anki to AnKi 4 years ago
String.h 32ecf9545b Some improvements in some operator[] 4 years ago
StringList.cpp 03e4146743 Rename the anki to AnKi 4 years ago
StringList.h c23f4410b0 More work on the image importer 4 years ago
System.cpp 00475c66a3 Add support for command line arguments on Android 4 years ago
System.h 00475c66a3 Add support for command line arguments on Android 4 years ago
Thread.h 4f5f694653 Fix release APK builds 4 years ago
ThreadHive.cpp ef7f65ec5b Remove the NonCopyable class and use C++ constructs 4 years ago
ThreadHive.h 79a1bf36bd Add some code for Android touch input 4 years ago
ThreadPool.cpp 3367e67c76 Make more things build 4 years ago
ThreadPool.h ef7f65ec5b Remove the NonCopyable class and use C++ constructs 4 years ago
ThreadPosix.cpp 4f5f694653 Fix release APK builds 4 years ago
ThreadWindows.cpp 4f5f694653 Fix release APK builds 4 years ago
Tracer.cpp 03e4146743 Rename the anki to AnKi 4 years ago
Tracer.h ef7f65ec5b Remove the NonCopyable class and use C++ constructs 4 years ago
Visitor.h 03e4146743 Rename the anki to AnKi 4 years ago
WeakArray.h 22c9655d15 More work on the image importer 4 years ago
Win32Minimal.cpp 83514aab22 Minor things 4 years ago
Win32Minimal.h 2e03b2cc10 Minor changes 4 years ago
Xml.cpp 03e4146743 Rename the anki to AnKi 4 years ago
Xml.h 03e4146743 Rename the anki to AnKi 4 years ago
Xml.inl.h 03e4146743 Rename the anki to AnKi 4 years ago