Adapt changes on kdevpatform
ClosedPublic

Authored by apol on Apr 25 2017, 5:22 PM.

Details

Reviewers
None
Group Reviewers
KDevelop
Commits
R32:abdc8783a7fc: Adapt changes on kdevpatform
Summary

Leverage usage of runtimes with cmake
Tie a build directory to a runtime, so too weird things don't happen

Include runtimes in kdevelop UI

Diff Detail

Repository
R32 KDevelop
Branch
runtimes
Lint
No Linters Available
Unit
No Unit Test Coverage
apol created this revision.Apr 25 2017, 5:22 PM
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptApr 25 2017, 5:22 PM
apol updated this revision to Diff 13939.Apr 28 2017, 3:57 PM
  • Always set the builddir runtime
  • Have includes translated for the IDE
apol updated this revision to Diff 14065.May 2 2017, 2:21 AM
  • Android runtime
apol updated this revision to Diff 14175.May 5 2017, 7:20 PM
  • Always set the builddir runtime
  • Have includes translated for the IDE
  • Android runtime
  • Fix test
  • Fix cmake tests
  • Store the build directory on a per-runtime basis
apol updated this revision to Diff 14385.May 11 2017, 8:59 AM
  • Always set the builddir runtime
  • Have includes translated for the IDE
  • Android runtime
  • Fix test
  • Fix cmake tests
  • Store the build directory on a per-runtime basis
  • Convert source directory and build directory into the runtime's
  • Also reparse projects when reloading
  • Use user-specific tmp directories
mwolff added a subscriber: mwolff.May 14 2017, 11:00 AM

qmake isn't ported yet?

apol added a comment.May 14 2017, 2:19 PM

qmake isn't ported yet?

Not yet.

apol updated this revision to Diff 14508.May 14 2017, 2:38 PM
  • Don't translate local includes
  • Adapt to changes in kdevplatform runtime approach
apol updated this revision to Diff 14519.May 14 2017, 8:14 PM
  • Always set the builddir runtime
  • Have includes translated for the IDE
  • Android runtime
  • Fix test
  • Fix cmake tests
  • Store the build directory on a per-runtime basis
  • Convert source directory and build directory into the runtime's
  • Also reparse projects when reloading
  • Use user-specific tmp directories
  • Don't translate local includes
  • Adapt to changes in kdevplatform runtime approach
  • Adapt to changes in kdevplatform
apol updated this revision to Diff 14639.May 17 2017, 3:37 PM
  • Always set the builddir runtime
  • Have includes translated for the IDE
  • Android runtime
  • Fix test
  • Fix cmake tests
  • Store the build directory on a per-runtime basis
  • Convert source directory and build directory into the runtime's
  • Also reparse projects when reloading
  • Use user-specific tmp directories
  • Don't translate local includes
  • Adapt to changes in kdevplatform runtime approach
  • Adapt to changes in kdevplatform
  • Reparse project after reloading its root
  • Revert changes in definesandincludes
  • Process compiler includes so that it can be used by the host
  • Don't expect the host to convert the paths
This revision was automatically updated to reflect the committed changes.