Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change the test file for stackprotector for clang | Aris Adamantiadis | 2010-04-28 | 2 | -1/+27 | |
| | | | | Now compiles with clang ! | |||||
* | Removed the unneeded dependency to doxygen. | Andreas Schneider | 2010-04-04 | 1 | -1/+0 | |
| | ||||||
* | Added an improved version of UseDoxygen.cmake which handles trac doc. | Andreas Schneider | 2010-04-04 | 1 | -117/+80 | |
| | ||||||
* | Fixed Check cmake module. | Andreas Schneider | 2010-03-29 | 1 | -34/+13 | |
| | ||||||
* | Fixed ZLIB cmake module. | Andreas Schneider | 2010-03-29 | 1 | -24/+10 | |
| | ||||||
* | Fixed GCrypt find module. | Andreas Schneider | 2010-03-29 | 1 | -24/+10 | |
| | ||||||
* | Fixed OpenSSL find module. | Andreas Schneider | 2010-03-29 | 1 | -69/+24 | |
| | ||||||
* | Workaround for check linkage on ubuntu amd64 | Aris Adamantiadis | 2010-03-28 | 1 | -1/+4 | |
| | ||||||
* | Added unit testing support using check. | Andreas Schneider | 2010-03-02 | 2 | -0/+112 | |
| | ||||||
* | Set CFLAGS correctly. | Andreas Schneider | 2010-02-13 | 1 | -7/+7 | |
| | ||||||
* | Optional compilation of developper's doc | Aris Adamantiadis | 2009-12-16 | 1 | -0/+7 | |
| | ||||||
* | Fixed setting of LFS CFLAGS. | Andreas Schneider | 2009-10-02 | 1 | -2/+4 | |
| | ||||||
* | Fixed LFS support on unix. | Andreas Schneider | 2009-10-02 | 1 | -25/+25 | |
| | ||||||
* | Remove --as-needed linker flag. | Andreas Schneider | 2009-10-01 | 1 | -2/+0 | |
| | ||||||
* | libcrypto.so is in /lib on opensolaris | Aris Adamantiadis | 2009-09-29 | 1 | -0/+1 | |
| | ||||||
* | Add more warnings to gcc. | Andreas Schneider | 2009-09-01 | 1 | -1/+2 | |
| | ||||||
* | Link shared libraries with --as-needed by default. | Andreas Schneider | 2009-08-25 | 1 | -3/+6 | |
| | ||||||
* | Set gcc to c99 standard and enable pedantic. | Andreas Schneider | 2009-08-25 | 1 | -1/+1 | |
| | ||||||
* | Add Solaris search path for libraries. | Andreas Schneider | 2009-08-24 | 1 | -0/+8 | |
| | ||||||
* | Add openssl include dir on Solaris. | Andreas Schneider | 2009-08-21 | 1 | -0/+1 | |
| | ||||||
* | Fix libssh build and installation on MSVC. | Andreas Schneider | 2009-08-11 | 2 | -1/+5 | |
| | ||||||
* | Suppress warning about "deprecated" functions in MSVC. | Andreas Schneider | 2009-08-11 | 1 | -0/+5 | |
| | ||||||
* | Add strange names for Windows. | Andreas Schneider | 2009-07-30 | 1 | -0/+2 | |
| | ||||||
* | Fix finding OpenSSL on Solaris. | Andreas Schneider | 2009-07-23 | 1 | -0/+5 | |
| | ||||||
* | Add compile flags and test for compiler options only if we use gcc. | Andreas Schneider | 2009-07-21 | 1 | -42/+41 | |
| | ||||||
* | Only add additional warnings if we have a GNU compiler. | Andreas Schneider | 2009-07-21 | 1 | -1/+3 | |
| | ||||||
* | Fix cmake on BSD. | Andreas Schneider | 2009-06-09 | 1 | -3/+3 | |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@773 7dcaeef0-15fb-0310-b436-a5af3365683c | |||||
* | Don't force the CMAKE_BUILD_TYPE or we can't overwrite it. | Andreas Schneider | 2009-05-11 | 1 | -1/+0 | |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@758 7dcaeef0-15fb-0310-b436-a5af3365683c | |||||
* | Improve OpenSSL cmake checks. | Andreas Schneider | 2009-05-07 | 1 | -4/+10 | |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@752 7dcaeef0-15fb-0310-b436-a5af3365683c | |||||
* | Improve GCrypt cmake checks. | Andreas Schneider | 2009-05-07 | 1 | -1/+1 | |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@751 7dcaeef0-15fb-0310-b436-a5af3365683c | |||||
* | Fix win32 builds. | Andreas Schneider | 2009-03-25 | 1 | -8/+9 | |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@286 7dcaeef0-15fb-0310-b436-a5af3365683c | |||||
* | Fix build with cmake >= 2.6.3. -D does not overwrite FORCE. | Andreas Schneider | 2009-03-18 | 1 | -27/+8 | |
| | | | | | | | Patch by Jim McDonough <jmcd@samba.org> git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@275 7dcaeef0-15fb-0310-b436-a5af3365683c | |||||
* | Fix compilation and installation of libssh. | Andreas Schneider | 2009-03-08 | 1 | -7/+8 | |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@250 7dcaeef0-15fb-0310-b436-a5af3365683c | |||||
* | Find zlib of cross mingw. | Andreas Schneider | 2009-03-08 | 1 | -0/+2 | |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@244 7dcaeef0-15fb-0310-b436-a5af3365683c | |||||
* | Add Makefiles for the CMake build system. | Andreas Schneider | 2009-02-02 | 13 | -0/+778 | |
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@203 7dcaeef0-15fb-0310-b436-a5af3365683c |