| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use target_compile_features to select C++ standard (#2607)•••* Use target_compile_features to select C++ standard
* Modules and binary already inherit from kvilib | Alexey Sokolov | 2024-02-12 | 1 | -4/+0 |
| * | cmake: add support for qt6 | Fabio Bas | 2023-10-18 | 1 | -5/+1 |
| * | Generate PDB files for MSVC instead of any compiler on Windows | Leo | 2020-07-26 | 1 | -1/+1 |
| * | Modernize to C++17 | IceN9ne | 2018-11-28 | 1 | -1/+1 |
| * | Use C++14 | Alexey Sokolov | 2018-11-14 | 1 | -2/+2 |
| * | remove qt5_use_modules for Qt 5.11•••cmake modules for Qt 5.11 don't have that function anymore, so it needs to be replaced with the standard way of library linkage.
downside is that the module listing in the Status page isn't looking too fancy anymore.
| Dessa | 2018-04-14 | 1 | -1/+1 |
| * | Cmake updates••• * Remove the usage of CMP0026’s LOCATION
* fix WANT_STRIP option: fix #2306
* remove WANT_UNIVERSAL_BINARY option (obsolete)
* fix bundling of Qt libraries on Osx
| Fabio Bas | 2017-09-21 | 1 | -2/+13 |
| * | Build also in debug mode for windows (#2192)•••* Build also in debug mode for windows
See #2191
* Don't mix /Od and -O2 on windows build. -O2 comes from perl
* Reindent perlcore CMakeLists
* Fix debug python build on windows
* Rearrange environment vars in appveyor
* Try to publish pdb files too
* install qts and kvirc's debug pdbs in debug config
* use TARGET_PDB_FILE instead
| Alexey Sokolov | 2017-05-24 | 1 | -1/+4 |
| * | enable c++11 differently, also clean up some now-obsolete policies | Dessa | 2015-11-06 | 1 | -1/+2 |
| * | Enable C++11. Fixes #1707. | Szymon Tomasz Stefanek | 2015-11-01 | 1 | -0/+3 |
| * | Fix subtle crash in KviKvsHash destruction when the module that allocated it ... | Szymon Tomasz Stefanek | 2015-08-27 | 1 | -5/+1 |
| * | - remove -Wl,--no-undefined "handling" as this is not something we should "ju...•••- remove winmm hack now that append libs works
- fix some win32 ifs in cmakelists files which should be mingw (check if this stuff is still needed when i get my mingw toolchain up)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6270 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-10-05 | 1 | -15/+2 |
| * | moved perl linking flags from main cmakelists to perlcore's cmakelists•••fixed up beefy includes
lowercase cake module's rules
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6269 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-10-05 | 1 | -29/+29 |
| * | qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-09-28 | 1 | -0/+4 |
| * | - move the stripping of /RTC1 to perlcore, as MSVC doesn't seem to care if it...•••- "fix" msvc build with perl disabled (note the todo in kvilibs CMakeLists.txt hint: its a bleeping hack, kthxbye)
- kill duplicate KVIRC_BINARYNAME from module.rules.txt
- bump version in resources_win32/version.h
- some svn:eol-style crap (i wonder if i ever finish that up)
NB: try to beat some sanity into perl, since it does add tons of crap to the cmdline (it was actually the one adding -ltcg); which we need some of at some point in the build but it really shouldn't be done unconditionally.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6256 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-09-28 | 1 | -1/+1 |
| * | Install kvirc, kvilib and the module in the place actually declared in the cm...•••osx: put qt libraries and plugins inside the bundle, and fix dyld references => bundles will now be redistributable to other users without prerequisites
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6163 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-04-29 | 1 | -11/+1 |
| * | fix #1229•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5984 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-11-05 | 1 | -1/+1 |
| * | Try to get rid of -Wl,--no-undefined inherited from dep libraries•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5983 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-10-26 | 1 | -2/+13 |
| * | Try to get rid of -Wl,--no-undefined inherited from dep libraries•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5982 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-10-26 | 1 | -1/+3 |
| * | Calm down the rijndael module compilation. Thnx Arfrever.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5463 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-02-10 | 1 | -0/+1 |
| * | merged egns's patch to enable painless msvc compilation, thank you!•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5091 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-10-19 | 1 | -6/+1 |
| * | added cmake option to strip binaries•••documentation update
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3621 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-11-20 | 1 | -0/+5 |
| * | reverted part of r3395 (fixes #511), LIB_SUFFIX is the common flag name for c...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3401 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-08-05 | 1 | -1/+1 |
| * | removed checks on python* modules;•••added python version to the definitions;
changed LIB_SUFFIX with better LIBDIR_SUFFIX;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3395 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2009-07-30 | 1 | -1/+1 |
| * | patched perl support for win32•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2886 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-11-18 | 1 | -1/+2 |
| * | re-enabled perl support; patched to work nicely with perl 5.10•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2872 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-11-17 | 1 | -5/+2 |
| * | removed soversion on modules•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2780 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-10-27 | 1 | -3/+1 |
| * | applied patch to follow LSB rules, thanks to GlaDiaC•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2778 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-10-27 | 1 | -1/+1 |
| * | fix for vs2008+cmake on module linking•••removeod old "hires" and "lowres" theme directories
added 4 missing cmakelists.txt in data/
updated win32 install instructions
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2393 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-09-03 | 1 | -1/+7 |
| * | enabled cmake info on about module. test it with msvc•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1935 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-06-24 | 1 | -5/+5 |
| * | Fixes for win32 msvc build (now it works ok, but SLOW AS HELL: kvirc+kvilib w...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1934 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Alexey Uzhva | 2008-06-24 | 1 | -8/+10 |
| * | fixed modules compilation (except rinjdael); first preliminary installation r...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1866 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-05-28 | 1 | -1/+1 |
| * | mingw32: fixed module compilation up to kvirijndael; added some installation ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1864 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-05-28 | 1 | -1/+1 |
| * | mingw32: added proper rules to permit modules compilation/linking•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1863 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-05-28 | 1 | -2/+10 |
| * | fixed coexistence support: it caused kvirc to segfault on modules loading•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1824 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-05-19 | 1 | -2/+2 |
| * | cmake win32: fixed modules targets and linking•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1818 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-05-18 | 1 | -5/+3 |
| * | Added switch "COEXISTENCE_VER" to cmake;•••setting it to off (default) you get libkvilib and kvirc;
setting it to on (cmake -DCOEXISTENCE_VER=1) you get libkvilib4 and kvirc4;
proposed by Ze
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1760 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-05-13 | 1 | -2/+8 |
| * | fix module install path and documentation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1746 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-05-11 | 1 | -3/+3 |
| * | simplified modules rules•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1639 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-05-01 | 1 | -4/+3 |
| * | A huge progress in KDE4 port, kvirc and several modules now compile. Linking ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1608 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2008-04-28 | 1 | -1/+3 |
| * | quick fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1457 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-04-11 | 1 | -0/+18 |