summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Fix version number•••git-svn-id: https://svn.kvirc.de/svn/tags/kvirc/4.2.0@6196 17fca916-40b9-46aa-a4ea-0a15b648b75c 4.2.0Gravatar Szymon Tomasz Stefanek2012-07-021-1/+1
* 4.2 standalone sources should compile even if svn is installed•••git-svn-id: https://svn.kvirc.de/svn/tags/kvirc/4.2.0@6195 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-07-021-17/+34
* updated Changelog, hackers.guide.txt, sourcesdate•••version bump: 4.2.0 added a stub README entry for 4.2.0 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6187 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-07-011-2/+2
* 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 Gravatar Fabio Bas2012-04-291-10/+10
* removed useless lines from cmakelist•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6155 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-161-5/+0
* added a reminder•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6151 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2012-04-161-1/+1
* print some useful data if the compilation of datetime.cpp fails in the cake step•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6124 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-071-1/+5
* more on "break python everywhere": upstream-suggested solution, let's see•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6118 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-011-1/+4
* more on "break python everywhere"•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6116 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-011-8/+12
* break python everywhere. (try to force cmake to detect version 2 instead of 3...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6115 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-011-1/+1
* Delete català translation since it is completely outdated and broken•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6107 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2012-03-261-2/+2
* Some mixed changes, mostly related to osx development:•••- test a non-fixed font to work on kerning bug; - rename the cmake project name KVIrc (capitalized) to match application name and play nicer - re-enable native menubar git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6070 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-241-0/+5
* - replace -D_CRT_SECURE_NO_WARNINGS with -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_...•••- it helps to actually define MSVC somewhere if you are trying to use it :| (finally fixes module paths issue) - tweak a svn:mime-type property git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6054 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-181-1/+2
* - nuke PCH support from orbit as discussed with Pragma, it never worked anywa...•••- add a missing file to svn:ignore - do not add -mwindows in the root CMakeLists.txt file, add_executable with WIN32 flag should handle that already. (the WIN32 flag is just silently ignored on non-windows) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6053 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-151-24/+3
* last round of msvc fixes (of NMake at least, the Visual Studio Project files ...•••- remove hardcoding of module paths for MSVC (and remove mmove and ix86 asm stuff which was not removed in r5235 ) - fix MSVC builds to not show a console on release builds by using the WIN32 flag in src/kvirc/CMakeLists.txt (needs checking for MinGW anyway since it might make sense there, not sure and don't want to break the build for others) and linking to qtmain on non-debug builds for MSVC in the root CMakeLists.txt file, thanks to thexception for pointing me in the right direction git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6050 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-131-1/+11
* added a cmake option to focibly enable QGtkStyle themeing. No, you shouldn't ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6036 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-081-0/+13
* don't check the presence of a .svn directory to understand if we're inside a ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6029 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-051-13/+8
* Just a test to check if the CIA bot is screwed up :D•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6027 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-01-051-0/+1
* When building in debug mode try to use the debug phonon library•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6026 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-01-051-1/+5
* Try harder to remove --no-undefined linker flag•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5993 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-12-171-0/+5
* 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 Gravatar Szymon Tomasz Stefanek2011-10-261-2/+2
* WANT_VERBOSE implies CMAKE_VERBOSE_MAKEFILE on, no cache•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5981 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-10-241-1/+1
* now 0.0.2 happier than before•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5958 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-08-301-1/+4
* Restore the WANT_OPENSSL option in CMakeLists.txt: thnx zemo :)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5944 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-08-251-0/+2
* droppped cryptopp dependency, as per resolution #4 of last week's ml discussi...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5943 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-08-241-35/+0
* proper alignment in cmake messages (patch by Arfrever)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5832 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-05-071-2/+2
* Added svg support(optional)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5817 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2011-05-031-0/+16
* kvilib/avdevice: reworked a bit the conditional compilation of legacy v4l cod...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5716 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-03-271-10/+22
* minimal Qt required version is now 4.6•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5680 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-03-231-2/+2
* Don't make Crypto++ and OpenSSL support mutally exclusive.•••This allows using SSL encrypted connections and still use Crypto++ for the remaining cryptographic functions. Signed-off-by: Kai Wasserbäch <curan@debian.org> git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5466 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2011-02-111-25/+0
* fix for #1089•••added cmake policy CMP00017, should workaround #1094 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5460 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-02-101-0/+4
* Maybe fix #1093•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5443 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-02-091-2/+2
* fixed compilation win -DWANT_MEMORY_PROFILE•••fixed typo in cmakelists.txt git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5432 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-02-081-1/+1
* Some cmake-related changes:•••cleaned up the KVIRC_BUILD_FLAGS mess, now every #ifdef used in the code should have its own #define/#undef in kvi_sysconfig.h removed the old WITH_* family of flags, use the native cmake WANT_* options that avoids caching problems and permits to both set and unset the option use WANT_CRYPTOPP for cryptopp code (was: WANT_NO_EMBEDDED_CODE), and disable WANT_OPENSSL when the user wants tom switch to cryptopp updated INSTALL file accordingly git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5430 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-02-071-213/+98
* yet more splitting•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5262 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-12-291-2/+1
* Kill system memmove, ix86 asm and kvi_memmove stuff: modern gcc coupled to gl...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5235 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-271-31/+0
* probable fix for #750•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5103 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-10-231-5/+6
* 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 Gravatar Fabio Bas2010-10-191-7/+33
* added missing flags to about module•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4852 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-08-121-0/+2
* Attempt to fix #874. Needs compilation testing on windows.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4766 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-08-021-0/+5
* Trunk is now 4.1.1 since we've moved past the security issue :)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4746 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-08-011-1/+1
* Rewrite parts of the regchan module in order to•••avoid the heavy usage of pointers. Add some new nice debug macros and tools. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4669 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-07-141-0/+1
* fix for #841•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4635 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-07-091-18/+21
* Update trunk version to 4.1 Equilibrium: open for major changes :)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4547 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-271-2/+2
* Fix a warning. Thnx wRAR :)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4534 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-271-2/+2
* Fix subversion revision management in CMakeLists.txt•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4532 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-271-1/+6
* Better handling of svn in CMakeLists.txt•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4485 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-201-17/+30
* merged recent patches from upstream avdevice code•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4227 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-03-271-0/+1
* added missing checking for "setenv" and "putenv"•••2 compilation de-noising fixes git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3737 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-12-231-0/+16
* since we support -fvisibility=hidden now, enforce it when appliable•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3721 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-12-201-3/+10