| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | -20/+22 |
| * | run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar... | Dessa | 2016-01-31 | 1 | -1/+1 |
| * | Fix compilation on OS X.•••Starting with CMake 3.0, the Clang compiler that comes with OS X
is recognised by CMake as “AppleClang” instead of just “Clang”.
Fixes #1825.
| wodim | 2016-01-07 | 1 | -1/+1 |
| * | Link only the architectures we requested for libperlcore on OS X.•••We were relying on ExtUtils::Embed::ldopts to get the list of
architectures we were going to link. For obvious reasons that
function is unaware of whatever we actually want to link from
CMake, so we were always generating fat libraries with support
for all architectures.
| wodim | 2015-11-09 | 1 | -0/+10 |
| * | build: Check compilers directly when linking perl | Matt Ullman | 2015-11-05 | 1 | -9/+7 |
| * | build: Squelch literal suffix warnings in GCC•••Fixes #1719
| Matt Ullman | 2015-11-05 | 1 | -3/+9 |
| * | Ignore too old perl warnings on OSX | Alexey Sokolov | 2015-11-01 | 1 | -0/+5 |
| * | - bump to QT 4.7 (we have no QT 4.8 specific code)•••- QT4 on MSVC still needs qtmain, the cmake policy does not apply there
- fix perl on windows, remove activestate hack, we don't support that anymore
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6371 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2014-02-27 | 1 | -7/+4 |
| * | - update KviOsInfo with values from the winsdk8•••- rip out some append libs statements for ws2_32; since we are linking in a way they get added anyway we don't need them (yet)
- remove wsock32.lib from kvilib, linking works fine without it
- move shlwapi for mingw from root to src/kvirc since that is where the msvc one is and it works
- remove envvar hack added in r6273 from perlcore since it is unneeded
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6276 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-10-08 | 1 | -5/+0 |
| * | fix perlcore module linking under mingw (#1328)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6275 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-10-07 | 1 | -3/+5 |
| * | maybe fix perl with mingw•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6273 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-10-05 | 1 | -2/+4 |
| * | 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 | -0/+15 |
| * | - some files were missing newlines, add them•••- sync FindPhonon.cmake with upstream git at 14d09398b68006d75187e4b690f979e267735001 edited a bit for a revised debug handling, needs testing, though.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6268 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-10-04 | 1 | -1/+1 |
| * | convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-10-04 | 1 | -17/+17 |
| * | 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 | -3/+0 |
| * | - 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 | -0/+7 |
| * | reworked r3156•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3160 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-03-24 | 1 | -8/+12 |
| * | 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/+4 |
| * | 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 | -9/+9 |
| * | quick fix for perl rules•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2850 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-11-12 | 1 | -9/+0 |
| * | fixed complaining moc•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2839 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-11-08 | 1 | -4/+0 |
| * | added template rules for modules. thanks to sardanap;•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1456 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-04-11 | 1 | -30/+2 |
| * | maybe fixed skel for windows compilation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1393 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-04-04 | 1 | -2/+1 |
| * | applied sardanap's patch to link modules under MacOS X;•••added skel for modules under windows;
first try to install kvirc's shell scripts;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1392 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-04-04 | 1 | -4/+13 |
| * | More fixes for cmake on Mac OS X•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1387 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Thomas Kalla | 2008-04-04 | 1 | -1/+5 |
| * | fixed vars•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1376 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-04-02 | 1 | -2/+2 |
| * | fixed cmake rules to work either on linux and mac and prepared a skel for win...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1373 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-04-02 | 1 | -4/+22 |
| * | added CMake rules :)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1330 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-03-29 | 1 | -0/+31 |