about summary refs log tree commit diff
path: root/pkgs/development/tools/qtcreator
AgeCommit message (Collapse)AuthorFilesLines
2019-12-21qtcreator: 4.10.0 -> 4.11.0Andrew Newman3-13/+12
2019-11-05qtcreator 4.9.1 -> 4.10.0 (#70573)Andrew Newman3-26/+31
Added optional withClangPlugins to disable clang plugins compilation and, therefore, vendor clang dependency.
2019-09-19qtcreator: use Qt mkDerivationNikolay Korotkiy1-3/+3
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-07-05wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel1-8/+8
2019-06-10qtcreator: add clang code model compilationAndrew Newman2-3/+62
Clang code model provides user with services: code completion, syntactic and semantic highlighting, diagnostics, outline of symbols, tooltips, renaming of local symbols. It's naturally depends on llvm and clang. To make it work with nixos: 1. Add qt version of clang as build dependency. 2. Added patch for clang libc++ regexp trunk regexp not including path like "libc++-version". 3. Fixed paths to llvm/clang libraries and includes. 4. Fixed name of clazy clang plugin.
2019-06-02qtcreator: drop obsolete aarch64 patchMaximilian Bosch2-96/+0
It seems as `botan` isn't used anymore, so the patch is obsolete now.
2019-05-31qtcreator: 4.6.2 -> 4.9.1Will Dietz1-5/+5
https://blog.qt.io/blog/2019/05/28/qt-creator-4-9-1-released/
2018-08-23qtcreator: apply patch on aarch64Tom Hall1-1/+1
This fixes a mistake in a previous commit which meant the patch required to build qtcreator was only applied on Aarch32, not both Aarch32 and Aarch64.
2018-08-19qtcreator: (nitpick) better cross-compilation correctnessVladimír Čunát1-1/+1
2018-08-18qtcreator: enable on aarch64 and armv7Tom Hall2-1/+97
Patch (from https://bugreports.qt.io/browse/QTCREATORBUG-8107) to allow botan to build on arm.
2018-07-17qtcreator: 4.5.0 -> 4.6.2Igor Tarasov1-3/+3
2018-04-17treewide: rename bad filenamesMatthew Bauer1-0/+60
Most of these can easily be moved to subdirectories of other directories. This helps reduce clutter in the main trees.