summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Fixed a typo.Andreas Schneider2011-04-081-1/+2
| | | | (cherry picked from commit 7150cabafa6265ebe7b6d7705b3260462c4810b2)
* cmake: Fixed a warning on OS/2 if the compiler version is empty.Andreas Schneider2010-12-311-1/+1
| | | | (cherry picked from commit 98b5f07631e314cca327486560d7a2f2c283d24b)
* libssh: Don't use the visibility flag on OS/2.Andreas Schneider2010-12-311-2/+2
|
* build: Fixed a wrong if statement.Andreas Schneider2010-09-051-2/+2
| | | | (cherry picked from commit 461dde231c73fbe7daecc703a79fb1317bdd1b53)
* build: Fixed build with gcc 3.4.Andreas Schneider2010-09-051-1/+17
| | | | | The -fvisibility=hidden flag is broken in gcc 3.4. This fixes the build on CentOS, bug #74.
* build: Fixed checking for printf function on Windows.Andreas Schneider2010-09-021-11/+11
|
* build: Fixed some mingw warnings.Andreas Schneider2010-07-241-2/+2
|
* build: Don't test for big endian on Windows.Andreas Schneider2010-07-131-1/+3
| | | | Visual Studio 2010 has problems running the test.
* build: Fixed the Windows preprocessor macros and defines.Andreas Schneider2010-07-131-5/+4
|
* Typos in last patchAris Adamantiadis2010-05-141-1/+1
|
* Fix build on VC7Aris Adamantiadis2010-05-141-1/+5
|
* Added configure checks for _vsnprintf_s and strncpy.Andreas Schneider2010-05-101-2/+5
|
* Fix vsnprintf symbol on older VS2003 compilerAris Adamantiadis2010-04-061-0/+5
|
* Fix openssl detection in cmakeAris Adamantiadis2010-03-291-2/+2
|
* Fix file inclusion with VS2003Aris Adamantiadis2010-03-291-3/+7
|
* Fixed a typo that we don't export all symbols.Andreas Schneider2010-03-251-2/+2
|
* Fix compilation on freebsd 6.0 which lacks argp.hAris Adamantiadis2009-11-031-0/+1
|
* Remove --as-needed linker flag.Andreas Schneider2009-10-011-0/+3
|
* Fix typo.Andreas Schneider2009-08-251-1/+1
|
* Fix linking on solaris.Andreas Schneider2009-08-251-0/+11
| | | | libresolv and librt are required.
* Improve header checks on windows.Andreas Schneider2009-08-211-2/+6
|
* Improve detection for required libraries on Solaris.Andreas Schneider2009-08-211-9/+13
|
* Add a warning if wspiapi.h doesn't exist.Andreas Schneider2009-08-201-0/+3
|
* Improve the configure checks.Andreas Schneider2009-08-201-7/+8
|
* Improve checks for Windows version and wspiapi.h.Andreas Schneider2009-08-201-0/+1
|
* Fix compilation with visibility flags with mingw.Andreas Schneider2009-08-121-0/+2
| | | | Thanks to Patrick Spendrin.
* Enable the debug calltrace by default.Andreas Schneider2009-08-121-0/+4
|
* Use gcc visibility attribute to get rid of the map file.Andreas Schneider2009-08-111-0/+2
|
* Fix getaddrinfo and gethostbyname build problems on Solaris.Andreas Schneider2009-07-231-0/+8
|
* Fix OpenSSL include file checks on Solaris.Andreas Schneider2009-07-231-0/+3
|
* Add cmake check for big endian.Andreas Schneider2009-07-231-0/+3
|
* Enable conditional compiling for IP regex code.Aris Adamantiadis2009-07-131-0/+1
|
* Improve OpenSSL cmake checks.Andreas Schneider2009-05-071-2/+2
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@752 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve GCrypt cmake checks.Andreas Schneider2009-05-071-2/+2
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@751 7dcaeef0-15fb-0310-b436-a5af3365683c
* Don't set options again.Andreas Schneider2009-04-271-12/+0
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@619 7dcaeef0-15fb-0310-b436-a5af3365683c
* Add option to enable crypto debug output.Andreas Schneider2009-04-161-0/+4
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@509 7dcaeef0-15fb-0310-b436-a5af3365683c
* Add WITH_SERVER option.Andreas Schneider2009-03-281-0/+4
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@293 7dcaeef0-15fb-0310-b436-a5af3365683c
* Fix SSH1 support.Andreas Schneider2009-03-281-1/+1
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@292 7dcaeef0-15fb-0310-b436-a5af3365683c
* Add an option WITH_LIBZ to compile with zlib support.Andreas Schneider2009-03-281-0/+5
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@289 7dcaeef0-15fb-0310-b436-a5af3365683c
* Fix zlib detection.Andreas Schneider2009-03-281-3/+4
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@288 7dcaeef0-15fb-0310-b436-a5af3365683c
* Set needed functions on Windows to true for now.Andreas Schneider2009-03-081-4/+10
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@247 7dcaeef0-15fb-0310-b436-a5af3365683c
* Add Makefiles for the CMake build system.Andreas Schneider2009-02-021-0/+48
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@203 7dcaeef0-15fb-0310-b436-a5af3365683c