summaryrefslogtreecommitdiff
path: root/bin/gbuild-to-ide
AgeCommit message (Expand)AuthorFilesLines
2016-04-14don't export the same lib multiple timesMarkus Mohrhard1-1/+1
2016-04-11vim-ide-integration: clang does not always like gnu++1y that muchMiklos Vajna1-1/+4
2016-03-29gbuild-to-ide: fix missing include in clang json databaseMiklos Vajna1-0/+5
2015-12-30tdf#84628 Added per module's macro definitions to eclipsesettingfile.xmlGulsah Kose1-1/+33
2015-12-01gbuild-to-ide split state machinejan iversen1-38/+83
2015-11-29gbuild-to-ide: Add defines to Qt Creator projectsMaxim Monastirsky1-1/+15
2015-11-27tdf#84628 Generated eclipse setting file for per module.Gulsah Kose1-40/+83
2015-09-20Avoid creating duplicates in the Visual Studio IDE integrationPeter Foley1-8/+10
2015-09-20minor pep8 formatting improvments to gbuild-to-idePeter Foley1-148/+149
2015-09-14make it clear that the script completed correctlyMarkus Mohrhard1-0/+1
2015-09-14we need to use a set tocheck uniqueness of paths for gbuild-to-ide scriptMarkus Mohrhard1-2/+2
2015-08-31Revert "exclude unnamed Library/Executable from ide integration"Markus Mohrhard1-16/+12
2015-08-23Clean trailing whitespaceMaxim Monastirsky1-2/+2
2015-08-23exclude unnamed Library/Executable from ide integrationbrinzing1-12/+16
2015-08-12gbuild-to-ide: Don't try to remove files that don't exist.Maxim Monastirsky1-2/+1
2015-08-02QtCreator integration : generate lo.pro.user project file.Michel Renon1-7/+123
2015-07-29More whitespace missedMaxim Monastirsky1-2/+2
2015-07-28QtCreator integration : remove unnecessary whitespaces.Michel Renon1-29/+29
2015-07-27tdf#92561 : QtCreator doesn't find any generated c++ headers.Michel Renon1-10/+13
2015-07-20tdf#92560 : QtCreator integration complains about a "ucpp" without a .pro fileMichel Renon1-4/+7
2015-05-25QtCreator IDE integration.Michel Renon1-3/+507
2015-05-19An attempt to fix xcode-ide-integrationYurii Kolesnykov1-52/+45
2015-03-30fix gbuild-to-ide scriptMarkus Mohrhard1-0/+1
2015-03-25fdo#84628 Created .project file generator.Gulsah Kose1-0/+41
2015-01-09Remove extra new-line characters before regex matching in gbuild-to-ide.Ashod Nakashian1-0/+1
2014-10-09make gbuild-to-ide VS files work with separate builddirPeter Foley1-1/+2
2014-10-08gbuild-to-ide improvmentsPeter Foley1-17/+18
2014-10-03gbuild-to-ide: Add support for vs2013David Ostrovsky1-13/+20
2014-10-01gbuild-to-ide: Make it work for GNU make 4.xDavid Ostrovsky1-54/+63
2014-09-26improve gbuild-to-ide error messagePeter Foley1-1/+1
2014-09-24Make gbuild-to-ide more pep8 compliantPeter Foley1-33/+42
2014-09-24Make gbuild-to-ide bail out before parsing if ide type is invalidPeter Foley1-14/+13
2014-09-06clang does not like gnu++11 that much, use c++11 insteadMarkus Mohrhard1-1/+1
2014-08-11write directly files understood by YCMMarkus Mohrhard1-1/+1
2014-08-11add a IDE generator for clang json database formatMarkus Mohrhard1-1/+43
2014-08-11add the cxx flags to the ide parserMarkus Mohrhard1-11/+18
2014-08-11split isystem includes from normal includesMarkus Mohrhard1-14/+19
2014-07-03Don't stop on os.makedirs when making vs2012-ide-integrationNiklas Johansson1-1/+3
2014-02-23fdo#70414: Use correct target names for building Visual Studio projects.Honza Havlíček1-15/+57
2014-02-21fdo#70414: Add dependencies for solution and create solution for all projectsHonza Havlíček1-16/+47
2014-02-12Fixes for kdevelop IDE integrationAdam Mróz1-2/+2
2014-02-10fdo#70414 Added generator of VS2012 project filesHonza Havlíček1-0/+232
2013-12-06Source more PEP8 friendlyJesús Corrius1-95/+156
2013-11-28Point to some documentationTor Lillqvist1-0/+2
2013-11-27Add initial hacks for eventual Xcode supportTor Lillqvist1-0/+170
2013-11-26Make it easier to debug the gbuild-to-ide scriptTor Lillqvist1-2/+7
2013-11-26Add Emacs modesTor Lillqvist1-0/+4
2013-11-19related fdo#70414 gbuild to ide: kdevelopBjoern Michaelsen1-0/+295