1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 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... almost 19 years ago
Do not (wrongly) compute determinant when inverting matrix. More... almost 19 years ago
Correctly delete the reflection profile. More... almost 19 years ago
Nifty initialization and deletion of tabulated sine, cosine and exp tables. More... almost 19 years ago
Correctly delete cctbx spacegroup object. More... almost 19 years ago
Only initialize (free)glut once, when opengl window is closed/reopened. More... almost 19 years ago
Validate user input before importing a z-matrix. More... about 19 years ago
Add tooltips. More... about 19 years ago
Recompute geometrical structure factor when the *used* number of reflections has changed. More... about 19 years ago
Use X-Ray tube name only if there is actually one given. More... about 19 years ago
Remove old ($objectfile).gcda ($objectfile).gcno when compiling with profile=2. More... about 19 years ago
Remove old ($objectfile).gcda ($objectfile).gcno when compiling with profile=2. More... about 19 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... about 19 years ago
Correct "all" and "update" targets. More... about 19 years ago
Remove static global list of scattering powers. More... about 19 years ago
Update rules with correct search paths, plus commented out compile flags to compile with auto-vectorization. More... about 19 years ago
Change declaration for compilation with gcc 3.3 More... about 19 years ago
Disable warnings when building freeglut, enable both gtk1 and gtk2 for wxWidgets. More... about 19 years ago
Correctly initialize glut. More... about 19 years ago
Compile wxWidgets and freeglut as static libraries by default, to lower dependencies. More... about 19 years ago
Compile wxWidgets and freeglut as static libraries by default, to lower dependencies. More... about 19 years ago
Avoid re-initializing spacegroup. More... about 19 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... about 19 years ago
Update Makefile and XCode project for G5 target. More... about 19 years ago
Update XCode project (now with XCode 2.2, but should work with 2.1). Update Makefile. More... about 19 years ago
Added export to z-matrix from a Molecule. More... about 19 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... about 19 years ago
Use explicit type for log() to compile with VC++. More... about 19 years ago
Correct typo (extra Molecule::) More... about 19 years ago
Switch to XCode rather than Makefile building, keep macosx.mak for command-line control of XCode and disk image generation. More... about 19 years ago