Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-01 | .gitignore: Added new VC14 SQLite based program database files | Steve Holme | |
2016-03-19 | build: Added missing Visual Studio filter files for VC10 onwards | Steve Holme | |
As these files don't need to contain references to the source files, although typically do, added basic files which only include three filters and don't require the project file generator to be modified. These files allow the source code to be viewed in the Solution Explorer in versions of Visual Studio from 2010 onwards in the same manner as previous versions did rather than one large view of files. | |||
2016-03-05 | .gitignore: Added *.VC.opendb and *.vcxproj.user files for VC14 | Steve Holme | |
2015-08-18 | gitignore: Sort for readability | Jay Satiro | |
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}' | |||
2015-07-29 | build: Added VC14 project files | Steve Holme | |
Updates to Makefile.am for the generation of the project files in the tarball to follow. |