Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new rs_version() to get the library versionrust | Martin Pool | 2015-11-22 | 4 | -10/+18 |
| | |||||
* | Simple working makefile to link rust into C | Martin Pool | 2015-11-21 | 1 | -0/+9 |
| | |||||
* | Very early experiment in calling out to Rust | Martin Pool | 2015-11-21 | 7 | -1/+93 |
| | |||||
* | Release 1.0.1 | Martin Pool | 2015-11-21 | 1 | -1/+1 |
| | |||||
* | Remove shipped copy of popt. | Martin Pool | 2015-11-21 | 16 | -1747/+2 |
| | | | | | | | It's easily available online and no longer works with the CMake update. popt itself uses automake and it would be a shame to require am just for that. | ||||
* | Merge replacement of autoconf by cmake | Martin Pool | 2015-11-15 | 117 | -1462/+4575 |
|\ | |||||
| * | Fix up isprefix_test (trivial though it is). | Martin Pool | 2015-11-15 | 6 | -101/+20 |
| | | | | | | | | | | | | | | | | * Remove duplicated isprefix.c. * Remove shell scripts and do tests directly in C. * Remove subdirectory CMake config. | ||||
| * | Ew, cmake doesn't automatically build test dependencies | Martin Pool | 2015-11-15 | 1 | -0/+4 |
| | | |||||
| * | Versioning number todo is done | Martin Pool | 2015-11-15 | 1 | -3/+0 |
| | | |||||
| * | librsync versioning is obsolete: describe new approach | Martin Pool | 2015-11-15 | 1 | -5/+4 |
| | | |||||
| * | Mention CMake switch in news | Martin Pool | 2015-11-15 | 1 | -3/+7 |
| | | |||||
| * | Remove now-obsolete libtool versioning list | Martin Pool | 2015-11-15 | 1 | -22/+0 |
| | | |||||
| * | Bump version to 1.0.1 | Martin Pool | 2015-11-15 | 1 | -2/+3 |
| | | | | | | | | Also avoid repeating the version number in the CMakeLists | ||||
| * | Trim whitespace | Martin Pool | 2015-11-15 | 1 | -10/+10 |
| | | |||||
| * | Fix version number from CMake into librsync | Martin Pool | 2015-11-15 | 1 | -1/+1 |
| | | | | | | | | | | It was passing only the patch version, ie the least-significant component | ||||
| * | Travis: try containerized builds without sudo | Martin Pool | 2015-11-14 | 1 | -0/+2 |
| | | |||||
| * | Install libpopt-dev and cmake on Travis as apt dependencies | Martin Pool | 2015-11-14 | 1 | -0/+6 |
| | | |||||
| * | Merge Salamek's conversion to CMake. | Martin Pool | 2015-11-14 | 118 | -1406/+4608 |
| |\ | | | | | | | | | | Some tests are failing. | ||||
| | * | Merge pull request #1 from paulharris/issue-cmake1 | Adam Schubert | 2015-07-01 | 8 | -66/+63 |
| | |\ | | | | | | | | | Issue cmake1 | ||||
| | | * | Fix tests to work with builddir. | Paul Harris | 2015-06-29 | 7 | -30/+38 |
| | | | | | | | | | | | | | | | | | | | | Note: would be good to upgrade tests to avoid use of perl, so they would work under Windows. | ||||
| | | * | CMake: Generate files in the build directory | Paul Harris | 2015-06-29 | 1 | -36/+23 |
| | | | | |||||
| | | * | Ignore vim swap files | Paul Harris | 2015-06-29 | 1 | -0/+2 |
| | |/ | |||||
| | * | Add Copyright headers and some cleanup | Adam Schubert | 2015-05-11 | 6 | -9/+43 |
| | | | |||||
| | * | Use detected perl bin path | Adam Schubert | 2015-05-11 | 1 | -4/+5 |
| | | | |||||
| | * | Fix paths for generated configs, detect perl | Adam Schubert | 2015-05-11 | 1 | -4/+11 |
| | | | |||||
| | * | Find popt under windows | Adam Schubert | 2015-05-11 | 1 | -2/+2 |
| | | | |||||
| | * | Prevent warnings regarding policy CMP0042, see ↵ | Adam Schubert | 2015-05-11 | 1 | -0/+13 |
| | | | | | | | | | | | | http://www.cmake.org/Wiki/CMake_RPATH_handling#Mac_OS_X_and_the_RPATH | ||||
| | * | Fix prototab generation on OS X | Adam Schubert | 2015-05-11 | 1 | -1/+1 |
| | | | |||||
| | * | Generate prototab.c/.h into src dir | Adam Schubert | 2015-05-11 | 1 | -1/+1 |
| | | | |||||
| | * | Move *.c *.h project files into src dir | Adam Schubert | 2015-05-11 | 57 | -61/+61 |
| | | | |||||
| | * | Added build status info | Adam Schubert | 2015-05-11 | 1 | -0/+2 |
| | | | |||||
| | * | Fix build under clang | Adam Schubert | 2015-05-11 | 1 | -6/+6 |
| | | | |||||
| | * | Return -1 to make compiler happy | Adam Schubert | 2015-05-11 | 1 | -0/+1 |
| | | | |||||
| | * | Implement original RS_LONG_T type detection, for now... | Adam Schubert | 2015-05-11 | 2 | -1/+18 |
| | | | |||||
| | * | Fix wrong include | Adam Schubert | 2015-05-11 | 1 | -1/+1 |
| | | | |||||
| | * | Wrong path | Adam Schubert | 2015-05-11 | 1 | -1/+1 |
| | | | |||||
| | * | Do not create build dir | Adam Schubert | 2015-05-11 | 1 | -2/+0 |
| | | | |||||
| | * | Uodate README.md | Adam Schubert | 2015-05-11 | 1 | -4/+2 |
| | | | |||||
| | * | Modify travis.yml for cmake version | Adam Schubert | 2015-05-11 | 1 | -4/+11 |
| | | | |||||
| | * | move check-rdiff into tests | Adam Schubert | 2015-05-11 | 14 | -0/+215 |
| | | | |||||
| | * | CTest file | Adam Schubert | 2015-05-11 | 1 | -0/+23 |
| | | | |||||
| | * | Update gitignore | Adam Schubert | 2015-05-11 | 1 | -1/+5 |
| | | | |||||
| | * | Rename tests dir | Adam Schubert | 2015-05-11 | 37 | -15/+24 |
| | | | |||||
| | * | Lets make tests work | Adam Schubert | 2015-05-11 | 14 | -78/+97 |
| | | | |||||
| | * | Cleanup | Adam Schubert | 2015-05-11 | 1 | -28/+0 |
| | | | |||||
| | * | Update doxygen header, footer, and css | Adam Schubert | 2015-05-09 | 4 | -35/+1523 |
| | | | |||||
| | * | Ignore doxyfile | Adam Schubert | 2015-05-09 | 1 | -0/+1 |
| | | | |||||
| | * | Make doxygen generator working | Adam Schubert | 2015-05-09 | 4 | -141/+2299 |
| | | | |||||
| | * | Uppercase better | Adam Schubert | 2015-05-09 | 2 | -6/+6 |
| | | | |||||
| | * | Allow install of compiled lib and binary | Adam Schubert | 2015-05-09 | 1 | -80/+3 |
| | | |