Adriaan de Groot
8c4a298f16
CMake: bump version in preparation for -RC3
7 years ago
Adriaan de Groot
66c03b4055
CMake: fix broken logic around Python
7 years ago
Adriaan de Groot
6e01bb0fa4
CMake: factor out explanation of skipped modules.
...
Make a function out of explaining-skipped-modules, and call it
not only after collecting all the modules, but also after
the feature summary, so that it's quite clear which modules
are skipped.
7 years ago
Adriaan de Groot
c582ff0d6b
Merge branch '3.1.x-stable'
7 years ago
Adriaan de Groot
c2ee0c6ed4
CMake: bump version number
7 years ago
Adriaan de Groot
d42210eb93
Merge branch '3.1-pinebook' into 3.1.x-stable
7 years ago
Adriaan de Groot
0116465303
CMake: bump version
7 years ago
Adriaan de Groot
3a94f02547
CMake: look for ECM at top-level, add to search path if found.
7 years ago
Adriaan de Groot
839c039168
Merge remote-tracking branch 'origin/plasma-lnf'
7 years ago
Adriaan de Groot
63af8c1b92
Drop -rc status
7 years ago
Adriaan de Groot
790073cddc
i18n: enable Albanian (sq)
7 years ago
Adriaan de Groot
49fda9da28
CMake: bump version to 3.2.0rc1 (not that there's an RC pending or anything)
7 years ago
Adriaan de Groot
3ae65d5771
Merge branch '3.1.x-stable'
7 years ago
Adriaan de Groot
992d5b4e9d
CMake: always automoc generated files
7 years ago
Adriaan de Groot
0812f035d0
CMake: pick up KDE D8951 to reduce CMake automoc warnings
7 years ago
Adriaan de Groot
7e2e2cabfe
CMake: bump version to 3.1.9rc1 (no functional changes yet)
7 years ago
Adriaan de Groot
848d532a58
CMake: drop -rc status
7 years ago
Adriaan de Groot
78e601edb4
[kcrash] Simplify search for KF5::Crash
7 years ago
Adriaan de Groot
e8e284f724
Merge remote-tracking branch 'origin/kcrash'
7 years ago
Adriaan de Groot
105e06798e
CMake: look for ECM at top-level, add to search path if found.
7 years ago
Adriaan de Groot
b303acf12a
Merge branch '3.1.x-stable'
...
- KPMCore code moved
- Small fixes
7 years ago
Adriaan de Groot
4ea8b2e6ef
CMake: report on the example-distro feature correctly
7 years ago
Adriaan de Groot
3b30bbde67
Bump version number, pretending 3.1.8-rc1 is pending
7 years ago
Adriaan de Groot
055d416321
Merge branch '3.1.x-stable'
7 years ago
Adriaan de Groot
a64e6efb85
Bump version number
7 years ago
Adriaan de Groot
c15db95046
Merge branch '3.1.x-stable' (netinstall fixes)
7 years ago
Adriaan de Groot
aabcd6ba86
Bump version
7 years ago
Adriaan de Groot
9f84519e87
Merge branch '3.1.x-stable'
...
- pull in northern-locations fixes
- pull in testing yaml-config
7 years ago
Adriaan de Groot
b805a8df74
CMake: minor docs, typo's
7 years ago
Adriaan de Groot
27e9852e9d
CMake: be more descriptive about squashfs
7 years ago
Adriaan de Groot
a397297b5b
i18n: enable Hindi and Marathi, even though they're currently at 0%
7 years ago
Adriaan de Groot
33f78b375d
Merge branch 'master' into kcrash
7 years ago
Adriaan de Groot
cd3578ca71
Bump version number
7 years ago
Adriaan de Groot
6924bd7d23
Clang: produce fewer warnings (all caused by boost headers)
7 years ago
Adriaan de Groot
81db2bad5f
CMake: refactor boost.python search
...
- improve description of Python dependencies
- refactor search per python-version-style
- report on features and found boost modules the standard way
7 years ago
Adriaan de Groot
6f1f08f728
Restore Boost.Python detection.
...
FIXES #817
7 years ago
Adriaan de Groot
aa789bc8e9
CMake: improve reporting on dependencies
7 years ago
Adriaan de Groot
40c49bd50d
Clang: be more explicit about marking third-party code.
...
- This is only a partial solution to warnings caused by third-party
code, since #including the headers from other sources won't apply
the warning-suppressions.
- Flags are not applied when building the source as part of a larger
target, but are on re-building just one object (it seems -- CMake
issue to track down).
7 years ago
Adriaan de Groot
d89b17a244
Clang: partman_devices.c is not, in fact, C++ code
7 years ago
Adriaan de Groot
0c129f2460
Reduce third-part warnings a better way.
...
Thanks to Kevin Kofler for pointing out what I'd forgotten about
source-file flags. While at it, introduce a generic mechanism for
suppressing warnings in third-party code.
Mostly reverts 4930484931
7 years ago
Adriaan de Groot
13807ceabf
Licensing: add self
...
- to all the files I've touched recently
- to (very incomplete) AUTHORS list
Licensing: add license info to top-level CMakeLists.txt
7 years ago
Adriaan de Groot
a14e98ce95
Crashreporter: remove further reference to removed lib
7 years ago
Adriaan de Groot
5f213c0ec4
CMake: tidy way of adding Clang warnings
7 years ago
Adriaan de Groot
706ac47111
Clang: reduce warning settings
...
- turn off warnings for missing prototypes (for now) because of MOC
- turn off warnings about docs
7 years ago
Adriaan de Groot
03d9dbe099
Clean up CMakeLists, linking
7 years ago
Adriaan de Groot
90fc268cc4
Clean up CMakeLists wrt. optional
7 years ago
Adriaan de Groot
63ecce93fd
Remove unused CMake module
7 years ago
Adriaan de Groot
1996270128
Drop crashreporter-qt
...
- Reporting URL we use is unused right now anyway
- Not compatible with glibc 2.26
- Not compatible with ARM
7 years ago
Adriaan de Groot
cbef79bb93
Clean up CMake stuff, remove unneeded modules
7 years ago
Adriaan de Groot
510d2d22d5
Clang: reduce warnings to useful level
...
- suppress tons of warnings from Qt MOC due to pointer-casting
- suppress warnings about globals
7 years ago