142 Commits (d89b17a244e97f1f584f31b19758e00bea92ea56)

Author SHA1 Message Date
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
Adriaan de Groot d86ea76af2 Bump RC down to 0 for release 7 years ago
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).
7 years ago
Adriaan de Groot 2362a33613 Bump version numbers (again!) in preparation for next week's release 7 years ago
Adriaan de Groot 34846a6644 Bump Calamares version 7 years ago
Adriaan de Groot 7688ab7ad3 CMake: typos in filenames (thanks Riddell) 7 years ago
Adriaan de Groot 2fdccdf090 Merge branch 'simplify-module-desc' 7 years ago
Adriaan de Groot 137da0d8ba CMake: document SKIP_MODULES 7 years ago
Adriaan de Groot 5efac3b2a8 CMake: remove now-nonsensical comment 7 years ago
Adriaan de Groot 978ff6591c CMake: simplify module loading 7 years ago
Adriaan de Groot db105079ba CMake: drop meta-include CalamaresUse 7 years ago
Adriaan de Groot 2c97f393bc CMake: adjust to moved location, drop useless CalamaresUse.cmake 7 years ago
Adriaan de Groot 7ad1c4ccb8 i18n: add Hebrew to the list of languages (new translation) 7 years ago
Adriaan de Groot 5704719ea4 CMake: minor styling 7 years ago
Adriaan de Groot b20defc411 Clang: be less pedantic about c++98 compatibility 7 years ago
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.
7 years ago
Adriaan de Groot 5a1a02197d CMake: since 3.2 is required, no need for the check 7 years ago
Adriaan de Groot 70ed67744f Release: drop rc-number 7 years ago
Adriaan de Groot 4841230801 Release: bump version number 7 years ago
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
7 years ago
Adriaan de Groot ee030c4d56 CMake: revertlast, DESTDIR is the way to stage.
Thanks to Kevin Kofler for putting me back on the right track.
7 years ago
Adriaan de Groot 448af86242 CMake: follow prefix even for the polkit files, for easier staged installs. 7 years ago
Adriaan de Groot e771845d91 Cleanup: bump CMake requirement, so we have better C++14 build support 7 years ago
Adriaan de Groot b6715098e1 Manual: move to section 8, minor polishing 7 years ago
Teo Mrnjavac a5280b6896 Bump. 8 years ago
Teo Mrnjavac 6cb4291b4d Bump. 8 years ago
Teo Mrnjavac 44839a37c6 Bump. 8 years ago
Teo Mrnjavac 65aa914127 Bump. 8 years ago
Teo Mrnjavac 2cb8c1d248 Bump. 8 years ago
Teo Mrnjavac c990dc037f Bump. 8 years ago
Teo Mrnjavac fddddc5cb9 Bump. 8 years ago
Teo Mrnjavac ada620effc Find PythonQt. 8 years ago
shainer 8d5fbaafeb New cmake switch to skip installing configuration.
The INSTALL_CONFIG is "on" by default. When set to off,
no *.conf file, both global and related to a single module,
will be installed. A warning message is printed by cmake too,
and the module description is edited to make this visible.

This is useful for testing, when we want to install our
own libraries and binary but keep the configuration of the
live system we are testing on (e.g. path to distro image).

Tested on the master branch.
8 years ago
Kevin Kofler d6e0e09bc1 Bump version to 2.4.80.
We need master to have a higher version than the stable branch. I used
2.4.80 so that it can be bumped again to 2.4.90 when starting to do
alpha/beta/RC releases.
8 years ago
shainer ab40626c5d Bump QT_VERSION to 5.6 in cmake. 8 years ago
Teo Mrnjavac 1c3d5c67e9 Bump. 8 years ago
Teo Mrnjavac 5cf3770b62 Bump. 8 years ago
Teo Mrnjavac 737b982eb2 Bump. 8 years ago
Teo Mrnjavac 3064632592 Bump. 8 years ago