Skip to content

Commit

Permalink
Migrate to VS2013 (read extended desc).
Browse files Browse the repository at this point in the history
+ 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
  • Loading branch information
Pavel Kovalenko committed Sep 26, 2014
1 parent 1067c29 commit b5fa8cd
Show file tree
Hide file tree
Showing 12,713 changed files with 626,229 additions and 230,855 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# exclude all dot files except .gitignore
.*
!.gitignore

# exclude binaries and temporary files
bin/
bin_plugs/
intermediate/
intermediate_plugs/
lib/
Loading

0 comments on commit b5fa8cd

Please sign in to comment.