| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
- update dictionaries to newer versions
- enable AlignConsecutiveAssignments and AlignConsecutiveDeclarations so they can be re-tested once we are ready to do so, its been fixed since clang 5 apparently.
- update to Devel::PPPort 3.71 (cover more perl versions) and ExtUtils::ParseXS 3.51 (minimal changes)
|
| | |
|
| |
|
|
|
|
| |
- of course i missed to amend the include location, fixed now
- update to ExtUtils::ParseXS 3.39 (no changes)
- update to Devel::PPPort 3.42 and use the correct typemap
|
| | |
|
| |
|
|
|
| |
- xs.inc using ExtUtils::ParseXS 3.34 (compile warning fix)
- ppport.h from Devel::PPPort 3.36 (content unchanged, only relevant for people using the default DEFAULT_INC_EXCLUDES_DOT value building this file)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| |
|
|
|
|
|
| |
- remove specification of subsystem, now that we dropped XP
- update nsis to force Vista+
- get maketool from cmake var, no conditional needed anymore
- bump Devel::PPPort to 3.35 (no code change)
|
| |
|
|
|
|
| |
+ add copyright boilerplate to KviDebugContext.cpp
probably more source files exist with no copyright boilerplate.
this was a by chance find.
|
| |
|
|
|
|
| |
- typemap from perl 5.24.0
- ppport.h from Devel::PPPort 3.33
- xs.inc using ExtUtils::ParseXS 3.31 (content unchanged)
|
| |
|
|
|
| |
apparently it dodnt like being "clangified"
resolves #1965
|
| | |
|
| | |
|
| |
|
|
| |
Don't sort includes
|
| | |
|
| |
|
|
| |
Arfrever
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
- typemap from perl 5.22.1
- ppport.h from Devel::PPPort 3.32
- xs.inc using ExtUtils::ParseXS 3.28
|
| | |
|
| |
|
|
| |
opinion -> option
|
| | |
|
| |
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
| |
Fixes #1719
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
tested yet)
- fixed tabs in plist
- wrapped #warning into __GNUC__ ifdef
- partly revert r6370 the change was quite pointless
- update to ExtUtils::ParseXS 3.24 and Devel::PPPort 3.24, also adding a define which the latter suggested
- massive update to the numeric table, no function change, some of these make sense to implement, some don't, this commit is merely to complete the listing so i can figure something out, possibly
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6381 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
|
| |
KVIrc.c:458:5: error: declaration of 'Perl___notused' has a different language linkage
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6380 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
| |
- replace solaris define with more correct one
- add win 6.3 kernel crap
- replace apparently deprecated QT4_FOUND with Qt4_FOUND, also fix display issue with audio backend
- remove solaris threads "support" (it never existed, and cmake upstream doesn't seem to care either)
- bump Devel-PPPort to 3.21, regenerate typemap from perl 5.18.1
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6356 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
| |
- win32registrar is long gone, do not try to call it in the nsis script
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6355 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
| |
order conversion.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6275 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6273 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit )
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
|
|
|
|
|
|
| |
it needs to link against mixed modules and perl seems to only module not wanting run-time error checks (perl does braindead things anyway; i have no debug python to test here)
- "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
|
| |
|
|
|
|
|
|
| |
proper SVN Props instead
sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5980 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5952 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
|
|
|
| |
strings have changed!;
updated translation files;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5327 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
| |
names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations...
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4660 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4621 17fca916-40b9-46aa-a4ea-0a15b648b75c
|