David Seifert
d60deb5d86
Release 1.0.31
...
Fixes #693
2021-01-24 13:22:23 +01:00
evpobr
942ae829be
Update NEWS
2021-01-24 12:37:47 +05:00
evpobr
f87a1ffe9c
Make SSE2 configurable for CMake builds #666
...
See ENABLE_SSE2 option explanation in README.md.
2020-12-11 15:12:54 +05:00
evpobr
e7f5137b47
Implement fast SSE2 lrint and lrintf, closes #660
...
lrint() and lrintf() are ridiculously slow when libsndfile is built
using Visual C++.
On x86 and AMD64 platforms this patch adds SSE2 optimized versions.
It is safe to assume that non-SSE2 processors are no longer available to
avoid unnecessary checks.
2020-12-08 10:42:26 +05:00
evpobr
942acc65bf
Update site documentation
...
* Use GitHub's Jekyll static site generator.
* Move all documentation to docs/ directory.
* Convert HTML to Markdown.
2020-10-19 16:52:27 +05:00
evpobr
ddf6d7bf46
Allow CMake ENABLE_STATIC_RUNTIME option for MinGW
2020-10-14 16:04:42 +05:00
evpobr
6b20d2d312
Change CMake project name to libsndfile
2020-10-13 09:35:01 +05:00
evpobr
7ca049d374
CMake: Improve MSVC runtime library flags handling
...
Change behaviour of `ENABLE_STATIC_RUNTIME` option:
* You can use `ENABLE_STATIC_RUNTIME` for CMake >= 3.15 without error.
* You can use your our method to set MSVC runtime library flags if none of `ENABLE_STATIC_RUNTIME` and `CMAKE_MSVC_RUNTIME_LIBRARY` were set.
2020-10-13 08:47:04 +05:00
evpobr
68958f9c91
Release 1.0.30
2020-09-19 11:48:47 +05:00
evpobr
ccb75f4829
Version 1.0.29
2020-08-15 10:50:52 +05:00
Erik de Castro Lopo
1d928bffdb
Version 1.0.28
2017-04-02 18:52:51 +10:00
Erik de Castro Lopo
d3d545abf9
Version 1.0.27
2016-06-19 18:08:54 +10:00
Erik de Castro Lopo
42991eac0d
NEWS: Fix typo
2015-11-23 06:28:36 +11:00
Erik de Castro Lopo
f67f0992ea
Version 1.0.26
2015-11-22 20:54:04 +11:00
Erik de Castro Lopo
2c4d2bdce6
Updates for 1.0.25.
2011-07-13 21:21:13 +10:00
Erik de Castro Lopo
0772042a68
Updates for release 1.0.24.
2011-03-23 19:35:49 +11:00
Erik de Castro Lopo
0dcf47afa0
NEWS : Fix year of release for 1.0.22/23.
2011-01-27 18:39:29 +11:00
Erik de Castro Lopo
27c736b7d6
NEWS : Fix release number of latest version.
2010-10-11 06:22:37 +11:00
Erik de Castro Lopo
08d35de4cd
Updates for 1.0.23 release.
2010-10-10 15:31:23 +11:00
Erik de Castro Lopo
98b5b70635
Release 1.0.22.
2010-10-04 11:39:47 +11:00
Erik de Castro Lopo
9886506d50
Doc updates from 1.0.21.
2009-12-13 18:03:28 +11:00
Erik de Castro Lopo
5eefd9e6ef
Updates for version 1.0.20.
2009-05-14 20:20:01 +10:00
Erik de Castro Lopo
48f150049d
NEWS README doc/*.html : Updates for 1.0.19 release.
2009-03-02 09:10:55 +11:00
Erik de Castro Lopo
c383584370
Final tweaks for 1.0.18 release.
2009-02-07 14:00:36 +11:00
Erik de Castro Lopo
b51bab566c
Updates from 1.0.17 release.
2006-08-31 09:38:29 +00:00
Erik de Castro Lopo
06540d5da3
Updates for 1.0.16 release.
2006-04-30 10:36:12 +00:00
Erik de Castro Lopo
10dcfcd752
Bump configure version to 1.0.15. Update docs.
2006-03-16 11:45:55 +00:00
Erik de Castro Lopo
8167ede3fd
Prepare for 1.0.14 release.
2006-02-19 12:32:18 +00:00
Erik de Castro Lopo
93ea26e3af
Bump version to 1.0.13.
2006-01-21 03:54:51 +00:00
Erik de Castro Lopo
eae9c4e12c
Final updates before 1.0.12 release.
2005-09-30 12:40:09 +00:00
Erik de Castro Lopo
5bbf1347f6
Release 1.0.11.
2004-11-15 11:37:32 +00:00
Erik de Castro Lopo
d5f1ec3197
Docs revision number updates.
2004-11-14 21:13:09 +00:00
Erik de Castro Lopo
9260c83342
Fix incorrect release dates in NEWS and doc/index.html files.
2004-06-17 03:18:14 +00:00
Erik de Castro Lopo
8057dd38eb
Fix version numbers in HTML, NEWS and README files.
2004-06-14 12:45:30 +00:00
Erik de Castro Lopo
185d9528d1
Fix typo in NEWS.
2004-03-30 12:03:00 +00:00
Erik de Castro Lopo
59073b50ef
Bump version number.
2004-03-30 11:52:28 +00:00
Erik de Castro Lopo
77927e3227
Final fixups before release of 1.0.8.
2004-03-14 04:59:21 +00:00
Erik de Castro Lopo
bb5c647056
Update version to 1.0.7.
2004-02-24 11:24:12 +00:00
Erik de Castro Lopo
a8a36a0843
Fix parsing of 'PAD ' chunk of WAV files.
...
'PAD ' chunk fix was really a problem with header_seek in common.c.
Minor improvements to sndfile.pc.in and NEWS files.
2004-02-15 02:30:33 +00:00
Erik de Castro Lopo
09414afc7e
Pull in changes from 1.0.6 pre-release testing.
2004-02-08 10:18:12 +00:00
Erik de Castro Lopo
a1e9265cad
initial import
...
(automatically generated log message)
2004-01-21 07:46:34 +00:00
Erik de Castro Lopo
cb979e10a7
First snapshot of the public project.
2007-05-14 19:55:24 +10:00