Generating compilation database for Visual Studio projects

VSProjectParser is a utility to generate compilation database from Visual Studio Solution or Project files. Location: This utility is kept under corona/cxxparser/bin Portability:  Should be working on Windows operating systems and tested on Windows 7 and 10. Prerequisites: Visual C++ Redistributable for Visual Studio 2015 https://www.microsoft.com/en-us/download/details.aspx?id=48145. Microsoft Build Tools 2015…

0
Read More

Compilation database

Introduction A compilation database is a JSON file (compile_commands.json is the default name), which consists of an array of command objects. Each command object consists of: A compilation database is a JSON file (compile_commands.json is the default name), which consists of an array of command objects. Each command object consists…

0
Read More