Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-14 | Sketch out Spectrum API | Thomas White | |
2019-05-14 | Move Histogram out of API | Thomas White | |
It's only used by two test programs | |||
2019-05-14 | Remove old "statistics" module with R factors etc | Thomas White | |
compare_hkl does all of these, much better than these functions. | |||
2019-05-07 | Don't try to build API docs unless DOXYGEN_FOUND | Thomas White | |
2019-05-07 | Add CrystFEL version (including API revision) directly into Doxygen main page | Thomas White | |
2019-05-07 | Add CMake stuff for Doxygen | Thomas White | |
2019-04-15 | Strip ouf CBFlib references | Thomas White | |
2019-03-11 | Symmetry operation parser using Flex/Bison | Thomas White | |
2019-03-11 | Add new rational number library | Thomas White | |
2019-02-08 | Add a comment to CMakeLists.txt | Thomas White | |
2019-01-29 | Strip out CPU affinity stuff | Thomas White | |
This was from an early experiment when we were having performance problems on a big NUMA machine. It didn't help very much back then, and it certainly doesn't help much now. It's not worth maintaining the code or build system needed for this. | |||
2019-01-14 | clock_gettime isn't needed for libcrystfel | Thomas White | |
2018-09-20 | Handle gzipped CBF files | Thomas White | |
2018-07-10 | Install the headers | Thomas White | |
2018-06-29 | Merge branch 'tom/xgandalf' | Thomas White | |
2018-06-19 | Fix FFTW include dir | Thomas White | |
2018-06-19 | Simplify pkg-config stuff | Thomas White | |
Use it directly (no fallbacks, at least not until someone really needs it). Also, use the full LDFLAGS instead of just LIBRARIES, because the former also includes the link directories. | |||
2018-06-18 | Add interface to XGANDALF indexer | Yaroslav Gevorkov | |
2018-06-15 | Add message about where forkpty has been found | Thomas White | |
2018-06-14 | Add CMake check to find forkpty() | Thomas White | |
2018-06-08 | Use short version for libcrystfel.so | Thomas White | |
2018-06-07 | Fix version numbers for release, snapshot and Git checkouts | Thomas White | |
2018-05-30 | libcrystfel should link against GSL and pthreads | Thomas White | |
Then programs using libcrystfel don't need -lgsl (unless they use it themselves, of course) | |||
2018-05-29 | Make libcrystfel dependencies private | Thomas White | |
2018-05-29 | Move libcrystfel-specific dependencies to libcrystfel folder | Thomas White | |
2018-05-28 | Set version for shared library | Thomas White | |
2018-05-28 | Fix installation paths | Thomas White | |
2018-05-28 | Fix linker run path | Thomas White | |
2018-03-22 | Test for Curses | Thomas White | |
2018-03-22 | Formatting | Thomas White | |
2018-03-13 | Nicer way of getting Git revision | Thomas White | |
This will need a separate way to create the official releases (which shouldn't have Git revisions attached) | |||
2018-03-12 | Add CMake | Thomas White | |