├── README.md ├── bin ├── crunch.exe ├── crunch.pdb └── crunch_x64.exe ├── bin_linux └── crunch ├── bin_mingw └── crunch.exe ├── bin_osx └── crunch ├── crn.2008.sln ├── crn.workspace ├── crn_examples.2008.sln ├── crn_linux.workspace ├── crnlib ├── Makefile ├── crn_arealist.cpp ├── crn_arealist.h ├── crn_assert.cpp ├── crn_assert.h ├── crn_atomics.h ├── crn_buffer_stream.h ├── crn_cfile_stream.h ├── crn_checksum.cpp ├── crn_checksum.h ├── crn_clusterizer.h ├── crn_color.h ├── crn_colorized_console.cpp ├── crn_colorized_console.h ├── crn_command_line_params.cpp ├── crn_command_line_params.h ├── crn_comp.cpp ├── crn_comp.h ├── crn_console.cpp ├── crn_console.h ├── crn_core.cpp ├── crn_core.h ├── crn_data_stream.cpp ├── crn_data_stream.h ├── crn_data_stream_serializer.h ├── crn_dds_comp.cpp ├── crn_dds_comp.h ├── crn_decomp.cpp ├── crn_dxt.cpp ├── crn_dxt.h ├── crn_dxt1.cpp ├── crn_dxt1.h ├── crn_dxt5a.cpp ├── crn_dxt5a.h ├── crn_dxt_endpoint_refiner.cpp ├── crn_dxt_endpoint_refiner.h ├── crn_dxt_fast.cpp ├── crn_dxt_fast.h ├── crn_dxt_hc.cpp ├── crn_dxt_hc.h ├── crn_dxt_hc_common.cpp ├── crn_dxt_hc_common.h ├── crn_dxt_image.cpp ├── crn_dxt_image.h ├── crn_dynamic_stream.h ├── crn_dynamic_string.cpp ├── crn_dynamic_string.h ├── crn_etc.cpp ├── crn_etc.h ├── crn_file_utils.cpp ├── crn_file_utils.h ├── crn_find_files.cpp ├── crn_find_files.h ├── crn_freeimage_image_utils.h ├── crn_hash.cpp ├── crn_hash.h ├── crn_hash_map.cpp ├── crn_hash_map.h ├── crn_helpers.h ├── crn_huffman_codes.cpp ├── crn_huffman_codes.h ├── crn_image.h ├── crn_image_utils.cpp ├── crn_image_utils.h ├── crn_intersect.h ├── crn_jpgd.cpp ├── crn_jpgd.h ├── crn_jpge.cpp ├── crn_jpge.h ├── crn_ktx_texture.cpp ├── crn_ktx_texture.h ├── crn_lzma_codec.cpp ├── crn_lzma_codec.h ├── crn_math.cpp ├── crn_math.h ├── crn_matrix.h ├── crn_mem.cpp ├── crn_mem.h ├── crn_miniz.cpp ├── crn_miniz.h ├── crn_mipmapped_texture.cpp ├── crn_mipmapped_texture.h ├── crn_packed_uint.h ├── crn_pixel_format.cpp ├── crn_pixel_format.h ├── crn_platform.cpp ├── crn_platform.h ├── crn_prefix_coding.cpp ├── crn_prefix_coding.h ├── crn_qdxt1.cpp ├── crn_qdxt1.h ├── crn_qdxt5.cpp ├── crn_qdxt5.h ├── crn_radix_sort.h ├── crn_rand.cpp ├── crn_rand.h ├── crn_ray.h ├── crn_rect.h ├── crn_resample_filters.cpp ├── crn_resample_filters.h ├── crn_resampler.cpp ├── crn_resampler.h ├── crn_rg_etc1.cpp ├── crn_rg_etc1.h ├── crn_ryg_dxt.cpp ├── crn_ryg_dxt.hpp ├── crn_ryg_types.hpp ├── crn_sparse_array.h ├── crn_sparse_bit_array.cpp ├── crn_sparse_bit_array.h ├── crn_stb_image.cpp ├── crn_strutils.cpp ├── crn_strutils.h ├── crn_symbol_codec.cpp ├── crn_symbol_codec.h ├── crn_texture_comp.cpp ├── crn_texture_comp.h ├── crn_texture_conversion.cpp ├── crn_texture_conversion.h ├── crn_texture_file_types.cpp ├── crn_texture_file_types.h ├── crn_threaded_clusterizer.h ├── crn_threaded_resampler.cpp ├── crn_threaded_resampler.h ├── crn_threading.h ├── crn_threading_null.h ├── crn_threading_pthreads.cpp ├── crn_threading_pthreads.h ├── crn_threading_win32.cpp ├── crn_threading_win32.h ├── crn_timer.cpp ├── crn_timer.h ├── crn_traits.h ├── crn_tree_clusterizer.h ├── crn_types.h ├── crn_utils.cpp ├── crn_utils.h ├── crn_value.cpp ├── crn_value.h ├── crn_vec.h ├── crn_vec_interval.h ├── crn_vector.cpp ├── crn_vector.h ├── crn_vector2d.h ├── crn_winhdr.h ├── crn_zeng.cpp ├── crn_zeng.h ├── crnlib.2008.vcproj ├── crnlib.2008.vcxproj ├── crnlib.cbp ├── crnlib.cpp ├── crnlib_linux.cbp ├── lzham_timer.cpp ├── lzham_timer.h ├── lzham_win32_threading.cpp ├── lzham_win32_threading.h ├── lzma_7zBuf.cpp ├── lzma_7zBuf.h ├── lzma_7zBuf2.cpp ├── lzma_7zCrc.cpp ├── lzma_7zCrc.h ├── lzma_7zFile.cpp ├── lzma_7zFile.h ├── lzma_7zStream.cpp ├── lzma_7zVersion.h ├── lzma_Alloc.cpp ├── lzma_Alloc.h ├── lzma_Bcj2.cpp ├── lzma_Bcj2.h ├── lzma_Bra.cpp ├── lzma_Bra.h ├── lzma_Bra86.cpp ├── lzma_BraIA64.cpp ├── lzma_CpuArch.h ├── lzma_LzFind.cpp ├── lzma_LzFind.h ├── lzma_LzFindMt.cpp ├── lzma_LzFindMt.h ├── lzma_LzHash.h ├── lzma_LzmaDec.cpp ├── lzma_LzmaDec.h ├── lzma_LzmaEnc.cpp ├── lzma_LzmaEnc.h ├── lzma_LzmaLib.cpp ├── lzma_LzmaLib.h ├── lzma_MyVersion.h ├── lzma_Threads.cpp ├── lzma_Threads.h ├── lzma_Types.h └── osx_pthread_spinlock_shim.h ├── crunch ├── corpus_gen.cpp ├── corpus_gen.h ├── corpus_test.cpp ├── corpus_test.h ├── crunch.2008.vcproj ├── crunch.2008.vcxproj ├── crunch.cbp ├── crunch.cpp └── crunch_linux.cbp ├── example1 ├── example1.2008.vcproj ├── example1.cpp └── stb_image.h ├── example2 ├── example2.2008.vcproj ├── example2.cpp ├── timer.cpp └── timer.h ├── example3 ├── example3.2008.vcproj ├── example3.cpp └── stb_image.h ├── inc ├── crn_decomp.h ├── crn_decomp.h.orig ├── crnlib.h └── dds_defs.h ├── license.txt └── readme.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/README.md -------------------------------------------------------------------------------- /bin/crunch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/bin/crunch.exe -------------------------------------------------------------------------------- /bin/crunch.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/bin/crunch.pdb -------------------------------------------------------------------------------- /bin/crunch_x64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/bin/crunch_x64.exe -------------------------------------------------------------------------------- /bin_linux/crunch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/bin_linux/crunch -------------------------------------------------------------------------------- /bin_mingw/crunch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/bin_mingw/crunch.exe -------------------------------------------------------------------------------- /bin_osx/crunch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/bin_osx/crunch -------------------------------------------------------------------------------- /crn.2008.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crn.2008.sln -------------------------------------------------------------------------------- /crn.workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crn.workspace -------------------------------------------------------------------------------- /crn_examples.2008.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crn_examples.2008.sln -------------------------------------------------------------------------------- /crn_linux.workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crn_linux.workspace -------------------------------------------------------------------------------- /crnlib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/Makefile -------------------------------------------------------------------------------- /crnlib/crn_arealist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_arealist.cpp -------------------------------------------------------------------------------- /crnlib/crn_arealist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_arealist.h -------------------------------------------------------------------------------- /crnlib/crn_assert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_assert.cpp -------------------------------------------------------------------------------- /crnlib/crn_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_assert.h -------------------------------------------------------------------------------- /crnlib/crn_atomics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_atomics.h -------------------------------------------------------------------------------- /crnlib/crn_buffer_stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_buffer_stream.h -------------------------------------------------------------------------------- /crnlib/crn_cfile_stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_cfile_stream.h -------------------------------------------------------------------------------- /crnlib/crn_checksum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_checksum.cpp -------------------------------------------------------------------------------- /crnlib/crn_checksum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_checksum.h -------------------------------------------------------------------------------- /crnlib/crn_clusterizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_clusterizer.h -------------------------------------------------------------------------------- /crnlib/crn_color.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_color.h -------------------------------------------------------------------------------- /crnlib/crn_colorized_console.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_colorized_console.cpp -------------------------------------------------------------------------------- /crnlib/crn_colorized_console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_colorized_console.h -------------------------------------------------------------------------------- /crnlib/crn_command_line_params.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_command_line_params.cpp -------------------------------------------------------------------------------- /crnlib/crn_command_line_params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_command_line_params.h -------------------------------------------------------------------------------- /crnlib/crn_comp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_comp.cpp -------------------------------------------------------------------------------- /crnlib/crn_comp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_comp.h -------------------------------------------------------------------------------- /crnlib/crn_console.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_console.cpp -------------------------------------------------------------------------------- /crnlib/crn_console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_console.h -------------------------------------------------------------------------------- /crnlib/crn_core.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_core.cpp -------------------------------------------------------------------------------- /crnlib/crn_core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_core.h -------------------------------------------------------------------------------- /crnlib/crn_data_stream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_data_stream.cpp -------------------------------------------------------------------------------- /crnlib/crn_data_stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_data_stream.h -------------------------------------------------------------------------------- /crnlib/crn_data_stream_serializer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_data_stream_serializer.h -------------------------------------------------------------------------------- /crnlib/crn_dds_comp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dds_comp.cpp -------------------------------------------------------------------------------- /crnlib/crn_dds_comp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dds_comp.h -------------------------------------------------------------------------------- /crnlib/crn_decomp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_decomp.cpp -------------------------------------------------------------------------------- /crnlib/crn_dxt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dxt.cpp -------------------------------------------------------------------------------- /crnlib/crn_dxt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dxt.h -------------------------------------------------------------------------------- /crnlib/crn_dxt1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dxt1.cpp -------------------------------------------------------------------------------- /crnlib/crn_dxt1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dxt1.h -------------------------------------------------------------------------------- /crnlib/crn_dxt5a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dxt5a.cpp -------------------------------------------------------------------------------- /crnlib/crn_dxt5a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dxt5a.h -------------------------------------------------------------------------------- /crnlib/crn_dxt_endpoint_refiner.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dxt_endpoint_refiner.cpp -------------------------------------------------------------------------------- /crnlib/crn_dxt_endpoint_refiner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dxt_endpoint_refiner.h -------------------------------------------------------------------------------- /crnlib/crn_dxt_fast.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dxt_fast.cpp -------------------------------------------------------------------------------- /crnlib/crn_dxt_fast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dxt_fast.h -------------------------------------------------------------------------------- /crnlib/crn_dxt_hc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dxt_hc.cpp -------------------------------------------------------------------------------- /crnlib/crn_dxt_hc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dxt_hc.h -------------------------------------------------------------------------------- /crnlib/crn_dxt_hc_common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dxt_hc_common.cpp -------------------------------------------------------------------------------- /crnlib/crn_dxt_hc_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dxt_hc_common.h -------------------------------------------------------------------------------- /crnlib/crn_dxt_image.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dxt_image.cpp -------------------------------------------------------------------------------- /crnlib/crn_dxt_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dxt_image.h -------------------------------------------------------------------------------- /crnlib/crn_dynamic_stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dynamic_stream.h -------------------------------------------------------------------------------- /crnlib/crn_dynamic_string.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dynamic_string.cpp -------------------------------------------------------------------------------- /crnlib/crn_dynamic_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_dynamic_string.h -------------------------------------------------------------------------------- /crnlib/crn_etc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_etc.cpp -------------------------------------------------------------------------------- /crnlib/crn_etc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_etc.h -------------------------------------------------------------------------------- /crnlib/crn_file_utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_file_utils.cpp -------------------------------------------------------------------------------- /crnlib/crn_file_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_file_utils.h -------------------------------------------------------------------------------- /crnlib/crn_find_files.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_find_files.cpp -------------------------------------------------------------------------------- /crnlib/crn_find_files.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_find_files.h -------------------------------------------------------------------------------- /crnlib/crn_freeimage_image_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_freeimage_image_utils.h -------------------------------------------------------------------------------- /crnlib/crn_hash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_hash.cpp -------------------------------------------------------------------------------- /crnlib/crn_hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_hash.h -------------------------------------------------------------------------------- /crnlib/crn_hash_map.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_hash_map.cpp -------------------------------------------------------------------------------- /crnlib/crn_hash_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_hash_map.h -------------------------------------------------------------------------------- /crnlib/crn_helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_helpers.h -------------------------------------------------------------------------------- /crnlib/crn_huffman_codes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_huffman_codes.cpp -------------------------------------------------------------------------------- /crnlib/crn_huffman_codes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_huffman_codes.h -------------------------------------------------------------------------------- /crnlib/crn_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_image.h -------------------------------------------------------------------------------- /crnlib/crn_image_utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_image_utils.cpp -------------------------------------------------------------------------------- /crnlib/crn_image_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_image_utils.h -------------------------------------------------------------------------------- /crnlib/crn_intersect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_intersect.h -------------------------------------------------------------------------------- /crnlib/crn_jpgd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_jpgd.cpp -------------------------------------------------------------------------------- /crnlib/crn_jpgd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_jpgd.h -------------------------------------------------------------------------------- /crnlib/crn_jpge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_jpge.cpp -------------------------------------------------------------------------------- /crnlib/crn_jpge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_jpge.h -------------------------------------------------------------------------------- /crnlib/crn_ktx_texture.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_ktx_texture.cpp -------------------------------------------------------------------------------- /crnlib/crn_ktx_texture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_ktx_texture.h -------------------------------------------------------------------------------- /crnlib/crn_lzma_codec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_lzma_codec.cpp -------------------------------------------------------------------------------- /crnlib/crn_lzma_codec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_lzma_codec.h -------------------------------------------------------------------------------- /crnlib/crn_math.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_math.cpp -------------------------------------------------------------------------------- /crnlib/crn_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_math.h -------------------------------------------------------------------------------- /crnlib/crn_matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_matrix.h -------------------------------------------------------------------------------- /crnlib/crn_mem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_mem.cpp -------------------------------------------------------------------------------- /crnlib/crn_mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_mem.h -------------------------------------------------------------------------------- /crnlib/crn_miniz.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_miniz.cpp -------------------------------------------------------------------------------- /crnlib/crn_miniz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_miniz.h -------------------------------------------------------------------------------- /crnlib/crn_mipmapped_texture.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_mipmapped_texture.cpp -------------------------------------------------------------------------------- /crnlib/crn_mipmapped_texture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_mipmapped_texture.h -------------------------------------------------------------------------------- /crnlib/crn_packed_uint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_packed_uint.h -------------------------------------------------------------------------------- /crnlib/crn_pixel_format.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_pixel_format.cpp -------------------------------------------------------------------------------- /crnlib/crn_pixel_format.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_pixel_format.h -------------------------------------------------------------------------------- /crnlib/crn_platform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_platform.cpp -------------------------------------------------------------------------------- /crnlib/crn_platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_platform.h -------------------------------------------------------------------------------- /crnlib/crn_prefix_coding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_prefix_coding.cpp -------------------------------------------------------------------------------- /crnlib/crn_prefix_coding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_prefix_coding.h -------------------------------------------------------------------------------- /crnlib/crn_qdxt1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_qdxt1.cpp -------------------------------------------------------------------------------- /crnlib/crn_qdxt1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_qdxt1.h -------------------------------------------------------------------------------- /crnlib/crn_qdxt5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_qdxt5.cpp -------------------------------------------------------------------------------- /crnlib/crn_qdxt5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_qdxt5.h -------------------------------------------------------------------------------- /crnlib/crn_radix_sort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_radix_sort.h -------------------------------------------------------------------------------- /crnlib/crn_rand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_rand.cpp -------------------------------------------------------------------------------- /crnlib/crn_rand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_rand.h -------------------------------------------------------------------------------- /crnlib/crn_ray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_ray.h -------------------------------------------------------------------------------- /crnlib/crn_rect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_rect.h -------------------------------------------------------------------------------- /crnlib/crn_resample_filters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_resample_filters.cpp -------------------------------------------------------------------------------- /crnlib/crn_resample_filters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_resample_filters.h -------------------------------------------------------------------------------- /crnlib/crn_resampler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_resampler.cpp -------------------------------------------------------------------------------- /crnlib/crn_resampler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_resampler.h -------------------------------------------------------------------------------- /crnlib/crn_rg_etc1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_rg_etc1.cpp -------------------------------------------------------------------------------- /crnlib/crn_rg_etc1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_rg_etc1.h -------------------------------------------------------------------------------- /crnlib/crn_ryg_dxt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_ryg_dxt.cpp -------------------------------------------------------------------------------- /crnlib/crn_ryg_dxt.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_ryg_dxt.hpp -------------------------------------------------------------------------------- /crnlib/crn_ryg_types.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_ryg_types.hpp -------------------------------------------------------------------------------- /crnlib/crn_sparse_array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_sparse_array.h -------------------------------------------------------------------------------- /crnlib/crn_sparse_bit_array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_sparse_bit_array.cpp -------------------------------------------------------------------------------- /crnlib/crn_sparse_bit_array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_sparse_bit_array.h -------------------------------------------------------------------------------- /crnlib/crn_stb_image.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_stb_image.cpp -------------------------------------------------------------------------------- /crnlib/crn_strutils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_strutils.cpp -------------------------------------------------------------------------------- /crnlib/crn_strutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_strutils.h -------------------------------------------------------------------------------- /crnlib/crn_symbol_codec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_symbol_codec.cpp -------------------------------------------------------------------------------- /crnlib/crn_symbol_codec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_symbol_codec.h -------------------------------------------------------------------------------- /crnlib/crn_texture_comp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_texture_comp.cpp -------------------------------------------------------------------------------- /crnlib/crn_texture_comp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_texture_comp.h -------------------------------------------------------------------------------- /crnlib/crn_texture_conversion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_texture_conversion.cpp -------------------------------------------------------------------------------- /crnlib/crn_texture_conversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_texture_conversion.h -------------------------------------------------------------------------------- /crnlib/crn_texture_file_types.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_texture_file_types.cpp -------------------------------------------------------------------------------- /crnlib/crn_texture_file_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_texture_file_types.h -------------------------------------------------------------------------------- /crnlib/crn_threaded_clusterizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_threaded_clusterizer.h -------------------------------------------------------------------------------- /crnlib/crn_threaded_resampler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_threaded_resampler.cpp -------------------------------------------------------------------------------- /crnlib/crn_threaded_resampler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_threaded_resampler.h -------------------------------------------------------------------------------- /crnlib/crn_threading.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_threading.h -------------------------------------------------------------------------------- /crnlib/crn_threading_null.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_threading_null.h -------------------------------------------------------------------------------- /crnlib/crn_threading_pthreads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_threading_pthreads.cpp -------------------------------------------------------------------------------- /crnlib/crn_threading_pthreads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_threading_pthreads.h -------------------------------------------------------------------------------- /crnlib/crn_threading_win32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_threading_win32.cpp -------------------------------------------------------------------------------- /crnlib/crn_threading_win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_threading_win32.h -------------------------------------------------------------------------------- /crnlib/crn_timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_timer.cpp -------------------------------------------------------------------------------- /crnlib/crn_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_timer.h -------------------------------------------------------------------------------- /crnlib/crn_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_traits.h -------------------------------------------------------------------------------- /crnlib/crn_tree_clusterizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_tree_clusterizer.h -------------------------------------------------------------------------------- /crnlib/crn_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_types.h -------------------------------------------------------------------------------- /crnlib/crn_utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_utils.cpp -------------------------------------------------------------------------------- /crnlib/crn_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_utils.h -------------------------------------------------------------------------------- /crnlib/crn_value.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_value.cpp -------------------------------------------------------------------------------- /crnlib/crn_value.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_value.h -------------------------------------------------------------------------------- /crnlib/crn_vec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_vec.h -------------------------------------------------------------------------------- /crnlib/crn_vec_interval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_vec_interval.h -------------------------------------------------------------------------------- /crnlib/crn_vector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_vector.cpp -------------------------------------------------------------------------------- /crnlib/crn_vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_vector.h -------------------------------------------------------------------------------- /crnlib/crn_vector2d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_vector2d.h -------------------------------------------------------------------------------- /crnlib/crn_winhdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_winhdr.h -------------------------------------------------------------------------------- /crnlib/crn_zeng.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_zeng.cpp -------------------------------------------------------------------------------- /crnlib/crn_zeng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crn_zeng.h -------------------------------------------------------------------------------- /crnlib/crnlib.2008.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crnlib.2008.vcproj -------------------------------------------------------------------------------- /crnlib/crnlib.2008.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crnlib.2008.vcxproj -------------------------------------------------------------------------------- /crnlib/crnlib.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crnlib.cbp -------------------------------------------------------------------------------- /crnlib/crnlib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crnlib.cpp -------------------------------------------------------------------------------- /crnlib/crnlib_linux.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/crnlib_linux.cbp -------------------------------------------------------------------------------- /crnlib/lzham_timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzham_timer.cpp -------------------------------------------------------------------------------- /crnlib/lzham_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzham_timer.h -------------------------------------------------------------------------------- /crnlib/lzham_win32_threading.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzham_win32_threading.cpp -------------------------------------------------------------------------------- /crnlib/lzham_win32_threading.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzham_win32_threading.h -------------------------------------------------------------------------------- /crnlib/lzma_7zBuf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_7zBuf.cpp -------------------------------------------------------------------------------- /crnlib/lzma_7zBuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_7zBuf.h -------------------------------------------------------------------------------- /crnlib/lzma_7zBuf2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_7zBuf2.cpp -------------------------------------------------------------------------------- /crnlib/lzma_7zCrc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_7zCrc.cpp -------------------------------------------------------------------------------- /crnlib/lzma_7zCrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_7zCrc.h -------------------------------------------------------------------------------- /crnlib/lzma_7zFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_7zFile.cpp -------------------------------------------------------------------------------- /crnlib/lzma_7zFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_7zFile.h -------------------------------------------------------------------------------- /crnlib/lzma_7zStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_7zStream.cpp -------------------------------------------------------------------------------- /crnlib/lzma_7zVersion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_7zVersion.h -------------------------------------------------------------------------------- /crnlib/lzma_Alloc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_Alloc.cpp -------------------------------------------------------------------------------- /crnlib/lzma_Alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_Alloc.h -------------------------------------------------------------------------------- /crnlib/lzma_Bcj2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_Bcj2.cpp -------------------------------------------------------------------------------- /crnlib/lzma_Bcj2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_Bcj2.h -------------------------------------------------------------------------------- /crnlib/lzma_Bra.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_Bra.cpp -------------------------------------------------------------------------------- /crnlib/lzma_Bra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_Bra.h -------------------------------------------------------------------------------- /crnlib/lzma_Bra86.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_Bra86.cpp -------------------------------------------------------------------------------- /crnlib/lzma_BraIA64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_BraIA64.cpp -------------------------------------------------------------------------------- /crnlib/lzma_CpuArch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_CpuArch.h -------------------------------------------------------------------------------- /crnlib/lzma_LzFind.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_LzFind.cpp -------------------------------------------------------------------------------- /crnlib/lzma_LzFind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_LzFind.h -------------------------------------------------------------------------------- /crnlib/lzma_LzFindMt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_LzFindMt.cpp -------------------------------------------------------------------------------- /crnlib/lzma_LzFindMt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_LzFindMt.h -------------------------------------------------------------------------------- /crnlib/lzma_LzHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_LzHash.h -------------------------------------------------------------------------------- /crnlib/lzma_LzmaDec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_LzmaDec.cpp -------------------------------------------------------------------------------- /crnlib/lzma_LzmaDec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_LzmaDec.h -------------------------------------------------------------------------------- /crnlib/lzma_LzmaEnc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_LzmaEnc.cpp -------------------------------------------------------------------------------- /crnlib/lzma_LzmaEnc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_LzmaEnc.h -------------------------------------------------------------------------------- /crnlib/lzma_LzmaLib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_LzmaLib.cpp -------------------------------------------------------------------------------- /crnlib/lzma_LzmaLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_LzmaLib.h -------------------------------------------------------------------------------- /crnlib/lzma_MyVersion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_MyVersion.h -------------------------------------------------------------------------------- /crnlib/lzma_Threads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_Threads.cpp -------------------------------------------------------------------------------- /crnlib/lzma_Threads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_Threads.h -------------------------------------------------------------------------------- /crnlib/lzma_Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/lzma_Types.h -------------------------------------------------------------------------------- /crnlib/osx_pthread_spinlock_shim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crnlib/osx_pthread_spinlock_shim.h -------------------------------------------------------------------------------- /crunch/corpus_gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crunch/corpus_gen.cpp -------------------------------------------------------------------------------- /crunch/corpus_gen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crunch/corpus_gen.h -------------------------------------------------------------------------------- /crunch/corpus_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crunch/corpus_test.cpp -------------------------------------------------------------------------------- /crunch/corpus_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crunch/corpus_test.h -------------------------------------------------------------------------------- /crunch/crunch.2008.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crunch/crunch.2008.vcproj -------------------------------------------------------------------------------- /crunch/crunch.2008.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crunch/crunch.2008.vcxproj -------------------------------------------------------------------------------- /crunch/crunch.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crunch/crunch.cbp -------------------------------------------------------------------------------- /crunch/crunch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crunch/crunch.cpp -------------------------------------------------------------------------------- /crunch/crunch_linux.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/crunch/crunch_linux.cbp -------------------------------------------------------------------------------- /example1/example1.2008.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/example1/example1.2008.vcproj -------------------------------------------------------------------------------- /example1/example1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/example1/example1.cpp -------------------------------------------------------------------------------- /example1/stb_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/example1/stb_image.h -------------------------------------------------------------------------------- /example2/example2.2008.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/example2/example2.2008.vcproj -------------------------------------------------------------------------------- /example2/example2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/example2/example2.cpp -------------------------------------------------------------------------------- /example2/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/example2/timer.cpp -------------------------------------------------------------------------------- /example2/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/example2/timer.h -------------------------------------------------------------------------------- /example3/example3.2008.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/example3/example3.2008.vcproj -------------------------------------------------------------------------------- /example3/example3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/example3/example3.cpp -------------------------------------------------------------------------------- /example3/stb_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/example3/stb_image.h -------------------------------------------------------------------------------- /inc/crn_decomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/inc/crn_decomp.h -------------------------------------------------------------------------------- /inc/crn_decomp.h.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/inc/crn_decomp.h.orig -------------------------------------------------------------------------------- /inc/crnlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/inc/crnlib.h -------------------------------------------------------------------------------- /inc/dds_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/inc/dds_defs.h -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/license.txt -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BKcore/crunch-osx/HEAD/readme.txt --------------------------------------------------------------------------------