Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/coding
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2016-09-29 15:47:03 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-10-04 14:32:46 +0300
commit117816a3ed32299d0672dffb60b80576408a3028 (patch)
treeee879a2bbbda04aecf6d5ac2e5e7d70e2fed1e66 /coding
parentfc814daaf9b1854e97237050f98a4e5cdc475073 (diff)
Decimated spaces in the CMake files.
Diffstat (limited to 'coding')
-rw-r--r--coding/CMakeLists.txt150
-rw-r--r--coding/coding_tests/CMakeLists.txt78
2 files changed, 114 insertions, 114 deletions
diff --git a/coding/CMakeLists.txt b/coding/CMakeLists.txt
index 00d17a70dc..26f526a7fd 100644
--- a/coding/CMakeLists.txt
+++ b/coding/CMakeLists.txt
@@ -1,83 +1,83 @@
include_directories(${OMIM_DIR}/3party/tomcrypt/src/headers ${OMIM_DIR}/coding)
set(
- SRC
- base64.cpp
- base64.hpp
- bit_streams.hpp
- buffer_reader.hpp
- byte_stream.hpp
- coder.hpp
- coder_util.hpp
- compressed_bit_vector.cpp
- compressed_bit_vector.hpp
- constants.hpp
- dd_vector.hpp
- diff.hpp
- diff_patch_common.hpp
- elias_coder.hpp
- endianness.hpp
- file_container.cpp
- file_container.hpp
- file_name_utils.cpp
- file_name_utils.hpp
- file_reader.cpp
- file_reader.hpp
- file_sort.hpp
- file_writer.cpp
- file_writer.hpp
- fixed_bits_ddvector.hpp
- hex.cpp
- hex.hpp
- huffman.cpp
- huffman.hpp
- internal/file64_api.hpp
- internal/file_data.cpp
- internal/file_data.hpp
- internal/xmlparser.hpp
- matrix_traversal.hpp
- memory_region.hpp
- mmap_reader.cpp
- mmap_reader.hpp
- multilang_utf8_string.cpp
- multilang_utf8_string.hpp
- parse_xml.hpp
- png_memory_encoder.cpp
- png_memory_encoder.hpp
- polymorph_reader.hpp
- read_write_utils.hpp
- reader.cpp
- reader.hpp
- reader_cache.hpp
- reader_streambuf.cpp
- reader_streambuf.hpp
- reader_wrapper.hpp
- reader_writer_ops.cpp
- reader_writer_ops.hpp
- sha2.cpp
- sha2.hpp
- simple_dense_coding.cpp
- simple_dense_coding.hpp
- streams.hpp
- streams_common.hpp
- streams_sink.hpp
- succinct_mapper.hpp
- uri.cpp
- uri.hpp
- url_encode.hpp
- value_opt_string.hpp
- var_record_reader.hpp
- var_serial_vector.hpp
- varint.hpp
- varint_misc.hpp
+ SRC
+ base64.cpp
+ base64.hpp
+ bit_streams.hpp
+ buffer_reader.hpp
+ byte_stream.hpp
+ coder.hpp
+ coder_util.hpp
+ compressed_bit_vector.cpp
+ compressed_bit_vector.hpp
+ constants.hpp
+ dd_vector.hpp
+ diff.hpp
+ diff_patch_common.hpp
+ elias_coder.hpp
+ endianness.hpp
+ file_container.cpp
+ file_container.hpp
+ file_name_utils.cpp
+ file_name_utils.hpp
+ file_reader.cpp
+ file_reader.hpp
+ file_sort.hpp
+ file_writer.cpp
+ file_writer.hpp
+ fixed_bits_ddvector.hpp
+ hex.cpp
+ hex.hpp
+ huffman.cpp
+ huffman.hpp
+ internal/file64_api.hpp
+ internal/file_data.cpp
+ internal/file_data.hpp
+ internal/xmlparser.hpp
+ matrix_traversal.hpp
+ memory_region.hpp
+ mmap_reader.cpp
+ mmap_reader.hpp
+ multilang_utf8_string.cpp
+ multilang_utf8_string.hpp
+ parse_xml.hpp
+ png_memory_encoder.cpp
+ png_memory_encoder.hpp
+ polymorph_reader.hpp
+ read_write_utils.hpp
+ reader.cpp
+ reader.hpp
+ reader_cache.hpp
+ reader_streambuf.cpp
+ reader_streambuf.hpp
+ reader_wrapper.hpp
+ reader_writer_ops.cpp
+ reader_writer_ops.hpp
+ sha2.cpp
+ sha2.hpp
+ simple_dense_coding.cpp
+ simple_dense_coding.hpp
+ streams.hpp
+ streams_common.hpp
+ streams_sink.hpp
+ succinct_mapper.hpp
+ uri.cpp
+ uri.hpp
+ url_encode.hpp
+ value_opt_string.hpp
+ var_record_reader.hpp
+ var_serial_vector.hpp
+ varint.hpp
+ varint_misc.hpp
# varint_vector.cpp
# varint_vector.hpp
- write_to_sink.hpp
- writer.hpp
- zip_creator.cpp
- zip_creator.hpp
- zip_reader.cpp
- zip_reader.hpp
+ write_to_sink.hpp
+ writer.hpp
+ zip_creator.cpp
+ zip_creator.hpp
+ zip_reader.cpp
+ zip_reader.hpp
)
add_library(coding ${SRC})
diff --git a/coding/coding_tests/CMakeLists.txt b/coding/coding_tests/CMakeLists.txt
index 9e454ebcf6..3e8da7c2da 100644
--- a/coding/coding_tests/CMakeLists.txt
+++ b/coding/coding_tests/CMakeLists.txt
@@ -1,45 +1,45 @@
add_definitions(-DOMIM_UNIT_TEST_DISABLE_PLATFORM_INIT)
set(
- SRC
- base64_for_user_id_test.cpp
- base64_test.cpp
- bit_streams_test.cpp
- coder_test.hpp
- coder_util_test.cpp
- compressed_bit_vector_test.cpp
- dd_vector_test.cpp
- diff_test.cpp
- elias_coder_test.cpp
- endianness_test.cpp
- file_container_test.cpp
- file_data_test.cpp
- file_sort_test.cpp
- file_utils_test.cpp
- fixed_bits_ddvector_test.cpp
- hex_test.cpp
- huffman_test.cpp
- mem_file_reader_test.cpp
- mem_file_writer_test.cpp
- multilang_utf8_string_test.cpp
- png_decoder_test.cpp
- reader_cache_test.cpp
- reader_test.cpp
- reader_test.hpp
- reader_writer_ops_test.cpp
- sha2_test.cpp
- simple_dense_coding_test.cpp
- succinct_mapper_test.cpp
- uri_test.cpp
- url_encode_test.cpp
- value_opt_string_test.cpp
- var_record_reader_test.cpp
- var_serial_vector_test.cpp
- varint_test.cpp
- #varint_vector_test.cpp
- writer_test.cpp
- zip_creator_test.cpp
- zip_reader_test.cpp
+ SRC
+ base64_for_user_id_test.cpp
+ base64_test.cpp
+ bit_streams_test.cpp
+ coder_test.hpp
+ coder_util_test.cpp
+ compressed_bit_vector_test.cpp
+ dd_vector_test.cpp
+ diff_test.cpp
+ elias_coder_test.cpp
+ endianness_test.cpp
+ file_container_test.cpp
+ file_data_test.cpp
+ file_sort_test.cpp
+ file_utils_test.cpp
+ fixed_bits_ddvector_test.cpp
+ hex_test.cpp
+ huffman_test.cpp
+ mem_file_reader_test.cpp
+ mem_file_writer_test.cpp
+ multilang_utf8_string_test.cpp
+ png_decoder_test.cpp
+ reader_cache_test.cpp
+ reader_test.cpp
+ reader_test.hpp
+ reader_writer_ops_test.cpp
+ sha2_test.cpp
+ simple_dense_coding_test.cpp
+ succinct_mapper_test.cpp
+ uri_test.cpp
+ url_encode_test.cpp
+ value_opt_string_test.cpp
+ var_record_reader_test.cpp
+ var_serial_vector_test.cpp
+ varint_test.cpp
+ #varint_vector_test.cpp
+ writer_test.cpp
+ zip_creator_test.cpp
+ zip_reader_test.cpp
)
omim_add_test(coding_tests ${SRC})