commit 2e3cfd7b96f4f5064e5d6963a7b64c943e97b34f
Author: David C. Lonie <loniedavid@gmail.com>
Date: Mon Nov 29 17:53:07 2010 -0500
Fix Nan bug on windows.
It seems that MSVC is either working in integer precision despite
being told not to, or that the MSVC rand generator is returning 1 way
too often. This commit fixes either/both.
commit 863ddf0e13e52fcbc509787095755f8dc98092ff
Author: David C. Lonie <loniedavid@gmail.com>
Date: Mon Nov 29 17:52:48 2010 -0500
Remove temporary test that accidently got cmake'd.
commit 96246c8f0eac0038e7ad79b0ed60a39367e31cd0
Merge: c43b98a f5d8baa
Author: David C. Lonie <loniedavid@gmail.com>
Date: Mon Nov 29 16:30:23 2010 -0500
Merge branch 'headerCleanups'
commit f5d8baa71c2fa4b5a58b2b69f642272e7884e86d
Author: David C. Lonie <loniedavid@gmail.com>
Date: Mon Nov 29 15:31:17 2010 -0500
Fix signals and slots from previous commit.
commit c43b98abb0ee8485cfceb0eab14fd41a177c45fe
Author: David C. Lonie <loniedavid@gmail.com>
Date: Mon Nov 29 15:40:28 2010 -0500
Fix some typos in the structure history record functions.
commit a0598b7984f4d995a3715124e9b7fbbfe527e213
Author: David C. Lonie <loniedavid@gmail.com>
Date: Mon Nov 29 14:10:18 2010 -0500
Remove 'using namespace ...' declarations from headers. This broke some signals/slots.
commit 135ebba9496e083e07e025f8220f07dbf091801d
Author: David C. Lonie <loniedavid@gmail.com>
Date: Mon Nov 29 12:59:02 2010 -0500
Move the POSCARToXtal testing functions to xtal classes.
commit 48fcfd1ec79ee4068cc8fed8d68a39e18311850e
Merge: c7bf0c7 50f3634
Author: David C. Lonie <loniedavid@gmail.com>
Date: Mon Nov 29 12:08:14 2010 -0500
Merge branch 'resumeUpdates'
commit 50f363494c04b31d1823b0e4747095d83ea85cfd
Author: David C. Lonie <loniedavid@gmail.com>
Date: Thu Nov 25 15:20:56 2010 -0500
Prompt user whether to enter readonly mode or to resume the session on load.
commit c7bf0c7bfc8878dc53ac55eefd70d9aee601acb8
Author: David C. Lonie <loniedavid@gmail.com>
Date: Tue Nov 23 11:22:40 2010 -0500
Fix segfault when atom counts mismatch (thanks Pio)
commit 215036a130ac03d3bd0aa0b400fc5e7304770151
Merge: 9242e49 ff2ffa2
Author: David C. Lonie <loniedavid@gmail.com>
Date: Thu Nov 4 12:15:58 2010 -0400
Merge branch 'spglib-1.0b1'
commit ff2ffa2e26f36f341a92d79579c275f3c577d94d
Author: David C. Lonie <loniedavid@gmail.com>
Date: Thu Nov 4 12:15:36 2010 -0400
Small modification to spglibtest
commit a07b97056cee9cddf7dcf22d24ecd309bc1114ac
Author: David C. Lonie <loniedavid@gmail.com>
Date: Thu Nov 4 12:09:02 2010 -0400
Update spglib to 1.0b1
commit 9242e49e165833d2958058f6125e1b8bd05af7b9
Author: David C. Lonie <loniedavid@gmail.com>
Date: Thu Nov 4 11:26:40 2010 -0400
Fix typo in assertions.
commit 0cf31ffd995eabbca724b70c7900e3a676844710
Author: David C. Lonie <loniedavid@gmail.com>
Date: Thu Nov 4 11:26:00 2010 -0400
Clean up energy units in histories.
commit f584378055cc5ac46357ce05f82777e6f03b3be1
Merge: d95d624 4b1f5f1
Author: David C. Lonie <loniedavid@gmail.com>
Date: Wed Nov 3 15:41:59 2010 -0400
Merge branch 'store-coordinates'
commit 4b1f5f1255dd2b8a81d261ca0207371c8721dc79
Author: David C. Lonie <loniedavid@gmail.com>
Date: Wed Nov 3 15:41:41 2010 -0400
Allow structures to maintain a history at each optstep.
commit ca2e840d0673109047c40ace7f6b3b572d78324e
Author: David C. Lonie <loniedavid@gmail.com>
Date: Wed Nov 3 15:40:39 2010 -0400
Allow optimizers to check multiple strings, eventually this should allow single point calculations.
commit d95d6240b84cbafb7312a7fe46d2f6c546b74cc3
Author: David C. Lonie <loniedavid@gmail.com>
Date: Tue Nov 2 12:16:18 2010 -0400
Ref ticket:74 Disable mutex locking until progress bar can be rewritten.
The problem here seems to be how Qt is queueing the signals. The
assertion claims that the mutex is being locked and unlocked from
different threads, but the QueuedConnection type should prevent that
from happening, and inspecting the current thread IDs on each
lock/unlock reveals that they are in fact the same each time.
What is happening? One thread requests to start a progress update,
which is handled by the GUI thread. Before this progress finishes,
another thread requests a progress update, which finishes before the
first update finishes. The dialog then handles both unlock calls
before handling the second thread's lock call, essentially unlocking
an unlocked mutex.
The framework for the progress bar will need to be rewritten. For now,
just remove the lock/unlock calls. This may result in bizarre behavior
if simultaneous progress updates are requested, but nothing more than
a GUI glitch, not a crash.
commit d55c2112ff209dbc180c0dcaa0278d49239d3c9d
Author: David C. Lonie <loniedavid@gmail.com>
Date: Tue Nov 2 12:15:47 2010 -0400
Add definition to enable backtraces on supported systems.
commit 0c9b1257136502568a7499dc31952e87a4c8daba
Merge: e82d54b 1183c00
Author: David C. Lonie <loniedavid@gmail.com>
Date: Mon Nov 1 12:02:22 2010 -0400
Merge remote branch 'origin/spglib-0.9.9.1'
commit 1183c00def385d8e3bd3b046a513c00df3f9acdd
Author: David Lonie <loniedavid@gmail.com>
Date: Sun Oct 31 13:13:58 2010 -0400
Change spglibtest to expect failures on troublesome structures.
commit 8f8a29dbf02b54749273abab46c858d61c940b9d
Author: David Lonie <loniedavid@gmail.com>
Date: Sun Oct 31 13:13:28 2010 -0400
Update spglib to 0.9.9.1 for testing new version from Atsushi Togo.
commit a857ba0efdda10e982249bff59d2d11cdd3d9608
Author: David Lonie <loniedavid@gmail.com>
Date: Sun Oct 31 13:10:44 2010 -0400
Update the AUTHORS file to include libssh as well as spglib.
commit 5971516aaf9c040eb964f6bc2556bd8a7d6a96c8
Merge: e82d54b d28d0d7
Author: David Lonie <loniedavid@gmail.com>
Date: Sun Oct 31 12:30:31 2010 -0400
Merge branch 'spglib-test-suite'
commit d28d0d791906b9e0bacea821f1cac58bc8196c51
Author: David Lonie <loniedavid@gmail.com>
Date: Sun Oct 31 12:29:44 2010 -0400
Added some failing test cases to spglibtest.