0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Aug 31, 2024 — Aug 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed two bugs in runtime dispatch. The declaration of static meant that once loaded, the library would only return the function from the first invocation. Then, there was a bug that SSE42 needed to be checked in the switch-case (rather than simply SSE) More... almost 9 years ago
Theory module can now actually handle 0.0 as the lowest separation. wp and xi are no longer unique pair counters, self-pairs of particles (i'th particle with itself) are now counted if the left-edge of the smallest bin is 0.0. NOTE: The output has changed in the command-line versions. Updated the tests outputs (since the number of pairs is now doubled) More... almost 9 years ago
Updated python scripts to account for the extra return value from the extensions More... almost 9 years ago
Added an API timer for the python extensions. Python overhead is a real thing. Plus, some better handling of errors cases in wtheta More... almost 9 years ago
Mostly finished the docs and new wrappers within the Corrfunc package. The C extensions can still be directly accessed, but accessing through the corresponding wrappers is encouraged More... almost 9 years ago
Sprucing up python extensions More... about 9 years ago
Added a bunch of xcode images. The osx test has not run yet on TRAVIS More... about 9 years ago
Had forgotten to update the python parsing formats with the new options More... about 9 years ago
Continued attempt at fixing build. Plus, a bugfix for vpf More... about 9 years ago
Slight restructuring in vpf More... about 9 years ago
Forgot to include relevant header files for signal handling More... about 9 years ago
Need gnu99 to enable the extensions for strsignal More... about 9 years ago
Adding in the python bindings for the new keywords More... about 9 years ago
Attempting to fix build failure More... about 9 years ago
Allowing co-moving distance to be passed directly. One way of fixing issue 71 More... about 9 years ago
Added a signal handler for the kernels. All routines now exit cleanly from a Ctrl-C. Fixes issue #12 and #58 More... about 9 years ago
Added all the mocks edits avoiding direct exit calls and asserts. Error-handling is improved. More... about 9 years ago
Added all the theory commits to remove all exits. And return status indicating success or failure. Actively try to avoid memory leaks when a future memory allocation fails More... about 9 years ago
Fixing travis build failure - forgot to include stdint.h. More... about 9 years ago
Removed un-needed include from wtheta More... about 9 years ago
Added the compile-time asserts for the sizeof struct config_options to the mocks More... about 9 years ago
Added a compile-time check for size of struct config_options. Ensuring possible ABI compatibility with future versions More... about 9 years ago
Added the changes from issue 70 into the theory gridlinking code More... about 9 years ago
Added in a patch for issue #70 More... about 9 years ago
More attempts at fixing parallel builds. Still failing More... about 9 years ago
Added the versioning scheme to the mocks as well More... about 9 years ago
Attempting to fix Makefiles for mocks. Parallel build still completely broken More... about 9 years ago
Added rudimentary versioning support (not really, single version support). Plus, thinking about ABI compatibility More... about 9 years ago
Removed the dependency for the libs in the xi_theory examples directory More... about 9 years ago
Removed un-necessary files from xi_theory/xi [ci skip] More... about 9 years ago