Con Kolivas
c247ba0598
Bump version to 2.11.3
2013-03-17 16:30:26 +11:00
Con Kolivas
590a13dcac
Bump version to 2.11.2
2013-03-09 16:47:18 +11:00
Con Kolivas
b45a07032a
Bump version to 2.11.1
2013-03-07 22:55:50 +11:00
Kano
540f3e89bc
Setup BFLSC support
2013-03-07 00:00:31 +11:00
Kano
2f6660e83f
configure - set USE_USBUTILS when usbutils is required and use it in the code
2013-03-05 18:33:43 +11:00
Con Kolivas
0d64737f24
Bump version to 2.11.0
2013-03-02 17:31:09 +11:00
Con Kolivas
357294a70e
Merge branch 'usb-dev'
2013-03-02 17:22:42 +11:00
Con Kolivas
580607cf1c
Update kernel file names signifying changes.
2013-03-02 17:17:52 +11:00
Con Kolivas
3c91b292a2
Merge branch 'master' into usb-dev
2013-02-07 18:02:38 +11:00
Con Kolivas
47db8e99be
Bump version to 2.10.5
2013-02-07 16:41:39 +11:00
Kano
e3db37a64e
Merge branch 'bfl'
2013-01-03 21:47:41 +11:00
Kano
040ec589fa
BFL USB build changes
2012-12-31 09:09:43 +11:00
Con Kolivas
b53372b43d
Bump version to 2.10.4
2012-12-29 12:23:24 +11:00
Con Kolivas
067a0cd3d4
Bump version to 2.10.3
2012-12-26 09:52:39 +11:00
Con Kolivas
b88d28ee16
Bump version to 2.10.2
2012-12-19 21:05:01 +11:00
Con Kolivas
85e6c6d55e
Bump version to 2.10.1
2012-12-14 21:48:20 +11:00
Con Kolivas
8fcc67f308
Remove dependency on mstcpip.h for windows build by making curl version >= 7.25.0 mandatory on windows builds, and use curl functions for keepalive whenever possible instead.
2012-12-09 13:39:37 +11:00
Con Kolivas
c63916da1c
Increment version preempting changed version signifying different codebase to 2.9
2012-12-08 21:56:57 +11:00
Kano
152e7e36a2
mmq usb v0.4 + api usb stats
2012-12-02 21:48:37 +11:00
Con Kolivas
3ab03e8ff9
Merge pull request #334 from denis2342/pkgconfig
...
third of version of pkg-config changes
2012-12-02 01:41:03 -08:00
Con Kolivas
28b52dc720
Bump version to 2.9.6
2012-12-02 20:17:15 +11:00
Peter Stuge
30c5a16679
configure.ac: Support FreeBSD libusb which doesn't have libusb-1.0.pc
2012-11-25 05:42:44 +01:00
Peter Stuge
318ef85a9f
Require pkg-config to find libusb-1.0, and fix libusb.h #includes
2012-11-25 05:42:42 +01:00
Con Kolivas
cffc21db28
Bump version to 2.9.5
2012-11-25 09:47:45 +11:00
Con Kolivas
8bc60506c5
Revert "Find libusb-1.0 with pkg-config except on mingw, and fix #include path"
...
This reverts commit ce72dbea7d
.
2012-11-25 09:47:26 +11:00
Con Kolivas
30ade169ef
Revert "configure.ac: FreeBSD can't use pkg-config to find libusb-1.0"
...
This reverts commit 4e706162c7
.
2012-11-25 09:47:13 +11:00
Peter Stuge
4e706162c7
configure.ac: FreeBSD can't use pkg-config to find libusb-1.0
2012-11-21 19:56:23 +01:00
Peter Stuge
ce72dbea7d
Find libusb-1.0 with pkg-config except on mingw, and fix #include path
2012-11-21 19:56:05 +01:00
Con Kolivas
759e95541d
Bump version to 2.9.4
2012-11-18 23:44:08 +11:00
Con Kolivas
e55ef04df6
Revert "Find libusb-1.0 using pkg-config and correct the libusb.h #include path"
...
This reverts commit 171c3d0c72
.
Rollback breakage.
2012-11-18 23:44:08 +11:00
Con Kolivas
2696738633
Revert "configure.ac: Don't use pkg-config to search for libusb-1.0 on FreeBSD"
...
This reverts commit d0c10b78be
.
Rollback breakage.
2012-11-18 23:44:08 +11:00
Peter Stuge
d0c10b78be
configure.ac: Don't use pkg-config to search for libusb-1.0 on FreeBSD
2012-11-16 01:04:22 +01:00
Peter Stuge
171c3d0c72
Find libusb-1.0 using pkg-config and correct the libusb.h #include path
2012-11-16 00:26:55 +01:00
Con Kolivas
97059e4c29
Bump version to 2.9.3
2012-11-11 22:58:58 +11:00
Con Kolivas
96b372c1bf
Bump version to 2.9.2
2012-11-11 21:48:07 +11:00
Con Kolivas
b57edb4552
Bump version and news to 2.9.1.
2012-11-06 14:51:32 +11:00
Con Kolivas
d6b9442fcf
Bump version to 2.9.0
2012-11-06 12:01:49 +11:00
CyberLeo
dc7c57d9c3
Changes to build prototypes to support building on FreeBSD 9.1-RC2 amd64
...
* Bashism in configure:
./configure: ${ac_cv_search_addstr:2}: Bad substitution
* Configure finds libcurl in /usr/local, but /usr/local/include isn't in CFLAGS:
cgminer.c:39:10: fatal error: 'curl/curl.h' file not found
* Configure misdetects amd64 as 32-bit; fails when trying to link in sse2_64:
cgminer-sha256_sse2_amd64.o: In function `scanhash_sse2_64':
./cgminer/sha256_sse2_amd64.c:98: undefined reference to `sha256_sse2_64_new'
cgminer-sha256_sse4_amd64.o: In function `scanhash_sse4_64':
./cgminer/sha256_sse4_amd64.c:96: undefined reference to `CalcSha256_x64_sse4'
./cgminer/sha256_sse4_amd64.c:97: undefined reference to `CalcSha256_x64_sse4'
2012-10-30 12:30:17 -05:00
Con Kolivas
bbe5636ec4
Bump version and NEWS to 2.8.7
2012-10-29 16:50:24 +11:00
Con Kolivas
add9b23e56
Bump version number to 2.8.6
2012-10-29 12:53:20 +11:00
Con Kolivas
6691d9d06a
Bump version number to 2.8.5
2012-10-23 20:25:31 +11:00
Con Kolivas
d2e87254ea
The ATI stream / AMD APP SDK environment variables appear to only interfere with win32 builds so bypass them.
2012-10-22 22:52:27 +11:00
Con Kolivas
b0d98c74b3
Bump version number to 2.8.4
2012-10-18 09:07:37 +11:00
Con Kolivas
0a1fcad533
x86_64 builds of mingw32 are not supported directly and should just configure as generic mingw32 builds since they're NOT 64 bit.
2012-10-17 23:30:51 +11:00
Con Kolivas
8fb777a2dd
Cope with both ATI stream and AMD APP SDK roots being set when building.
2012-10-17 23:14:39 +11:00
ckolivas
53c3cce6ac
Bump opencl kernel version numbers.
2012-10-16 15:27:06 +11:00
Con Kolivas
a63fc8c25c
Bump version to 2.8.3
2012-10-12 18:06:00 +11:00
Con Kolivas
ccaf731481
Bump version to 2.8.2
2012-10-11 20:33:45 +11:00
Con Kolivas
e0864a61d1
Bump version to 2.8.1
2012-10-08 22:48:06 +11:00
Con Kolivas
f25c34bfaa
Bump version to 2.8.0
2012-10-07 19:00:10 +11:00
Con Kolivas
0a90207111
Merge branch 'master' into stratum
2012-10-07 13:22:17 +11:00
Con Kolivas
8faeeccfeb
Bump version to 2.7.7
2012-10-07 12:27:02 +11:00
Con Kolivas
a8d693029a
Move stratum sockets to curl infrastructure with locking around send+recv to begin support for proxies and ssl.
2012-10-05 12:37:29 +10:00
Con Kolivas
c113534feb
Begin support for mingw stratum build.
...
Conflicts:
configure.ac
2012-10-04 17:52:35 +10:00
Con Kolivas
54dcd57f95
Bump version number to 2.7.6
2012-09-24 14:15:05 +10:00
Con Kolivas
55b8f2e06e
Test for the now-automatically exported variable AMDAPPSDKROOT when looking for the presence of the OpenCL headers.
2012-09-21 16:01:40 +10:00
Con Kolivas
ba0122535a
Bump version number to 2.7.5
2012-08-31 12:24:39 +10:00
Con Kolivas
7fe8142cbf
Bump version to 2.7.4.
2012-08-24 01:27:16 +10:00
Con Kolivas
ec522bdfdb
Bump to v2.7.3 hotfix.
2012-08-23 17:02:24 +10:00
Con Kolivas
68f7224cc3
Bump version number to 2.7.2
2012-08-23 13:25:38 +10:00
Con Kolivas
f7f55e777d
Increase kernel versions signifying changed APIs.
2012-08-23 11:19:52 +10:00
Con Kolivas
1e41eef3bd
Bump version number to 2.7.1
2012-08-21 23:14:04 +10:00
Con Kolivas
bb401c5528
Bump version to 2.7.0
2012-08-18 23:23:14 +10:00
Con Kolivas
cadc7d762a
Bump version number to 2.6.5
2012-08-15 11:06:00 +10:00
Con Kolivas
1c98e0cf21
Bump version to 2.6.4
2012-08-07 22:21:46 +10:00
Con Kolivas
f6518c0651
Bump version to 2.6.3
2012-08-05 17:55:36 +10:00
Con Kolivas
179885b2a6
Bump version to 2.6.2
2012-08-03 10:13:11 +10:00
Con Kolivas
fdb67e8b99
Bump version to 2.6.1
2012-07-30 14:07:03 +10:00
Con Kolivas
ac6315b735
Bump version 2.6.0, adding SCRYPT README to makefile.
2012-07-29 22:15:42 +10:00
Con Kolivas
b3a41e40a8
Update kernel versions reflecting changes in the API.
2012-07-24 20:33:04 +10:00
Con Kolivas
176cdf8bbc
Begin import of scrypt opencl kernel from reaper.
2012-07-13 14:44:52 +10:00
Con Kolivas
5532f1df32
Bump version to 2.5.0
2012-07-06 20:03:47 +10:00
ckolivas
2e0a94db21
Bump version number to 2.4.4
2012-07-01 12:17:48 +10:00
ckolivas
896775e308
Fix builds on non gnu platforms.
2012-06-30 09:47:53 +10:00
Con Kolivas
f72ed3b660
Bump version to 2.4.3
2012-06-14 21:25:59 +10:00
Luke Dashjr
76f96f4717
New driver: BTCFPGA ModMiner
2012-06-12 02:38:36 +00:00
Luke Dashjr
d3fa59d76f
Abstract generally useful FPGA code into fpgautils.c
2012-06-12 02:35:45 +00:00
Con Kolivas
52ab297ee1
Bump version to 2.4.2
2012-06-02 15:27:02 +10:00
Con Kolivas
8e25239dff
Bump version number to 2.4.1
2012-05-06 20:53:23 +10:00
Con Kolivas
81286a9073
Bump version to 2.4.0
2012-05-03 16:19:19 +10:00
Con Kolivas
0171c84e75
Bump version number to 2.3.6
2012-04-29 10:21:15 +10:00
Con Kolivas
60cc425ff8
Bump version number to 2.3.5
2012-04-28 14:07:16 +10:00
Philip Kaufmann
f479be0700
add goffset support for diakgcn with -v 1 and update kernel version
2012-04-27 09:58:30 +02:00
Con Kolivas
0e916802ce
Bump version number to 2.3.4
2012-04-25 15:52:05 +10:00
Kano
cbe6ab1906
configure.ac epoll.h not used now
2012-04-24 23:00:07 +10:00
Con Kolivas
cfe3eb0b8a
Merge branch 'master' into ztex
...
Conflicts:
configure.ac
2012-04-22 10:43:31 +10:00
Luke Dashjr
1291f5a407
Icarus: Use epoll (where available) to get nonces ASAP
2012-04-21 10:21:23 -04:00
nelisky
98d6664185
removing hard coded include path for libusb-1.0
2012-04-16 04:06:40 -07:00
nelisky
99a188f94f
initial commit with some support for ztex 1.15x board.
...
This version is just a rough draft, but it does alredy mine.
Conflicts:
cgminer.c
configure.ac
2012-04-16 04:01:51 -07:00
Con Kolivas
c3ef4912dd
Bump version number to 2.3.3
2012-04-15 09:46:43 +10:00
Con Kolivas
393200e8d7
Don't even display that cpumining is disabled on ./configure to discourage people from enabling it.
2012-04-14 23:50:41 +10:00
Con Kolivas
fd81bdef68
Bump version number to 2.3.2
2012-03-31 15:29:13 +11:00
Con Kolivas
cf0aebb4f5
Revert "Update phatk version number."
...
This reverts commit 580888f91b
.
Removing changes which did nothing.
2012-03-31 01:10:28 +11:00
Con Kolivas
580888f91b
Update phatk version number.
2012-03-30 07:50:36 +11:00
Con Kolivas
7458927f02
Merge pull request #155 from luke-jr/no_curses
...
Make curses TUI support optional at compile-time.
2012-03-28 04:25:54 -07:00
Con Kolivas
e26f0ac131
Merge pull request #154 from luke-jr/bugfix_withval
...
Bugfix: AC_ARG_WITH provides withval instead of enableval
2012-03-28 04:22:03 -07:00
Con Kolivas
ad824207ff
Merge pull request #151 from luke-jr/libudev_detect_fixes
...
Bugfix: Check for libudev header (not just library) in configure, and document optional dependency
2012-03-28 04:21:18 -07:00
Con Kolivas
3c16c853bd
Reinstate old diablo kernel variable ordering from 120222, adding only goffset and vector size hint. The massive variable ordering change only helped one SDK on 7970 but hurt other devices.
2012-03-28 20:13:08 +11:00
ckolivas
3f3c8361b3
Change the version number on the correct kernels.
2012-03-28 13:21:40 +11:00
Con Kolivas
4325cff2b0
Update version numbers of poclbm and diablo kernels as their APIs have also changed.
2012-03-27 23:01:24 +11:00
Luke Dashjr
ed8382c88d
Make curses TUI support optional at compile-time.
2012-03-12 18:38:45 -04:00
Luke Dashjr
2295d6b1d8
Bugfix: AC_ARG_WITH provides withval instead of enableval
2012-03-12 14:57:56 -04:00
Luke Dashjr
3d9970d66f
Bugfix: Check for libudev header (not just library) in configure, and document optional dependency
2012-02-29 09:02:30 -05:00
Luke Dashjr
ae99714241
Use libudev to autodetect BitFORCE GPUs, if available
2012-02-26 14:46:51 -05:00
Con Kolivas
fc6585de8b
Bump version number to 2.3.1.
2012-02-24 14:20:03 +11:00
Con Kolivas
e9889a384d
Revert kernels that are designed for newer hardware and SDKs to 2.3.0 release style.
2012-02-24 14:14:05 +11:00
Con Kolivas
70e8ade54f
Revert behaviour to old nonce init code.
2012-02-24 14:14:04 +11:00
Con Kolivas
fe34ba1836
Bump version to 2.3.0
2012-02-23 20:52:27 +11:00
Con Kolivas
0bde957912
Update all kernel version names.
2012-02-22 14:17:16 +11:00
Con Kolivas
882e4d85de
Merge pull request #123 from xiangfu/icarus
...
Add Icarus Support to Cgminer
2012-02-21 03:14:20 -08:00
Con Kolivas
d85fc0f799
Begin import of DiabloMiner kernel.
2012-02-21 21:48:10 +11:00
Con Kolivas
136b50d51c
Bump version number to 2.2.7
2012-02-20 09:38:31 +11:00
Xiangfu
2bb92ebcdc
add Icarus support to autoreconf system
2012-02-19 22:22:02 +08:00
ckolivas
6693898710
Fix diakgcn kernel working by passing it D1A variable and renaming it in the cl code accordingly.
...
Renumber version consistent with change in code since it now works.
2012-02-16 17:31:22 +11:00
Con Kolivas
a95e4f4d03
Bump version number to 2.2.6.
2012-02-16 01:16:21 +11:00
Con Kolivas
5e31785e7b
Increase poclbm version number.
2012-02-15 00:29:07 +11:00
Con Kolivas
aa1523d765
Bump up version number to 2.2.5
2012-02-13 13:30:14 +11:00
Con Kolivas
64acb9dae7
Increase version numbers of modified kernels.
2012-02-13 13:26:03 +11:00
Con Kolivas
862e9da48e
Bump version number to 2.2.4.
2012-02-11 20:29:27 +11:00
Con Kolivas
cad84c6f2c
Change poclbm version number.
2012-02-11 11:51:15 +11:00
ckolivas
59d3d0112b
Implement diablo kernel support and try to make it work.
2012-02-11 11:48:12 +11:00
ckolivas
cb7145b179
Add basic build ability with diakgcn and put all kernel names in configure.ac to avoid changing them in mutliple places.
2012-02-11 11:48:11 +11:00
Con Kolivas
63777c9d30
Bump version to 2.2.3 with NEWS.
2012-02-06 21:37:22 +11:00
Con Kolivas
2db367e732
Bump version to 2.2.2
2012-02-06 18:41:50 +11:00
ckolivas
a1d230e879
Deprecate main.c
2012-02-04 13:12:19 +11:00
ckolivas
7d97ed6dd6
Fix various build issues.
2012-02-04 10:23:06 +11:00
Con Kolivas
c0e8819d86
Fix bitforce failing to build into cgminer.
2012-01-31 00:20:58 +11:00
Con Kolivas
269b456864
Bump version to 2.2.1
2012-01-30 23:57:22 +11:00
Con Kolivas
09ea6bd21a
Bump version number up 2.2.0
2012-01-29 12:07:18 +11:00
Con Kolivas
995b6dc892
Make bitforce off not compile bitforce.c properly.
2012-01-29 10:52:24 +11:00
Con Kolivas
1865a01a2b
Make bitforce support default to disabled.
2012-01-29 10:27:16 +11:00
Luke Dashjr
5dfc8b694f
BitForce FPGA support
...
cgminer will scan for and mine BitForce FPGAs on USB ports by providing the
new --scan-serial <device> option, or autodetect them by searching
/dev/serial/by-id for *BitFORCE_SHA256*
2012-01-19 01:24:37 -05:00
ckolivas
332b3ca1e6
Configure out building and support of all CPU mining code unless --enable-cpumining is enabled.
2012-01-19 16:56:42 +11:00
ckolivas
91af258e77
Add configuration option for CPU mining which will default to off.
2012-01-19 15:55:45 +11:00
Con Kolivas
d3b4a6f307
Bump version to 2.1.2
2012-01-06 20:37:44 +11:00
Con Kolivas
d515d31854
Bump version number to 2.1.1
2012-01-01 20:28:36 +11:00
Con Kolivas
743d81b36b
Adjust column width of A/R/HW to be the maximum of any device and align them.
2012-01-01 20:25:04 +11:00
Con Kolivas
4f879b4286
Bump version to 2.1.0.
2011-12-27 16:23:27 +11:00
Con Kolivas
90fa5fcdf0
Bump to version 2.0.9 while still in development.
2011-12-20 23:45:15 +11:00
Kano
50a0892254
2.0.8x Full GPU stats, descriptive field names and --api-description
2011-12-04 00:24:26 +11:00
Kano
45068ced82
Version 2.0.8w (windows changes)
2011-11-29 11:07:27 +11:00
Con Kolivas
4c68ad0183
Fix for Intel Macs.
2011-11-13 08:23:42 +11:00
Con Kolivas
d5231ea57f
Fix build error with -ldl being passed to LDFLAGS instead of LDADD and update configure output.
2011-11-11 22:21:30 +11:00
Con Kolivas
35a8b9f3c5
Bump version number to 2.0.8
2011-11-11 19:42:21 +11:00
Con Kolivas
d8770654f5
Add x86_64 w64 mingw32 target courtesy of dukrat.
2011-10-28 11:11:28 +11:00
Con Kolivas
1acdad89ab
Bump version number to 2.0.7.
2011-10-17 14:24:42 +11:00
Con Kolivas
a41db9d436
Bump version to 2.0.6 and update docs.
2011-10-09 14:14:50 +11:00
Con Kolivas
5133cf5b06
Add altivec 4 way support courtesy of Gilles Risch.
2011-10-09 12:22:00 +11:00
Con Kolivas
16dce491f2
Bump version to 2.0.5
2011-09-27 15:17:30 +10:00
Con Kolivas
a49fc18410
Bump version number to 2.0.4.
2011-09-23 11:48:12 +10:00
Luke Dashjr
014d43b06a
Bugfix: fix linking when OpenCL is not detected
2011-09-23 10:46:59 +10:00
Con Kolivas
da764e5441
Reset opencl flags if not detected to prevent build failure without opencl.
2011-09-23 10:04:09 +10:00
Con Kolivas
1016ae4cd4
Bump version number to 2.0.3.
2011-09-17 13:38:37 +10:00
UukGoblin
88fd7c1d38
use ATISTREAMSDKROOT env variable if available...
...
... to determine the location of OpenCL libs
clean up the use of OPENCL_* vars in autostuff
2011-09-15 11:34:39 +10:00
Con Kolivas
84a3ee45fd
Bump version to 2.0.2.
2011-09-11 15:33:36 +10:00
Con Kolivas
9d84e91560
Properly substitute DLOPEN flags to build with ADL support when -ldl is needed and not when opencl is not found.
2011-09-11 13:32:19 +10:00
Con Kolivas
5abf83860b
Bump version to 2.0.1
2011-09-09 12:21:19 +10:00
Con Kolivas
758afbf00e
Add -lpthread, not -pthread and remove -lm which is not required.
2011-09-08 21:42:00 +10:00
Con Kolivas
df78f45dd9
Latest glibc appears to want linking against -lm as well for dlopen.
2011-09-08 09:53:14 +10:00
Con Kolivas
c8d40fb434
Win32 does not use dlopen so link in -ldl only when not on win32 and display what ldflags are being passed on ./configure.
2011-09-07 09:33:43 +10:00
Con Kolivas
a74554a2c4
Bump version to 2.0.0
2011-09-06 13:54:30 +10:00
Con Kolivas
a62b4e3e22
Remove unused LIBCURL_CPPFLAGS variable which should help cgminer compile on other platforms.
2011-09-06 13:45:02 +10:00
Con Kolivas
36a65e41ea
Add a --disable-adl option to configure and only enable it if opencl support exists.
2011-09-06 10:24:05 +10:00
Con Kolivas
b6a7039387
Bump version to 1.9.9 till completed as version 2.0.
2011-09-05 19:30:03 +10:00
Con Kolivas
d57cd91955
Implement ATI ADL support for GPU parameter monitoring now and setting later (temp, fan, clocks etc.).
...
Check for the presence of the ADL header files in ADL_SDK.
Import adl_functions.h from amd overdrive ctrl.
Implement a setup function that tries to detect GPUs that support the ADL and link in the parameters into the gpus struct.
Put a summary of monitoring information from the GPU menu.
2011-09-03 10:53:35 +10:00
Con Kolivas
690ab48736
Bump version to 1.6.2.
2011-09-02 12:36:54 +10:00
Con Kolivas
65707516d3
With no c++ code there is no point showing CXXFLAGS.
2011-09-02 12:36:11 +10:00
Con Kolivas
062f937cee
Most people expect /usr/local when an unspecified prefix is used so change to that.
2011-09-02 10:30:48 +10:00
Con Kolivas
d88ed35848
Get rid of poorly executed curl check.
2011-09-02 09:46:34 +10:00
Con Kolivas
846e5fbc66
Bump version to 1.6.1.
2011-08-29 19:57:27 +10:00
Con Kolivas
807ddd1c2e
Give convenient summary at end of ./configure.
2011-08-29 10:43:33 +10:00
Con Kolivas
fa91f6a664
Add some defines to configure.ac to enable exporting of values and packaging, and clean up output.
2011-08-29 10:34:32 +10:00
Con Kolivas
10ed8e9d41
Add a --disable-opencl configure option to make it possible to override detection of opencl and build without GPU mining support.
2011-08-28 23:49:17 +10:00
Con Kolivas
83bb42801d
Make pthread, libcurl and libcurses library checks mandatory or fail.
2011-08-28 23:15:29 +10:00
Con Kolivas
882961f8e2
Bump version to 1.6.0.
2011-08-26 14:31:01 +10:00
Con Kolivas
3d5f555407
Allow a custom kernel path to be entered on the command line.
2011-08-25 14:42:03 +10:00
Con Kolivas
413d97096d
Make cgminer look in the install directory for the .cl files making make install work correctly.
2011-08-25 13:59:46 +10:00
Con Kolivas
7dc3db2340
Implement SSE2 32 bit assembly algorithm as well.
2011-08-25 13:04:15 +10:00
Con Kolivas
7407e887f6
Update configure.ac for newer autoconf tools.
2011-08-24 20:17:59 +10:00
Con Kolivas
2630c6d68d
Bump version to 1.5.8.
2011-08-23 12:35:14 +10:00
Con Kolivas
cc9d5f5927
Bump version number to 1.5.7.
2011-08-22 10:48:14 +10:00
Con Kolivas
f062765c94
Explicitly link in ws2_32 on the windows build and update README file on how to compile successfully on windows.
2011-08-20 10:08:59 +10:00
Con Kolivas
4060ae3757
Bump version number.
2011-08-17 16:51:26 +10:00
Con Kolivas
41a4be7dff
Bump version number.
2011-08-16 15:18:01 +10:00
Con Kolivas
b73d93cd29
Bump version number.
2011-08-14 14:20:55 +10:00
Con Kolivas
ef5e8bea0d
Bump version number.
2011-07-30 22:02:26 +10:00
Diogo Franco
dc49d2407d
Use pkg-config to check for libcurl version
...
Fixes autogen on OSX Lion, might fix for other platforms which
don't ship those libcurl m4 macros.
2011-07-29 00:04:39 -03:00
Con Kolivas
106d367b83
Revert "Use pkg-config to check for libcurl version"
...
This reverts commit 98387f94ac
.
Broke generic building.
2011-07-29 12:50:55 +10:00
Diogo Franco
98387f94ac
Use pkg-config to check for libcurl version
...
Fixes autogen on OSX Lion, might fix for other platforms which
don't ship those libcurl m4 macros.
2011-07-28 22:24:11 -03:00
Con Kolivas
1f837909fc
Bump version number.
2011-07-29 01:16:39 +10:00
Con Kolivas
013557a96e
Bump version number.
2011-07-27 22:30:06 +10:00
Con Kolivas
3060b97de3
Bump version number.
2011-07-26 23:45:19 +10:00
Con Kolivas
5f54e164c9
Only use the sockoptfunction if the version of curl is recent enough.
2011-07-25 10:58:32 +10:00
Con Kolivas
2ca6c40991
Bump version.
2011-07-24 19:58:56 +10:00
Con Kolivas
f0f6a0046c
Bump version number to 1.4.0
2011-07-23 16:28:11 +10:00
Con Kolivas
3f202fe8cc
Bump version number.
2011-07-20 13:59:54 +10:00
Con Kolivas
0c07328fd4
Bump version number to 1.3.0
2011-07-19 14:35:08 +10:00
Con Kolivas
f0006522ae
Bump version to 1.2.8
2011-07-18 12:07:35 +10:00
Ycros
1f3074d2ff
Fix configure.ac for 64bit OSX builds
2011-07-18 11:49:27 +10:00
Con Kolivas
c4aefa35d7
Bump version number.
2011-07-16 23:32:44 +10:00