precomp-cpp/contrib/preflate/support
Alex Xu (Hello71) 3a84725d31 use __linux/__unix instead of CMAKE_C(XX)_FLAGS
this allows the user-specified CFLAGS/CXXFLAGS to take effect.

assume that all platforms supporting C++ in 2021 also support stdbool.h.
2021-11-20 10:30:19 -05:00
..
arithmetic_coder.cpp Update preflate to v0.2.1 2018-04-28 23:51:25 +02:00
arithmetic_coder.h Update preflate to v0.2.1 2018-04-28 23:51:25 +02:00
array_helper.cpp Initial commit. 2018-04-14 22:05:37 +02:00
array_helper.h Initial commit. 2018-04-14 22:05:37 +02:00
bit_helper.cpp Update preflate to v0.2.1 2018-04-28 23:51:25 +02:00
bit_helper.h Update preflate to v0.2.1 2018-04-28 23:51:25 +02:00
bitstream.cpp Update preflate 2018-04-22 11:20:52 +02:00
bitstream.h Merge preflate 0.3.5 changes 2018-09-30 10:08:45 +02:00
const_division.cpp Initial commit. 2018-04-14 22:05:37 +02:00
const_division.h Initial commit. 2018-04-14 22:05:37 +02:00
filestream.cpp use __linux/__unix instead of CMAKE_C(XX)_FLAGS 2021-11-20 10:30:19 -05:00
filestream.h Initial commit. 2018-04-14 22:05:37 +02:00
huffman_decoder.cpp Initial commit. 2018-04-14 22:05:37 +02:00
huffman_decoder.h Initial commit. 2018-04-14 22:05:37 +02:00
huffman_encoder.cpp Initial commit. 2018-04-14 22:05:37 +02:00
huffman_encoder.h Initial commit. 2018-04-14 22:05:37 +02:00
huffman_helper.cpp Initial commit. 2018-04-14 22:05:37 +02:00
huffman_helper.h Initial commit. 2018-04-14 22:05:37 +02:00
memstream.cpp Update preflate to v0.2.1 2018-04-28 23:51:25 +02:00
memstream.h Update preflate to v0.2.1 2018-04-28 23:51:25 +02:00
outputcachestream.cpp Initial commit. 2018-04-14 22:05:37 +02:00
outputcachestream.h Merge preflate 0.3.5 changes 2018-09-30 10:08:45 +02:00
stream.h Merge preflate 0.3.5 changes 2018-09-30 10:08:45 +02:00
support_tests.cpp Initial commit. 2018-04-14 22:05:37 +02:00
support_tests.h Initial commit. 2018-04-14 22:05:37 +02:00
task_pool.cpp Update preflate to v0.3.4 which adds a task pool to give nice speedups 2018-07-01 01:45:06 +02:00
task_pool.h Update preflate to v0.3.4 which adds a task pool to give nice speedups 2018-07-01 01:45:06 +02:00