Adriaan de Groot
e8e284f724
Merge remote-tracking branch 'origin/kcrash'
2017-11-13 13:18:53 +01:00
Adriaan de Groot
105e06798e
CMake: look for ECM at top-level, add to search path if found.
2017-11-01 05:50:04 -04:00
Adriaan de Groot
b303acf12a
Merge branch '3.1.x-stable'
...
- KPMCore code moved
- Small fixes
2017-10-31 06:44:14 -04: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
055d416321
Merge branch '3.1.x-stable'
2017-10-24 07:54:30 -04:00
Adriaan de Groot
a64e6efb85
Bump version number
2017-10-24 07:46:03 -04:00
Adriaan de Groot
c15db95046
Merge branch '3.1.x-stable' (netinstall fixes)
2017-10-23 11:53:30 -04:00
Adriaan de Groot
aabcd6ba86
Bump version
2017-10-13 16:45:37 -03:00
Adriaan de Groot
9f84519e87
Merge branch '3.1.x-stable'
...
- pull in northern-locations fixes
- pull in testing yaml-config
2017-10-12 14:00:24 -03:00
Adriaan de Groot
b805a8df74
CMake: minor docs, typo's
2017-10-12 12:33:03 -03:00
Adriaan de Groot
27e9852e9d
CMake: be more descriptive about squashfs
2017-10-04 11:13:38 -04:00
Adriaan de Groot
a397297b5b
i18n: enable Hindi and Marathi, even though they're currently at 0%
2017-09-28 10:33:23 -04:00
Adriaan de Groot
33f78b375d
Merge branch 'master' into kcrash
2017-09-27 09:52:01 -04: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
Adriaan de Groot
448af86242
CMake: follow prefix even for the polkit files, for easier staged installs.
2017-06-19 16:55:05 -04:00
Adriaan de Groot
e771845d91
Cleanup: bump CMake requirement, so we have better C++14 build support
2017-06-12 12:36:03 +02:00
Adriaan de Groot
b6715098e1
Manual: move to section 8, minor polishing
2017-06-07 03:03:29 -04:00
Teo Mrnjavac
a5280b6896
Bump.
2017-02-24 17:15:34 +01:00
Teo Mrnjavac
6cb4291b4d
Bump.
2017-02-17 17:04:15 +01:00
Teo Mrnjavac
44839a37c6
Bump.
2017-02-10 16:47:37 +01:00
Teo Mrnjavac
65aa914127
Bump.
2017-01-27 11:20:00 +01:00
Teo Mrnjavac
2cb8c1d248
Bump.
2017-01-20 16:18:23 +01:00
Teo Mrnjavac
c990dc037f
Bump.
2017-01-19 18:08:00 +01:00
Teo Mrnjavac
fddddc5cb9
Bump.
2017-01-18 14:55:55 +01:00
Teo Mrnjavac
ada620effc
Find PythonQt.
2016-12-16 17:03:00 +01:00
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.
2016-11-21 00:36:49 +00:00
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.
2016-11-13 03:56:55 +01:00
shainer
ab40626c5d
Bump QT_VERSION to 5.6 in cmake.
2016-10-02 15:33:27 +01:00
Teo Mrnjavac
1c3d5c67e9
Bump.
2016-09-02 15:57:15 +02:00
Teo Mrnjavac
5cf3770b62
Bump.
2016-08-24 16:11:03 +02:00
Teo Mrnjavac
737b982eb2
Bump.
2016-08-18 16:39:49 +02:00
Teo Mrnjavac
3064632592
Bump.
2016-08-11 18:02:10 +02:00
Teo Mrnjavac
c197985c01
Bump
2016-07-29 17:12:51 +02:00
Teo Mrnjavac
59e68ad29a
Bump.
2016-07-22 16:58:05 +02:00
Teo Mrnjavac
b20e18cc26
Update languages list.
2016-07-22 16:36:26 +02:00
Teo Mrnjavac
d568f18145
Bump.
2016-06-30 13:57:11 +02:00
Teo Mrnjavac
e7c3d0b7ac
Update languages list.
2016-06-30 13:09:08 +02:00
Teo Mrnjavac
d4d2fd1432
Bump.
2016-06-24 17:28:52 +02:00
Teo Mrnjavac
7c89bc87ce
Bump.
2016-06-17 18:11:00 +02:00
Teo Mrnjavac
7cd60673e7
Bump!
2016-06-10 18:10:03 +02:00
Teo Mrnjavac
bc27821b27
Bump.
2016-06-03 18:22:03 +02:00
Teo Mrnjavac
cde6e68d29
Bump.
2016-05-13 18:36:18 +02:00
Teo Mrnjavac
fb04800d4a
Bumpitybump.
2016-05-06 19:01:27 +02:00
Teo Mrnjavac
e090463545
Bumpitybump.
2016-05-06 18:37:11 +02:00
Teo Mrnjavac
db9c671704
Bump version.
2016-04-08 09:19:19 +02:00
Teo Mrnjavac
3a6eb3b790
Correctly fail when YAML-CPP is not found.
2016-03-29 09:28:38 +02:00
Teo Mrnjavac
b0506be1f3
Bump.
2016-03-25 10:43:49 +01:00
Teo Mrnjavac
f51f20548a
Set THIRDPARTY_DIR
2016-03-23 18:48:08 +01:00
Teo Mrnjavac
e64050821a
And build it.
2016-03-23 18:48:08 +01:00
Teo Mrnjavac
2a5b22f584
If building with KCrash, require KCoreAddons.
2016-03-16 12:18:35 +01:00
Teo Mrnjavac
24a60c4650
Make KCrash an optional dependency (option: WITH_KF5Crash).
2016-03-16 11:34:35 +01:00
Teo Mrnjavac
c83662f0e9
Bump.
2016-03-11 13:36:18 +01:00
Teo Mrnjavac
e65c94150f
Bump.
2016-03-09 16:38:31 +01:00
Teo Mrnjavac
dcaadeca78
Update list of enabled translation languages.
2016-02-24 15:17:14 +01:00
Teo Mrnjavac
f470756d5f
Bump for 2.0.
2016-02-24 15:17:14 +01:00
konqoro
56a522c278
Enable Greek translation of the project
2016-02-20 22:35:45 +02:00
Teo Mrnjavac
12e20f6c7f
Bump.
2016-02-19 18:18:48 +01:00
Teo Mrnjavac
a21f44aa68
Bump.
2016-02-12 16:48:58 +01:00
Teo Mrnjavac
e2a77ce93d
Bump.
2016-01-29 17:46:56 +01:00
Teo Mrnjavac
6fa8d7d197
Bump for beta6.
2016-01-15 18:41:56 +01:00
Teo Mrnjavac
491ab94463
Bump version.
2016-01-14 15:32:52 +01:00
Teo Mrnjavac
a7bdec7e49
Update languages.
2016-01-08 18:13:34 +01:00
Teo Mrnjavac
d1c22f53e1
Bump.
2016-01-08 18:09:52 +01:00
Teo Mrnjavac
beb338ad29
Bump minor for 2.0-beta3.
2015-12-31 17:01:45 +01:00
Teo Mrnjavac
6cd8e089d8
Bump for beta2.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
d258837f04
Bump minor for beta.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
b0ad19bca3
Enable target uninstall.
2015-12-30 17:27:02 +01:00
Teo Mrnjavac
481b283602
Bump version for 2.0-alpha1.
2015-09-15 16:51:15 +02:00
Teo Mrnjavac
ea77f36431
Bump Qt dependency.
2015-09-15 16:48:41 +02:00
Teo Mrnjavac
da79082b13
Update deps.
2015-09-15 16:48:41 +02:00
Teo Mrnjavac
3e4b19400a
Enable CMake policy CMP0028.
2015-09-15 16:48:40 +02:00
Teo Mrnjavac
4a59be796e
Bump version for 1.1.3.
2015-09-14 17:48:41 +02:00
Teo Mrnjavac
9f5d5a4620
Bump version for 1.1.2.
2015-07-17 17:14:42 +02:00
Teo Mrnjavac
d9e80aeec6
Bump for 1.1.1.
2015-07-03 11:51:44 +02:00
Teo Mrnjavac
d6362bc364
Bump version for final.
2015-06-26 16:32:24 +02:00
Teo Mrnjavac
ab8b26fd7a
Bump RC for release.
2015-06-20 20:44:37 +02:00
Teo Mrnjavac
ab37c301d5
Version bump for 1.1-RC2.
2015-06-13 19:14:06 +02:00
Teo Mrnjavac
8cdaa935e2
Update languages list.
2015-06-13 19:10:02 +02:00
Teo Mrnjavac
e5b0cddb38
Bump version for 1.1-rc1
2015-06-10 02:09:18 +02:00
Teo Mrnjavac
ac36cf222e
Make Clang warn about everything.
2015-06-10 00:53:25 +02:00
Teo Mrnjavac
06d912612d
Add some flags for Clang.
2015-06-04 02:27:58 +02:00
Teo Mrnjavac
997c61921e
Translations update.
2015-04-15 12:20:26 +02:00
Kevin Kofler
18da15a087
Fix build without Python support.
...
Only search for BoostPython3 if Python was found. Otherwise,
${PYTHONLIBS_VERSION_STRING} expands to nothing and the
find_boost_python3 macro gets called with invalid arguments.
2015-02-14 22:45:36 +01:00
Teo Mrnjavac
a09efcf73e
Add explicit warning when building without Python support.
2015-02-05 11:18:45 +01:00
Teo Mrnjavac
ff1459e3ca
Version bump for 1.0
2015-01-30 21:37:19 +01:00
Teo Mrnjavac
14ddba70ef
Initial commit for QML slideshow support.
2015-01-23 20:24:45 +01:00
Manjaro Linux
580a142da8
Bump version
...
<a href="https://github.com/calamares/calamares/issues?q=milestone%3A0.17 ">Milestone 0.17</a> got closed.
2014-11-24 17:06:55 +01:00
Teo Mrnjavac
869ace58b8
Remove obsolete languages from enabled list.
2014-11-18 16:31:03 +01:00
Teo Mrnjavac
53c1e1f708
Update enabled translation languages + bump version.
2014-11-18 15:57:07 +01:00
Kevin Kofler
bc9b9d2ce4
Rename pkexec policy file to .policy extension.
...
Rename com.github.calamares.calamares.bin to
com.github.calamares.calamares.policy. This matches how other policy
files in the same directory are named.
2014-11-05 23:34:03 +01:00
Rohan Garg
b9af5b7d54
XDG_APPS_INSTALL_DIR comes from ECM, use a different var
2014-11-04 18:31:01 +01:00
Rohan Garg
36bd745e65
Install the desktop file
2014-11-04 18:09:30 +01:00
Rohan Garg
fe9a768f29
Use pkexec to execute calamares with the right permissions
2014-11-04 17:59:31 +01:00
Teo Mrnjavac
5fd2ad2f22
Enable all the translation languages we currently have on Transifex.
2014-10-30 11:16:24 +01:00
Rohan Garg
89fe455163
Only output colors when the screen supports it
...
Fixes #124
2014-10-20 17:33:56 +02:00
Teo Mrnjavac
068c6e9f8a
Don't set CMP0043 on old CMake, take 3.
2014-10-14 17:17:41 +02:00
Teo Mrnjavac
b49b05f209
Make compile with old CMake.
2014-10-14 17:14:15 +02:00
Teo Mrnjavac
e648f23e18
CMP0043 doesn't apply <3.0.0
2014-10-14 17:11:04 +02:00
Teo Mrnjavac
d53643f7cc
New CalamaresAddBrandingSubdirectory macro.
2014-10-10 18:07:41 +02:00
Teo Mrnjavac
d97bb47f09
Add proper QResrouce system to libcalamaresui, finish up prepare checks
...
This also adds ImageRegistry, a SVG cache, a bunch of utility functions
for shared pixmaps in CalamaresUtilsGui and renames several qrc files
in viewmodules.
2014-08-26 18:24:51 +02:00
Teo Mrnjavac
26419f2c8a
Check for internet connection in prepare viewmodule.
2014-08-26 18:24:51 +02:00
Pier Luigi Fiorini
f0921a41b2
Try to find settings.conf from SYSCONFDIR
...
Honor SYSCONFDIR as specified by CMake arguments instead of
using a hard-coded path.
Since GNUInstallDirs set CMAKE_INSTALL_FULL_SYSCONFDIR to
CMAKE_INSTALL_PREFIX/etc we need to change the default ourselves.
2014-08-20 11:48:30 +02:00
Pier Luigi Fiorini
4cd217e4b6
Revert "Raise CMake requirement to 3.0+"
...
This doesn't work when the partition manager is enabled because it
uses ECM and ECMConfig.cmake fails with an error if the required
CMake is not less than 2.8.13
Added a note here to remember about this.
This reverts commit 2020eb0eb3
.
2014-08-19 18:03:40 +02:00
Pier Luigi Fiorini
2020eb0eb3
Raise CMake requirement to 3.0+
...
FindPythonLibs.cmake from CMake 2.8.x is not capable of finding Python
libraries on Maui, updating to CMake 3.x solves the problem.
Looks like it is better crafted.
Other parties interested in Calamares should already have CMake 3.x
so this is not a problem.
2014-08-18 12:55:20 +02:00
Pier Luigi Fiorini
f2c5f39f64
Make PythonLibs truly an optional component
...
PythonLibs is an optional dependency, remove REQUIRED otherwise the
build fails when it is not found.
2014-08-14 10:57:03 +02:00
Aurélien Gâteau
15e68e4b9a
calapmtest is not useful anymore
2014-08-08 13:27:41 +02:00
Teo Mrnjavac
4028db2b5c
Install Calamares macros
2014-07-17 19:42:16 +02:00
Teo Mrnjavac
a61a36d99d
We have a Python API for jobmodules!
...
Created a Boost.Python module interface in libcalamares.
Added a PythonJob wrapper and exposed it in the Python module.
Rename target calamareslib ==> calamares so in Python it's libcalamares.
Python-related classes in libcalamares that aren't exported as C++
symbols are now in a CalamaresPrivate namespace.
Import the libcalamares python module into every Python script before
running it.
Added Python error handling to PythonJobHelper.
Added some more testing code to dummypython module.
2014-07-17 19:42:16 +02:00
Aurélien Gâteau
9c05ecef4d
Fix finding of Boost.Python on Ubuntu
2014-07-17 14:54:13 +02:00
Teo Mrnjavac
1dec58f178
Find Python3 + Boost.Python, and other buildsystem fixes.
2014-07-16 15:53:43 +02:00
Teo Mrnjavac
c57d99a21c
Add CalamaresAddModuleSubdirectory, a CMake function for modules that
...
do not require building through a CMakeLists.txt.
2014-07-14 16:26:10 +02:00
Teo Mrnjavac
4ec72f4afb
Refactored calamares_bin into calamares_bin and libcalamaresui.
...
Now linking with -Wl,--no-undefined!
Moved find_package KF5 from the root CMakeLists.txt to the partitioning
module where it belongs. KF5 deps should be limited to plugins.
Lots of random fixage to make stuff link.
Removed CalamaresApplication reference from Settings.
Removed the use of AbstractPage, we don't need it right now.
2014-07-03 18:00:40 +02:00
Aurélien Gâteau
0446bb1079
More readable partition sizes
2014-07-02 18:04:53 +02:00
Aurélien Gâteau
1b22ec890b
Install settings.conf
2014-07-01 10:38:08 +02:00
Aurélien Gâteau
c3fe6026f2
Shut up cmake 3.0
2014-06-27 15:42:12 +02:00
Aurélien Gâteau
02af2dccb9
Introduce libcalapm
...
This adds a submodule pointing to a fork of KDE Partition Manager. All
Calamares-specific changes are in the "calamares" branch of this fork.
2014-06-26 16:46:06 +02:00
Teo Mrnjavac
cbde9f3c0c
Make the compiler a little more pedantic
2014-06-25 19:31:02 +02:00
Teo Mrnjavac
5a5956052b
There's a better way to check for GCC 4.9
2014-06-25 19:22:52 +02:00
Teo Mrnjavac
1237f7acc5
Only enable colorized messages if g++ version is >=4.9
2014-06-25 19:12:21 +02:00
Teo Mrnjavac
f00337f379
Force error coloring in GCC 4.9
2014-06-25 18:42:59 +02:00
Teo Mrnjavac
3dd9578b95
Allow undefined symbols when linking plugin.
2014-06-19 11:04:47 +02:00
Teo Mrnjavac
13fcf387c7
A bunch of work on loading plugins.
...
Also switched to C++11.
2014-06-18 18:05:04 +02:00
Teo Mrnjavac
05d355f21f
Config files are YAML, not JSON. We depend on yaml-cpp for parsing.
2014-06-13 16:40:42 +02:00
Teo Mrnjavac
6899b1f0fa
Added CMake magic for plugin infrastructure.
...
Added ViewManager.
Added dummy Settings class.
Added dummy plugin interface (UI plugins only).
Added dummy greeting plugin.
Added DLLEXPORT macros for UI plugin interface and plugins.
2014-06-11 13:39:20 +02:00
Teo Mrnjavac
b21dc4fe4c
Added Utils, Logger, Translations, QCommandLineParser, init boilerplate
2014-06-06 17:19:59 +02:00
Teo Mrnjavac
b5ec7c4702
CMake skeleton.
2014-06-04 16:35:26 +02:00