Adriaan de Groot
c2ee0c6ed4
CMake: bump version number
2017-12-20 04:22:06 -05:00
Adriaan de Groot
d42210eb93
Merge branch '3.1-pinebook' into 3.1.x-stable
2017-12-19 11:13:21 -05:00
Adriaan de Groot
0116465303
CMake: bump version
2017-12-07 08:42:49 -05:00
Adriaan de Groot
3a94f02547
CMake: look for ECM at top-level, add to search path if found.
2017-12-03 12:48:23 -05:00
Adriaan de Groot
63af8c1b92
Drop -rc status
2017-11-29 08:50:22 -05:00
Adriaan de Groot
7e2e2cabfe
CMake: bump version to 3.1.9rc1 (no functional changes yet)
2017-11-21 04:25:32 -05:00
Adriaan de Groot
848d532a58
CMake: drop -rc status
2017-11-14 10:18:58 -05:00
Adriaan de Groot
4ea8b2e6ef
CMake: report on the example-distro feature correctly
2017-10-30 11:43:37 -04:00
Adriaan de Groot
3b30bbde67
Bump version number, pretending 3.1.8-rc1 is pending
2017-10-25 08:55:59 -04:00
Adriaan de Groot
a64e6efb85
Bump version number
2017-10-24 07:46:03 -04:00
Adriaan de Groot
aabcd6ba86
Bump version
2017-10-13 16:45:37 -03:00
Adriaan de Groot
b805a8df74
CMake: minor docs, typo's
2017-10-12 12:33:03 -03:00
Adriaan de Groot
cd3578ca71
Bump version number
2017-09-25 16:34:30 +02:00
Adriaan de Groot
6924bd7d23
Clang: produce fewer warnings (all caused by boost headers)
2017-09-25 16:33:48 +02:00
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
2017-09-23 10:22:41 -04:00
Adriaan de Groot
6f1f08f728
Restore Boost.Python detection.
...
FIXES #817
2017-09-23 02:57:26 -04:00
Adriaan de Groot
aa789bc8e9
CMake: improve reporting on dependencies
2017-09-21 06:47:58 -04:00
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).
2017-09-21 04:53:09 -04:00
Adriaan de Groot
d89b17a244
Clang: partman_devices.c is not, in fact, C++ code
2017-09-21 04:16:35 -04:00
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
2017-09-19 16:49:14 +02:00
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
2017-09-19 15:57:25 +02:00
Adriaan de Groot
a14e98ce95
Crashreporter: remove further reference to removed lib
2017-09-18 15:02:35 +02:00
Adriaan de Groot
5f213c0ec4
CMake: tidy way of adding Clang warnings
2017-09-17 07:01:59 -04:00
Adriaan de Groot
706ac47111
Clang: reduce warning settings
...
- turn off warnings for missing prototypes (for now) because of MOC
- turn off warnings about docs
2017-09-16 10:36:24 -04:00
Adriaan de Groot
03d9dbe099
Clean up CMakeLists, linking
2017-09-13 18:29:56 +02:00
Adriaan de Groot
90fc268cc4
Clean up CMakeLists wrt. optional
2017-09-13 18:04:36 +02:00
Adriaan de Groot
63ecce93fd
Remove unused CMake module
2017-09-13 08:56:29 -04:00
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
2017-09-13 08:38:51 -04:00
Adriaan de Groot
cbef79bb93
Clean up CMake stuff, remove unneeded modules
2017-09-13 08:32:22 -04:00
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
2017-09-10 06:17:02 -04:00
Adriaan de Groot
d86ea76af2
Bump RC down to 0 for release
2017-09-07 05:46:34 -04:00
Adriaan de Groot
bba9651850
Create example distro squashfs (from build host)
...
- Add a target 'example-distro' which must be manually invoked
This creates an example.sqfs with a minimal binary distro
based on the build hosts's /bin and /lib.
The purpose is to provide a simple test image which the
default configuration of the unpackfs module can use to
create a system within which the *other* steps of the
installation can run.
Example files are some zoneinfo's (remember to choose an
existing zone when using the example distro), groups and
sudoers files, etc ..
The example distro has a special /xbin which contains bogus
binaries for many system-administration tasks (e.g. useradd
which would otherwise come from /usr/sbin).
2017-08-23 17:33:03 -04:00
Adriaan de Groot
2362a33613
Bump version numbers (again!) in preparation for next week's release
2017-08-23 06:43:37 -04:00
Adriaan de Groot
34846a6644
Bump Calamares version
2017-08-23 04:35:21 -04:00
Adriaan de Groot
7688ab7ad3
CMake: typos in filenames (thanks Riddell)
2017-08-08 23:59:15 +09:00
Adriaan de Groot
2fdccdf090
Merge branch 'simplify-module-desc'
2017-08-02 11:29:58 -04:00
Adriaan de Groot
137da0d8ba
CMake: document SKIP_MODULES
2017-07-25 09:00:30 +02:00
Adriaan de Groot
5efac3b2a8
CMake: remove now-nonsensical comment
2017-07-25 08:53:27 +02:00
Adriaan de Groot
978ff6591c
CMake: simplify module loading
2017-07-05 11:14:22 -04:00
Adriaan de Groot
db105079ba
CMake: drop meta-include CalamaresUse
2017-07-05 10:37:49 -04:00
Adriaan de Groot
2c97f393bc
CMake: adjust to moved location, drop useless CalamaresUse.cmake
2017-07-05 10:32:28 -04:00
Adriaan de Groot
7ad1c4ccb8
i18n: add Hebrew to the list of languages (new translation)
2017-07-05 04:48:50 -04:00
Adriaan de Groot
5704719ea4
CMake: minor styling
2017-07-03 08:16:09 -04:00
Adriaan de Groot
b20defc411
Clang: be less pedantic about c++98 compatibility
2017-06-27 07:21:05 -04:00
Adriaan de Groot
d756edfc9a
CMake: turn testing on, following KDE style.
...
A new option BUILD_TESTING is available; you can turn this off at
CMake-time, but building the tests themselves is harmless (although
it takes some CPU time).
The main advantage of doing this is that running the tests becomes
simple:
make test
Instead of figuring out which tests there are and how to run them
individually. Note that the partition-manager tests will normally
fail, because they require an additional environment variable to
be set to tell them what disk to destroy.
2017-06-27 05:05:12 -04:00
Adriaan de Groot
5a1a02197d
CMake: since 3.2 is required, no need for the check
2017-06-27 04:56:38 -04:00
Adriaan de Groot
70ed67744f
Release: drop rc-number
2017-06-21 18:38:53 -04:00
Adriaan de Groot
4841230801
Release: bump version number
2017-06-21 10:30:51 -04:00
Adriaan de Groot
4643ba0adc
Clang: improve usefullness of clang-warnings
...
- don't check c++98 compatibility
- don't show warnings on third-party code
- don't check for padding
2017-06-21 07:27:59 -04:00
Adriaan de Groot
ee030c4d56
CMake: revertlast, DESTDIR is the way to stage.
...
Thanks to Kevin Kofler for putting me back on the right track.
2017-06-19 17:40:51 -04:00