Skip to content

Commit b5fa8cd

Browse files
author
Pavel Kovalenko
committed
Migrate to VS2013 (read extended desc).
+ Update solution, projects and code for VS2013 + Fix xrMemory::mem_usage (reference impl crashes or falls into infinite loop) + Remove STLPort and related code + Remove original 3rd party libraries
1 parent 1067c29 commit b5fa8cd

File tree

12,713 files changed

+626229
-230855
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

12,713 files changed

+626229
-230855
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# exclude all dot files except .gitignore
22
.*
33
!.gitignore
4+
5+
# exclude binaries and temporary files
6+
bin/
7+
bin_plugs/
8+
intermediate/
9+
intermediate_plugs/
10+
lib/

0 commit comments

Comments
 (0)