summaryrefslogtreecommitdiff
path: root/bin/gbuild-to-ide
AgeCommit message (Expand)AuthorFilesLines
2024-06-30vs-ide-integration: set correct solution / project platformMike Kaganski1-2/+8
2024-02-25Unescape double quotes escaped by another double quote in definesMike Kaganski1-1/+1
2024-01-31qtcreator: Fix generating .pro files for externalsMichael Weghorn1-3/+4
2024-01-28fix codelite-ide-integrationNoel Grandin1-4/+8
2024-01-26Clear gb_GbuildToJson_DENYLISTEDMODULES, allow these modulesMike Kaganski1-87/+84
2024-01-25Deduplicate, refactor and simplify GbuildLinkTarget initializationMike Kaganski1-172/+68
2024-01-25add static libraries to gbuildtojsonMike Kaganski1-14/+63
2024-01-19Rename natstepfilter file, to make it not hidden on LinuxMike Kaganski1-1/+1
2024-01-19Add a natstepfilter file to Visual Studio solutionMike Kaganski1-0/+3
2023-11-02VS IDE integration: enable Python pretty printers when debugging a WSL buildMike Kaganski1-0/+3
2023-11-01VS IDE integration: Use LocalDebuggerCommand for startup executableMike Kaganski1-13/+20
2023-10-31qtcreator: Add Obj-C++ files to projectMichael Weghorn1-11/+40
2023-10-31bin/gbuild-to-ide: Drop trailing whitespaceMichael Weghorn1-3/+3
2023-10-31qtcreator: Set correct soffice path on macOSMichael Weghorn1-3/+4
2023-10-16qtcreator: Specify C++ std version using CONFIG qmake varMichael Weghorn1-9/+12
2022-12-05create compile_commands.json in builddirChristian Lohmaier1-1/+1
2021-12-06Retire build-nocheckThorsten Behrens1-2/+2
2021-11-02vs-ide-integration: make projects' GUIDs stableMike Kaganski1-3/+6
2021-11-02vs-ide-integration: create folders for Executables/Libraries/TestsMike Kaganski1-1/+29
2021-10-08Centralize VS-to-toolset mapping in configureMike Kaganski1-5/+1
2021-10-08Simplify VS IDE integration generationMike Kaganski1-6/+5
2021-10-08Drop vs2017-ide-integration; add vs2022-ide-integrationMike Kaganski1-2/+2
2021-02-26qtcreator: Create *.pro and *.pro.shared files in builddir, not srcdirMichael Weghorn1-5/+8
2021-02-26qtcreator: Use absolute paths in *.pro filesMichael Weghorn1-3/+3
2021-02-26qtcreator: Simplify adding of file extensionMichael Weghorn1-17/+17
2021-02-26qtcreator: Don't explicitly delete old *.pro{,.shared} filesMichael Weghorn1-19/+0
2021-02-26qtcreator: Translate comment: "et" -> "and"Michael Weghorn1-1/+1
2021-02-26qtcreator: Move assignment to 'mode' out of try blockMichael Weghorn1-1/+1
2021-02-24qtcreator: Create *.pro.shared files instead of *.pro.userMichael Weghorn1-20/+20
2021-02-07qtcreator: Show actual names for build configurationsMichael Weghorn1-2/+1
2021-02-07qtcreator: Drop some extra whitespace in .pro.user templateMichael Weghorn1-5/+1
2021-02-07qtcreator: Don't create useless run configurations for subdirsMichael Weghorn1-1/+1
2020-09-17make vim-ide-integration: fix ResourceWarningMiklos Vajna1-2/+2
2020-07-13Don't rely on Python's treatment of unrecognized escape sequencesMike Kaganski1-11/+11
2020-07-08vs-ide-integration: unescape values coming from DEFSMike Kaganski1-1/+4
2020-01-27VisualStudioIntegrationGenerator: put solution/projects to build dirMike Kaganski1-2/+4
2020-01-22vs-ide-integration: Also add .c filesMike Kaganski1-15/+42
2019-10-12qtcreator: Sort SUBDIRS in lo.pro alphabeticallyMichael Weghorn1-1/+1
2019-10-11qtcreator-ide-integration: Take unit tests into accountMichael Weghorn1-2/+2
2019-07-15qtcreator: Recursively include module's header filesMichael Weghorn1-4/+5
2019-07-05qtcreator: Make paths work with cygwinMichael Weghorn1-0/+9
2019-06-17Add vs2019-ide-integrationMike Kaganski1-1/+2
2019-06-08qtcreator: Take over '-std=...' from CXXFLAGSMichael Weghorn1-1/+14
2019-02-14VisualStudioIntegrationGenerator: put CXXFLAGS to AdditionalOptionsMike Kaganski1-0/+3
2019-01-25add basic support for generating CodeLite IDE filesNoel Grandin1-1/+183
2018-12-13qtcreator: Take system includes into accountMichael Weghorn1-1/+1
2018-12-03Fix typoAndrea Gelmini1-1/+1
2018-08-30Upgrade to vs2017-ide-integration, since we don't support VS2015 in masterMike Kaganski1-3/+3
2018-08-29vim-ide-integration: remove no longer needed workaroundMiklos Vajna1-3/+0
2018-07-09fix compile_commands.json when generated with modern gccMarkus Mohrhard1-1/+1