commit 4001c2f2cbc3c739c606d036e59328d616eee190 Author: Alberto Bertogli Date: Tue Jun 30 00:49:22 2009 -0300 Update version number Signed-off-by: Alberto Bertogli commit 94dce8c6b76074bffaff8f98efc13d66eec6a563 Author: Alberto Bertogli Date: Tue Jun 30 00:45:47 2009 -0300 Improve portability #warning messages Signed-off-by: Alberto Bertogli commit 488f7b53b49a1253b3eef12b7482efe2b55f450e Author: Alberto Bertogli Date: Fri Jun 26 03:21:51 2009 -0300 Detect librt availability This patch checks if librt is available, so we don't link against it if not. POSIX says it should be, but some systems do not have it (DragonflyBSD, for example). It's not very nice, but it does the trick. Signed-off-by: Alberto Bertogli commit b362314efb9858e5bcad156a9bbac97f61f0e71e Author: Alberto Bertogli Date: Fri Jun 26 03:01:29 2009 -0300 Unconditionally free() some pointers free(NULL) is perfectly valid, so there is no need to check for it. Signed-off-by: Alberto Bertogli commit aa47917d0c825011c35c3190c81ec00f9e5f62f7 Author: Alberto Bertogli Date: Fri Jun 26 02:40:12 2009 -0300 Support platforms lacking fdatasync() Signed-off-by: Alberto Bertogli commit 7b241f1d51c5c1777edb088a54dd783f550af624 Author: Alberto Bertogli Date: Fri Jun 26 02:15:02 2009 -0300 Support platforms without clock_gettime() Reported by Jonathan Yu. Signed-off-by: Alberto Bertogli commit 3fcd72c2eed7af5bdae8d7f99f4382a25ad42077 Author: Alberto Bertogli Date: Fri Jun 26 01:33:22 2009 -0300 libjio: Add missing #include It's incorrect to assume fcntl.h provides off_t and size_t, we need to include sys/types.h for those. Reported by Jonathan Yu. Signed-off-by: Alberto Bertogli commit 9979a6241770834a1df82308a413cc425f0dd02b Author: Alberto Bertogli Date: Fri Jun 26 01:30:34 2009 -0300 Build the python bindings against the local library This simple patch allows us to build the Python bindings without having to install the library first. Signed-off-by: Alberto Bertogli commit d701482999b81aff8f0e0e1c7b10e96bc1811af7 Author: Alberto Bertogli Date: Sat Apr 25 18:13:03 2009 -0300 bindings/python: Improve setup.py Signed-off-by: Alberto Bertogli