aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/bliss/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* bliss: Add generated Huffman codes to the repositoryTobias Brunner2015-03-021-3/+0
| | | | | | | | | | | | | While these files are generated they don't really change and are not architecture dependant. The previous solution prevented cross-compilation from the repository as `bliss_huffman` was built for the target system but was then executed on the build host to create the source files, which naturally was bound to fail. The `recreate-bliss-huffman` make target can be used inside the bliss directory to update the source files if needed. Fixes #812.
* bliss: Fix monolithic buildTobias Brunner2014-12-121-1/+0
| | | | | | | | | | | This requires moving test files so that the Makefile for the tests can be included after building libstrongswan, which requires the plugin when building monolithically. Due to this a static helper library is required as directly referring to object files (or source files) is not possible. It's also necessary to avoid any link-time dependency on libstrongswan in bliss_huffman, to avoid circular dependencies (bliss_huffman -> libstrongswan -> bliss -> bliss_huffman).
* Automatic generation of optimized Huffman codesAndreas Steffen2014-12-091-0/+4
|
* unit-tests: Added bliss_fft test suiteAndreas Steffen2014-11-291-0/+1