v1.03 prerelease - Full Linux port of crnlib/crunch, in progress - still more testing to do, and some cmd line options (such as -timestamp) don't work under linux yet, but the core stuff (compression/decompression/transcoding) should work fine and performance under Linux is comparable to Windows. The 3 examples haven't been ported yet.
This commit is contained in:
+51
-79
@@ -586,6 +586,10 @@
|
||||
RelativePath=".\crn_assert.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_atomics.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_core.cpp"
|
||||
>
|
||||
@@ -978,13 +982,6 @@
|
||||
<File
|
||||
RelativePath=".\crn_lzma_codec.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_lzma_codec.h"
|
||||
@@ -1062,14 +1059,6 @@
|
||||
RelativePath=".\crn_dynamic_string.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_dynamic_wstring.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_dynamic_wstring.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_strutils.cpp"
|
||||
>
|
||||
@@ -1079,50 +1068,6 @@
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="win32"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\crn_win32_console.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_win32_console.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_win32_file_utils.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_win32_file_utils.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_win32_find_files.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_win32_find_files.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_win32_threading.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_win32_threading.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_win32_timer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_win32_timer.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="utils"
|
||||
>
|
||||
@@ -1166,6 +1111,14 @@
|
||||
RelativePath=".\crn_packed_uint.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_timer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_timer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_traits.h"
|
||||
>
|
||||
@@ -1210,6 +1163,14 @@
|
||||
<Filter
|
||||
Name="console"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\crn_colorized_console.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_colorized_console.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_console.cpp"
|
||||
>
|
||||
@@ -1223,35 +1184,26 @@
|
||||
Name="threading"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\crn_condition_var.cpp"
|
||||
RelativePath=".\crn_threading.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_condition_var.h"
|
||||
RelativePath=".\crn_threading_null.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_event.h"
|
||||
RelativePath=".\crn_threading_win32.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_mutex.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_semaphore.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_spinlock.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_task_pool.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_task_pool.h"
|
||||
RelativePath=".\crn_threading_win32.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
@@ -1475,6 +1427,26 @@
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="file"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\crn_file_utils.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_file_utils.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_find_files.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\crn_find_files.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
|
||||
Reference in New Issue
Block a user