paysages3d/src/system
Michaël Lemaire e5372c61e4 Renamed Time to Timing
because Time.h would clash with standard lib time.h
on case insensitive file systems
2015-12-30 20:20:27 +01:00
..
CacheFile.cpp using namespace std 2015-12-11 00:36:50 +01:00
CacheFile.h Removed global string include in system_global.h 2015-12-30 00:43:35 +01:00
DataFile.cpp Added mandatory logger information 2015-12-13 20:08:38 +01:00
DataFile.h Removed global string include in system_global.h 2015-12-30 00:43:35 +01:00
FileSystem.cpp using namespace std 2015-12-11 00:36:50 +01:00
FileSystem.h Removed global string include in system_global.h 2015-12-30 00:43:35 +01:00
Logs.cpp Renamed Time to Timing 2015-12-30 20:20:27 +01:00
Logs.h Added mandatory logger information 2015-12-13 20:08:38 +01:00
Memory.cpp Added better render tests for atmosphere artifacts 2015-12-17 19:29:04 +01:00
Memory.h Enforced coding style using clang-format 2015-11-09 22:30:46 +01:00
Mutex.cpp Enforced coding style using clang-format 2015-11-09 22:30:46 +01:00
Mutex.h Small source code improvements 2015-12-16 00:31:07 +01:00
PackStream.cpp pimpl for PackStream 2015-12-15 23:07:19 +01:00
PackStream.h pimpl for PackStream 2015-12-15 23:07:19 +01:00
ParallelPool.cpp Enforced coding style using clang-format 2015-11-09 22:30:46 +01:00
ParallelPool.h using namespace std 2015-12-11 00:36:50 +01:00
ParallelWork.cpp Enforced coding style using clang-format 2015-11-09 22:30:46 +01:00
ParallelWork.h Enforced coding style using clang-format 2015-11-09 22:30:46 +01:00
ParallelWorker.cpp Enforced coding style using clang-format 2015-11-09 22:30:46 +01:00
ParallelWorker.h Enforced coding style using clang-format 2015-11-09 22:30:46 +01:00
PictureWriter.cpp Small source code improvements 2015-12-16 00:31:07 +01:00
PictureWriter.h Removed global string include in system_global.h 2015-12-30 00:43:35 +01:00
RandomGenerator.cpp using namespace std 2015-12-11 00:36:50 +01:00
RandomGenerator.h Using c++ random generators instead of cstdlib one 2015-12-10 19:40:39 +01:00
Semaphore.cpp Enforced coding style using clang-format 2015-11-09 22:30:46 +01:00
Semaphore.h Enforced coding style using clang-format 2015-11-09 22:30:46 +01:00
System.cpp Fixed CanvasPortion using the same temp files across processes 2015-11-18 22:22:09 +01:00
System.h Fixed CanvasPortion using the same temp files across processes 2015-11-18 22:22:09 +01:00
system.pro Simplified project files + lazy init of data files 2015-10-19 01:39:22 +02:00
system_global.h Renamed Time to Timing 2015-12-30 20:20:27 +01:00
Thread.cpp Fixed small memory leaks and uninitialized values 2015-11-24 00:58:09 +01:00
Thread.h Fixed small memory leaks and uninitialized values 2015-11-24 00:58:09 +01:00
Timing.cpp Renamed Time to Timing 2015-12-30 20:20:27 +01:00
Timing.h Renamed Time to Timing 2015-12-30 20:20:27 +01:00