sorry, no commit msg

This commit is contained in:
Johann Dreo 2019-06-26 11:36:15 +02:00
commit 831c51fcec
27 changed files with 278 additions and 91 deletions

@ -1 +1 @@
Subproject commit 07eab1106fa1c26dd1936b7d031d843170eb9d8f
Subproject commit 16e71d6f5850849c6ffc9a06a7c952e27d351866

@ -1 +1 @@
Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f
Subproject commit 564176f01d7f3f7f8ab452ff4e1f5314de7b0981

@ -1 +1 @@
Subproject commit 3975ac871565115e3769dc69c06bc88ddc1369af
Subproject commit 46c443ee9d5854320eb965a1fdee781ba83a070e

@ -1 +1 @@
Subproject commit b0bb781fc73ef40365e4c996a16f04368d64fc9d
Subproject commit 729e8014b9ffb17ff1298ef96fb7094f8e5ffa49

@ -1 +1 @@
Subproject commit 0c5856330246191e76e53a4238e13b308b76e070
Subproject commit 653cf16034cdbbe640e63ac9698f7da587c0fa56

@ -1 +1 @@
Subproject commit 9fd6b6527d4bdd5d24506ce4a658fe4a0be079ad
Subproject commit 7871d3e2350c91816c1aeeaf3a858fa9934efdac

@ -1 +1 @@
Subproject commit 7a32e0866bfea26cf7781935289df131d1d0c0e0
Subproject commit 40fe711e088e2ab346738233dd5adbb1be355172

@ -1 +1 @@
Subproject commit 614b5b244f3a7a9e0174ebcf73c809de6e62e32c
Subproject commit 387bbadda98e1376ff3871aa461b1f0abd4ece70

@ -1 +1 @@
Subproject commit 13de0a6d603f95bd9192ec1e5f6ff1fa941d06a2
Subproject commit f5c527b67d2e8cce748bfbecccb8b8c69788386c

@ -1 +1 @@
Subproject commit 95f6fe6e4ba1a7d15015d3dbe26074f1150e2d5e
Subproject commit ced8f3ebe85b50da2ec0e6d593e6b2e8e6bd243b

@ -1 +1 @@
Subproject commit 1c6b4f75a006c4411d01a1234cabda3eb4aded1a
Subproject commit 6fdc3647f72e0a1f321ea6bd092ecd01f7c187ba

@ -1 +1 @@
Subproject commit 6a4d1933ad61ad94f2fa06905337a51cb0304ac1
Subproject commit 10da325fb032a1acfa9222d273459f53bad30ba4

@ -1 +1 @@
Subproject commit 35028be1f71953da9f2c28509bf6c5ebd1d31c28
Subproject commit dd9289af03abafa76b28c503e20747ff7d7d89e5

@ -1 +1 @@
Subproject commit 1270dceb1fe0ca35f8b292c7b41b45b42c5a0cc1
Subproject commit 06da921608b971fb47603671bcafdb2843992eb3

@ -1 +1 @@
Subproject commit e840b91a4e86cda657519eba00766a29a614e1e2
Subproject commit 2573abcb676ec771b35681e754dc8fc79b5a33a2

@ -1 +1 @@
Subproject commit 42e9b46e7a20a2f394664874c7bbd9d6f6c39e8a
Subproject commit 597068870b8f093a8b2d11536c62ff31222ee8d0

View file

@ -5,19 +5,23 @@
let s:gui00 = "2b2b2b"
let s:gui01 = "272935"
let s:gui02 = "3a4055"
let s:gui03 = "5a647e"
" let s:gui03 = "5a647e"
let s:gui03 = "6b758f"
let s:gui04 = "d4cfc9"
let s:gui05 = "e6e1dc"
let s:gui06 = "f4f1ed"
let s:gui07 = "f9f7f3"
let s:gui08 = "da4939"
let s:gui09 = "cc7833"
" let s:gui09 = "cc7833"
let s:gui09 = "cc7844"
let s:gui0A = "ffc66d"
let s:gui0B = "a5c261"
let s:gui0C = "519f50"
let s:gui0D = "6d9cbe"
let s:gui0E = "b6b3eb"
let s:gui0F = "bc9458"
" let s:gui10 = "ccddff"
let s:gui10 = "ffccbb"
" Terminal color definitions
let s:cterm00 = "00"
@ -195,7 +199,7 @@ call <sid>hi("Special", s:gui0C, "", s:cterm0C, "", "")
call <sid>hi("SpecialChar", s:gui0F, "", s:cterm0F, "", "")
call <sid>hi("Statement", s:gui08, "", s:cterm08, "", "")
call <sid>hi("StorageClass", s:gui0A, "", s:cterm0A, "", "")
call <sid>hi("String", s:gui09, s:gui01, s:cterm09, s:cterm01, "")
call <sid>hi("String", s:gui09, s:gui01, s:cterm09, s:cterm01, "")
call <sid>hi("Structure", s:gui0E, "", s:cterm0E, "", "")
call <sid>hi("Tag", s:gui0A, "", s:cterm0A, "", "")
call <sid>hi("Todo", s:gui07, s:gui08, s:cterm07, s:cterm08, "")
@ -211,6 +215,8 @@ call <sid>hi("cppStructure", s:gui0D, "", s:cterm0D, "", "none")
call <sid>hi("cppEndline", s:gui03, "", s:cterm03, "", "none")
call <sid>hi("cppTrailingSpace", s:gui08, s:gui04, s:cterm08, s:cterm04, "")
call <sid>hi("cppMacro", s:gui03, "", s:cterm03, "", "none")
" call <sid>hi("cppMember", s:gui10, "", s:cterm06, "", "none")
call <sid>hi("cppMember", s:gui04, "", s:cterm06, "", "italic")
" Spelling highlighting
call <sid>hi("SpellBad", "", s:gui00, "", s:cterm00, "undercurl")

