Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-18 | gitignore: Sort for readability | Jay Satiro | |
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}' | |||
2015-07-28 | build: Fixed missing .opensdf files from VC10+ .gitignore files | Steve Holme | |
2014-04-18 | build: Added Visual Studio 2012 (VC11) project files | Steve Holme | |
Carrying on from commit 11025613b9 added VC11 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses. |