Commit Graph

1347 Commits (3ed4bfd2379b4fcd2a410822619b353b54f02787)
 

Author SHA1 Message Date
jsteube 3ed4bfd237 Move tuningdb specific functions into their own source file
8 years ago
jsteube b8e47c2ba2 Move locking specific functions into their own source file
8 years ago
jsteube e4bf86dcbe Replace #pragma once with #ifndef #define #endif logic because #pragma once does not work cleanly on OSX
8 years ago
jsteube c3fe5b40b1 Move folder specific functions into their own source file
8 years ago
jsteube 176fcb56b1 Reorder objects in Makefile
8 years ago
jsteube 1902e6c2eb Create real cpu_crc32.c and rp_cpu.c
8 years ago
jsteube 0a5759ef1c Move usage specific functions into their own source file
8 years ago
jsteube 21666f77b7 Move maskprocessor and statusprocessor specific functions into their own source file
8 years ago
jsteube d15ae38723 Move hwmon specific functions into their own source file
8 years ago
jsteube 5dd5c15966 Move tty_*() specific functions into their own source file
8 years ago
jsteube eb5e192df5 Move logfile() specific functions into their own source file
8 years ago
jsteube 305aa38b0e Fix import variables
8 years ago
jsteube 3dc77ced14 More preparation for easier integration of:
8 years ago
jsteube 238b3e4401 Test failed, go back to #pragma once
8 years ago
jsteube d86a92f2bf Some test
8 years ago
jsteube b95f491c64 Remove some explicit includes for __APPLE__
8 years ago
jsteube d44571ff70 Add some explicit includes for __APPLE__
8 years ago
jsteube 0fe3bc5cb9 system #include should go to header
8 years ago
jsteube e790ae0f95 Fix some calls to strdup() which should by mystrdup()
8 years ago
jsteube 4b79ccd416 Preparation for easier integration of:
8 years ago
jsteube ff376ce112 Moved bit operations out of shared.[hc] and created bitops.[hc]
8 years ago
jsteube 2216920866 replaced macros with enums and static const char types
8 years ago
jsteube d54b399561 add types for windows only in case _BASETSD_H was not set
8 years ago
jsteube ddfd212513 Fix indents
8 years ago
jsteube 63c17cf2c1 replaced macros with enums and static const char types
8 years ago
jsteube 61d119b068 Remove unused typedefs for windows build
8 years ago
jsteube 8d661f7c40 replaced macros with enums and static const char types
8 years ago
jsteube 6eb9e700f9 replaced macros with enums and static const char types
8 years ago
jsteube d24c200dfe moving macros out of function in cpu-*.c
8 years ago
jsteube 4366afecee Initializing u64 value with something 'u' seem to limit it's maximum value to 0xffffffff and then stop. So this broke restore support, as you can see when the restore pointer went > 0xffffffff, also in status view. cc @neheb
8 years ago
jsteube c8858cd969 Abort session after NUM seconds of --runtime but do not count time in pause mode
8 years ago
jsteube dc30176993 Fix enum type name
8 years ago
jsteube 200938ca42 Replaced uints with enums types
8 years ago
jsteube b78b903372 Fix .travis.yml to use submodule
8 years ago
jsteube 08c784a297 Using git submodule add
8 years ago
jsteube 3d71f5b9de Add missing submodule configuration
8 years ago
jsteube caf2a7da6d Use .gitmodules to handle OpenCL headers depency
8 years ago
Jens Steube a289c37ecf Allow loading of bcrypt hashes with signature $2b$ (February 2014)
8 years ago
Jens Steube 54249835f4 Merge pull request #482 from neheb/master
8 years ago
Jens Steube 40edec14c5 Added DES_full.charset
8 years ago
Jens Steube a267c61fbb switch from clz() to ffz() for bitsliced algorithms
8 years ago
Rosen Penev e664139699
Fix missing prototypes
8 years ago
Rosen Penev edb07bc6c7
Missed a few
8 years ago
Rosen Penev ed1ad9714d
Fix -Wmissing-declarations
8 years ago
jsteube 71a8459d85 Two new modes added:
8 years ago
Rosen Penev 88519f9437
Fix -Wfloat-conversion warnings
8 years ago
Jens Steube 18d6a7a5d5 Merge pull request #475 from neheb/patch-1
8 years ago
neheb 242e1c49d8 Fix for #473
8 years ago
Jens Steube b57235f016 Merge pull request #474 from neheb/master
8 years ago
Rosen Penev d666191d67
Sign fixes
8 years ago