| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- add clang compile section
- cleanup CMake file
- fix missing return value
|
|
|
|
| |
- add pseudo install rule to CMake
|
| |
|
|
|
|
|
|
|
| |
- move source code to `src`
- categorize files and move to group folder
- change upper case class files to lower case
- change C++ header to `*.hpp`
|
|
|
|
|
| |
- create config on startup
- remove copy `config.txt` on `make install`
|
|
|
|
|
| |
- splitt literal to smaller chunks (windows only support 16k literals)
- remove copy command for opencl folder
|
|
|
|
|
|
| |
- amd/nvidia add hard limit that 64MiB memory keeps free
- improve nvidia auto suggestion (take care of lmem)
- add c++11 flag to nvidia compiler
|
|
|
|
|
|
| |
- fix build documentation
- fix plugin load methods
- fix symbol export for plugins
|
| |
|
|
|
|
|
| |
- add `CUDA_ENABLE`
- add `OpenCL_ENABLE`
|
|
|
|
| |
- fix broken windows support
|
| |
|
|
|
|
| |
Fixing bug in CMakeLists.txt preventing to pick up microhttpd library root as defined in environment variable "MICROHTTPD_ROOT"
Example: "export MICROHTTPD_ROOT=/opt/gnu/libmicrohttpd-0.9.55" will be ignored without this fix
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- add windows socket libraries
- search for windows name of all dependencies
- add missing link step to the intermediate static library
|
|
|
|
|
|
| |
- `CMakeLists.txt` add find code to search for `hwloc`
- `autoAdjustHwloc.hpp` search optimal config based on hwloc topology
- update `README.txt`
|
|
|
|
|
| |
- rename option `*_REQUIRED` to `*_ENABLE`
- allow to disable the dependency OpenSSL and microhttpd
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- add cmake option `CMAKE_LINK_STATIC`
- add missing `CMAKE_C_FLAGS`
- change documentation
|
|
|
|
|
| |
- throw an error if a compile dependancy is not fullfilled
- add options to disable hard compile dependancies
|
|
|
|
|
|
| |
- allow compiling without microhttpd
- allow compiling without OpenSSL
- install `config.txt` with command `make install`
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
-static will compile, but causes a segment fault on both build and target. Using the new flags compiles cleanly and runs on both build and target. (Build = debian sid [test], Target= debian jessie [stable])
|
| |
|
|
|