David Carlier
|
4864f07937
|
Reducing some compilation warnings.
|
2017-11-18 21:15:07 +00:00 |
|
Tomoaki Kawada
|
624d291f79
|
Update #include s
- Reorder them so that system libraries come first
- Use C++-style headers (`<cmath>`) instead of C-style headers (`<math.h>`)
|
2016-12-03 19:04:58 +09:00 |
|
Tomoaki Kawada
|
ebd79c0099
|
Change #include style
All `#include`s to other subsystem now use angle brackets, e.g., `#include <Core/Math.h>`.
|
2016-12-03 18:49:07 +09:00 |
|
Tomoaki Kawada
|
2eb9e35c65
|
Apply clang-format to all non-external source files
|
2016-12-03 18:23:47 +09:00 |
|
YVT
|
f1f88d3e18
|
Fix to compile with MSVC 2015
|
2016-11-18 04:44:57 -08:00 |
|
Tomoaki Kawada
|
89748d6bc6
|
Reduced compiler warnings
|
2016-07-15 19:40:05 +09:00 |
|
yvt
|
2fbc7b573c
|
Faster ZIP access by indexing all files
|
2014-03-16 00:39:56 +09:00 |
|
yvt
|
83415b97f6
|
File enumeration support for zip files
|
2013-12-10 01:42:06 +09:00 |
|
yvt
|
f0d34ef494
|
added GPLv3 header
|
2013-08-29 11:45:22 +09:00 |
|
yvt
|
45cfc4689a
|
Fixed bug in ZipFileSystem
|
2013-08-25 18:06:32 +09:00 |
|
yvt
|
931be8cf09
|
From pre-0.0.3 source code
|
2013-08-18 16:18:06 +09:00 |
|