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