@ -1 +0,0 @@
Subproject commit 7f21fb6092290ded4669941e41c8f984035a18a2

View file

@ -7,3 +7,6 @@ eikonal
Eulerian
cartesian
cardinality
discretization
algorithmics
anisotropic

Binary file not shown.

View file

@ -21,13 +21,13 @@ endif
" C++ extentions
syn keyword cppSTL abort abs accumulate acos adjacent_difference adjacent_find adjacent_find_if any append asctime asin assign at atan atan2 atexit atof atoi atol auto_ptr back back_inserter bad bad_alloc bad_cast bad_exception bad_typeid badbit beg begin binary_compose binary_negate binary_search bind2nd binder1st binder2nd bitset bsearch c_str calloc capacity ceil cerr cin clear clearerr clock clog close compare compose1 compose2 const_iterator construct copy copy_backward copy_n cos cosh count count_if cout ctime data deque destroy difference_type difftime div divides domain_error empty end endl eof eofbit equal equal_range erase exception exit exp fabs fail failbit failure fclose feof ferror fflush fgetc fgetpos fgets fill fill_n find find_end find_first_not_of find_first_of find_if find_last_not_of find_last_of first flags flip floor flush fmod fopen for_each fprintf fputc fputs fread free freopen frexp front fscanf fseek fsetpos fstream ftell fwrite gcount generate generate_n get get_temporary_buffer getc getchar getenv getline gets gmtime good goodbit greater greater_equal hash_map hash_multimap hash_multiset hash_set ifstream ignore in includes inner_product inplace_merge insert inserter invalid_argument ios ios_base iostate iota is_heap is_open is_sorted isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace istream istream_iterator istringstream isupper isxdigit iter_swap iterator iterator_category key_comp ldiv length length_error less less_equal lexicographical_compare lexicographical_compare_3way list localtime log log10 logic_error logical_and logical_not logical_or longjmp lower_bound make_heap malloc map max max_element max_size mem_fun mem_fun1 mem_fun1_ref mem_fun_ref memchr memcpy memmove memset merge min min_element minus mismatch mktime modf modulus multimap multiplies multiset negate next_permutation npos nth_element numeric_limits ofstream open ostream ostream_iterator ostringstream out_of_range overflow_error pair make_pair partial_sort partial_sort_copy partial_sum partition peek perror plus pointer pointer_to_binary_function pointer_to_unary_function pop pop_back pop_front pop_heap pow power precision prev_permutation printf ptr_fun push push_back push_front push_heap put putback putc putchar puts qsort raise rand random_sample random_sample_n random_shuffle range_error rbegin rdbuf rdstate read realloc reference remove remove_copy remove_copy_if remove_if rename rend replace replace_copy replace_copy_if replace_if reserve reset resize return_temporary_buffer reverse reverse_copy reverse_iterator rewind rfind rotate rotate_copy runtime_error scanf search search_n second seekg seekp set set_difference set_intersection set_symmetric_difference set_union setbuf setf setjmp setlocale setvbuf signal sin sinh size size_t size_type sort sort_heap splice sprintf sqrt srand sscanf stable_partition stable_sort std str strcat strchr strcmp strcoll strcpy strcspn strerror strftime string strlen strncat strncmp strncpy strpbrk strrchr strspn strstr strtod strtok strtol strtoul strxfrm substr swap swap_ranges sync_with_stdio system tan tanh tellg tellp temporary_buffer test time time_t tmpfile tmpnam to_string to_ulong tolower top toupper transform unary_compose unary_negate underflow_error unget ungetc uninitialized_copy uninitialized_copy_n uninitialized_fill uninitialized_fill_n unique unique_copy unsetf upper_bound va_arg value_comp value_type vector vfprintf vprintf vsprintf width write
syn keyword cppSTL abort abs accumulate acos adjacent_difference adjacent_find adjacent_find_if any append asctime asin assign at atan atan2 atexit atof atoi atol auto_ptr back back_inserter bad bad_alloc bad_cast bad_exception bad_typeid badbit beg begin binary_compose binary_negate binary_search bind2nd binder1st binder2nd bitset bsearch c_str calloc capacity ceil cerr cin clear clearerr clock clog close compare compose1 compose2 const_iterator construct copy copy_backward copy_n cos cosh count count_if cout ctime data deque destroy difference_type difftime div divides domain_error empty end endl eof eofbit equal equal_range erase exception exit exp fabs fail failbit failure fclose feof ferror fflush fgetc fgetpos fgets fill fill_n find find_end find_first_not_of find_first_of find_if find_last_not_of find_last_of first flags flip floor flush fmod fopen for_each fprintf fputc fputs fread free freopen frexp front fscanf fseek fsetpos fstream ftell fwrite gcount generate generate_n get get_temporary_buffer getc getchar getenv getline gets gmtime good goodbit greater greater_equal hash_map hash_multimap hash_multiset hash_set ifstream ignore in includes inner_product inplace_merge insert inserter invalid_argument ios ios_base iostate iota is_heap is_open is_sorted isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace istream istream_iterator istringstream isupper isxdigit iter_swap iterator iterator_category key_comp ldiv length length_error less less_equal lexicographical_compare lexicographical_compare_3way list localtime log log10 logic_error logical_and logical_not logical_or longjmp lower_bound make_heap malloc map max max_element max_size mem_fun mem_fun1 mem_fun1_ref mem_fun_ref memchr memcpy memmove memset merge min min_element minus mismatch mktime modf modulus multimap multiplies multiset negate next_permutation npos nth_element numeric_limits ofstream open ostream ostream_iterator ostringstream out_of_range overflow_error pair make_pair partial_sort partial_sort_copy partial_sum partition peek perror plus pointer pointer_to_binary_function pointer_to_unary_function pop pop_back pop_front pop_heap pow power precision prev_permutation printf ptr_fun push push_back push_front push_heap put putback putc putchar puts qsort raise rand random_sample random_sample_n random_shuffle range_error rbegin rdbuf rdstate read realloc reference remove remove_copy remove_copy_if remove_if rename rend replace replace_copy replace_copy_if replace_if reserve reset resize return_temporary_buffer reverse reverse_copy reverse_iterator rewind rfind rotate rotate_copy runtime_error scanf search search_n second seekg seekp set set_difference set_intersection set_symmetric_difference set_union setbuf setf setjmp setlocale setvbuf signal sin sinh size size_t size_type sort sort_heap splice sprintf sqrt srand sscanf stable_partition stable_sort std str strcat strchr strcmp strcoll strcpy strcspn strerror strftime string strlen strncat strncmp strncpy strpbrk strrchr strspn strstr strtod strtok strtol strtoul strxfrm substr swap swap_ranges sync_with_stdio system tan tanh tellg tellp temporary_buffer test time time_t tmpfile tmpnam to_string to_ulong tolower top toupper transform unary_compose unary_negate underflow_error unget ungetc uninitialized_copy uninitialized_copy_n uninitialized_fill uninitialized_fill_n unique unique_copy unsetf upper_bound va_arg value_comp value_type vector vfprintf vprintf vsprintf width write round initializer_list function
syn keyword cppStatement new delete this friend using assert
syn keyword cppStatement new delete this friend using
syn keyword cppAccess public protected private
syn keyword cppType inline virtual explicit export bool wchar_t
syn keyword cppType inline virtual explicit export bool wchar_t size_t
syn keyword cppExceptions throw try catch
syn match cppCast "\<\(const\|static\|dynamic\|reinterpret\)_cast\s*$"
syn match cppCast "\<\(const\|static\|dynamic\|reinterpret\)_cast\>"
syn keyword cppStorageClass mutable
syn keyword cppStructure class typename template namespace
syn keyword cppNumber NPOS
@ -41,10 +41,12 @@ syn match cppEndline ";"
" nojhan adhoc
syn match cppTrailingSpace "\s*$"
syn match cppMacro "\s*DBG[A-Z]*\s*(.*);$"
syn match cppOperator "\<\(ITEMS\|VERTICES\|EDGES\)\>"
syn keyword cppMacro assert
syn match cppOperator "\<\(ITEMS\|VERTICES\|EDGES\|ALL\)\>"
syn match cppOperator "\<EACH_\(ITEMS\|VERTICES\|EDGES\)\>"
syn keyword cppOperator IN ROC
syn match cppMember "\<_[a-zA-Z_][a-zA-Z_0-9]*\>"
syn keyword cppType auto
" The minimum and maximum operators in GNU C++
syn match cppMinMax "[<>]?"
@ -58,7 +60,7 @@ if version >= 508 || !exists("did_cpp_syntax_inits")
command -nargs=+ HiLink hi def link <args>
endif
HiLink cppAccess cppStatement
HiLink cppCast cppStatement
HiLink cppCast cppType
HiLink cppExceptions Exception
HiLink cppOperator Operator
HiLink cppEndline Operator