| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|\ |
|
| | |
|
|/ |
|
|\ |
|
| | |
|
| | |
|
| | |
|
|\ \ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
tkinter is far too confused to handle threading and events
the calls to update in the progress/sttus callbacks keep the gui refreshed
|
| | | |
|
|/ / |
|
|/ |
|
|
|
|
| |
inconsistent version suffix
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The barrier ensures that the thread must spawn before the caller exits.
Some of the code already used a mutex to accomplish this,
however cygwin chokes when a mutex is locked twice by the same thread.
Mutex implementations were replaced with the barrier implementation.
Also the barrier implementation is far cleaner.
|
|\ \ |
|
| | | |
|
|\ \ \ |
|
| | |/
| |/| |
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
logic
|
| |/ /
| | |
| | |
| | | |
It detects the number of header bytes by searching for non-zero bytes.
|
| | | |
|
|/ / |
|
|/
|
|
| |
device is claimed
|
|
|
|
| |
Add the build info as an additional string to the get_version function().
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Check for and define DEBIAN and REDHAT detection vars.
Added LIB_SUFFIX check in top level cmakelists.
Use CMAKE_SYSTEM_PROCESSOR rather than exec uname -m.
Cleans up release mode logic.
|
| |
|
|
|
|
|
| |
1) setup lib suffix for fedora 64
2) specify component for all library target types (should fix missing library files problem)
|
| |
|
| |
|
|\ |
|
| | |
|