1
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
Dec 22, 2023 — Dec 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correctly erase temporary parameter set at the end of a SA run. More... over 20 years ago
Do not (wrongly) compute determinant when inverting matrix. More... over 20 years ago
Correctly delete the reflection profile. More... over 20 years ago
Nifty initialization and deletion of tabulated sine, cosine and exp tables. More... over 20 years ago
Correctly delete cctbx spacegroup object. More... over 20 years ago
Only initialize (free)glut once, when opengl window is closed/reopened. More... over 20 years ago
Validate user input before importing a z-matrix. More... over 20 years ago
Add tooltips. More... over 20 years ago
Recompute geometrical structure factor when the *used* number of reflections has changed. More... over 20 years ago
Use X-Ray tube name only if there is actually one given. More... over 20 years ago
Remove old ($objectfile).gcda ($objectfile).gcno when compiling with profile=2. More... over 20 years ago
Remove old ($objectfile).gcda ($objectfile).gcno when compiling with profile=2. More... over 20 years ago
Enable profile feedback directed optimizations with gcc. First compile using "make profile=2", then run a few typical optimizations, then "make clean" and "make profile=3". Gain around 10% on speedtest. "make profile=1" will compile using the tau profiling package. More... over 20 years ago
Correct "all" and "update" targets. More... over 20 years ago
Remove static global list of scattering powers. More... over 20 years ago
Update rules with correct search paths, plus commented out compile flags to compile with auto-vectorization. More... over 20 years ago
Change declaration for compilation with gcc 3.3 More... over 20 years ago
Disable warnings when building freeglut, enable both gtk1 and gtk2 for wxWidgets. More... over 20 years ago
Correctly initialize glut. More... over 20 years ago
Compile wxWidgets and freeglut as static libraries by default, to lower dependencies. More... over 20 years ago
Compile wxWidgets and freeglut as static libraries by default, to lower dependencies. More... over 20 years ago
Avoid re-initializing spacegroup. More... over 20 years ago
Add "restrict" keyword to independent pointers, to enable auto-vectorization. Also make sure that loop boundaries are constant for loops to be vectorized. More... over 20 years ago
Update Makefile and XCode project for G5 target. More... over 20 years ago
Update XCode project (now with XCode 2.2, but should work with 2.1). Update Makefile. More... over 20 years ago
Added export to z-matrix from a Molecule. More... over 20 years ago
Add the ability to use "Ghost" atoms using Maximum Likelihood - they have an unknown position, and only contribute to the variance of the structure factor, not to the modulus. More... over 20 years ago
Use explicit type for log() to compile with VC++. More... over 20 years ago
Correct typo (extra Molecule::) More... over 20 years ago
Switch to XCode rather than Makefile building, keep macosx.mak for command-line control of XCode and disk image generation. More... over 20 years ago