Last 7 days
-
r127
(add patr_.dot & .png) committed by uxnuxn
- add patr_.dot & .png
-
r126
([No log message]) committed by uxnuxn
- [No log message]
-
r125
([No log message]) committed by uxnuxn
- [No log message]
-
r124
(add tiny.dot & .png) committed by uxnuxn
- add tiny.dot & .png
Earlier this year
-
r123
(change demos/sort_lin to build with VC 2010 beta 2) committed by uxnuxn
- change demos/sort_lin to build with VC 2010 beta 2
change demos/sort_lin to build with VC 2010 beta 2
-
r122
(replace primes generator with dramatically optimized version...) committed by uxnuxn
- replace primes generator with dramatically optimized version; introduce bounded_bit_comparator for
further ngram_stat; replace old-c *.h standard headers with c* counterparts
replace primes generator with dramatically optimized version; introduce bounded_bit_comparator for
further ngram_stat; replace old-c *.h standard headers with c* counterparts
-
r121
(remove demos/fuzzy_search) committed by uxnuxn
- remove demos/fuzzy_search
remove demos/fuzzy_search
-
r120
(fix bug in suffix_set::count_reindex) committed by uxnuxn
- fix bug in suffix_set::count_reindex
fix bug in suffix_set::count_reindex
-
r119
(full freeing from impl/(trie|suffix)_(set|map).hpp) committed by uxnuxn
- full freeing from impl/(trie|suffix)_(set|map).hpp
full freeing from impl/(trie|suffix)_(set|map).hpp
-
r118
(fix slips in primes.hpp) committed by uxnuxn
- fix slips in primes.hpp
-
r117
(bunch of cosmetic changes; some minor fixes; add primes.hpp ...) committed by uxnuxn
- bunch of cosmetic changes; some minor fixes; add primes.hpp for future uses
bunch of cosmetic changes; some minor fixes; add primes.hpp for future uses
-
r116
(fix final distance calculation in levenshtein_generic) committed by uxnuxn
- fix final distance calculation in levenshtein_generic
fix final distance calculation in levenshtein_generic
-
r115
(add license header to all sources) committed by uxnuxn
- add license header to all sources
add license header to all sources
-
issue 1
(problems while building trie_set with std::wstring) reported by vkolesn
-
-
r114
(add assoc_generic.hpp & extpostorder_iterator.hpp) committed by uxnuxn
- add assoc_generic.hpp & extpostorder_iterator.hpp
add assoc_generic.hpp & extpostorder_iterator.hpp
-
r113
(first tries to hierarchy bpatl::iters) committed by uxnuxn
- first tries to hierarchy bpatl::iters
first tries to hierarchy bpatl::iters
-
r112
(this week changes in concept_ru.txt) committed by uxnuxn
- this week changes in concept_ru.txt
this week changes in concept_ru.txt
-
r111
(get rid of patl/impl/(trie_|suffix_)(set|map).hpp; integrate...) committed by uxnuxn
- get rid of patl/impl/(trie_|suffix_)(set|map).hpp; integrate their in patl/*.hpp
get rid of patl/impl/(trie_|suffix_)(set|map).hpp; integrate their in patl/*.hpp
-
r110
(third `disjoint` variation of iterator hierarchy) committed by uxnuxn
- third `disjoint` variation of iterator hierarchy
third `disjoint` variation of iterator hierarchy
-
r109
(group iterator's with their const-counterparts in correspond...) committed by uxnuxn
- group iterator's with their const-counterparts in corresponding headers; delete const_*.hpp from
patl/impl
group iterator's with their const-counterparts in corresponding headers; delete const_*.hpp from
patl/impl
-
r108
(now all const-conscious iterator functionality works well) committed by uxnuxn
- now all const-conscious iterator functionality works well
now all const-conscious iterator functionality works well
-
r107
(breaking commit: try to introduce const-iterators, problem w...) committed by uxnuxn
- breaking commit: try to introduce const-iterators, problem with const_partimator::operator vertex&()
const etc.
breaking commit: try to introduce const-iterators, problem with const_partimator::operator vertex&()
const etc.
-
r106
(add UML diagrams for iterators hierarchies) committed by uxnuxn
- add UML diagrams for iterators hierarchies
add UML diagrams for iterators hierarchies
-
r105
(some update. stop on the currently missing const-conscious i...) committed by uxnuxn
- some update. stop on the currently missing const-conscious iterators (from algorithm, vertex and all
its descendants)
some update. stop on the currently missing const-conscious iterators (from algorithm, vertex and all
its descendants)
-
r104
(update concept_ru.txt) committed by uxnuxn
- update concept_ru.txt
-
r103
(add uncompleted concept_ru.txt) committed by uxnuxn
- add uncompleted concept_ru.txt
add uncompleted concept_ru.txt
-
r102
(bpatl initial commit) committed by uxnuxn
- bpatl initial commit
-
r101
([No log message]) committed by uxnuxn
- [No log message]
-
r100
([No log message]) committed by uxnuxn
- [No log message]
-
r99
([No log message]) committed by uxnuxn
- [No log message]
-
r98
(external PATRICIA structures experimental branch) committed by uxnuxn
- external PATRICIA structures experimental branch
external PATRICIA structures experimental branch
-
r97
(introduce core_algorithm & core_prefix; change (node|algorit...) committed by uxnuxn
- introduce core_algorithm & core_prefix; change (node|algorithm|prefix)_generic; some minor fixes
introduce core_algorithm & core_prefix; change (node|algorithm|prefix)_generic; some minor fixes
-
r96
(-D_SECURE_SCL=0 in all *.vcproj files and makefile.vc to dis...) committed by uxnuxn
- -D_SECURE_SCL=0 in all *.vcproj files and makefile.vc to disable stl iterators runtime check
-D_SECURE_SCL=0 in all *.vcproj files and makefile.vc to disable stl iterators runtime check
-
r95
(add head comment to all demo programs) committed by uxnuxn
- add head comment to all demo programs
add head comment to all demo programs
-
r94
(add word_t-based serialization in trie_generic: show & read,...) committed by uxnuxn
- add word_t-based serialization in trie_generic: show & read, see demos/insider; add
patl::bit_comparator_0 for zero-terminated (T*) strings for use with trie_conts; fix bug in
trie_generic::del_tree
add word_t-based serialization in trie_generic: show & read, see demos/insider; add
patl::bit_comparator_0 for zero-terminated (T*) strings for use with trie_conts; fix bug in
trie_generic::del_tree
-
r93
(introduce order in patricia_dot_base/patricia_dot_creator; a...) committed by uxnuxn
- introduce order in patricia_dot_base/patricia_dot_creator; add dot2png.bat
introduce order in patricia_dot_base/patricia_dot_creator; add dot2png.bat
-
r92
(add demos/multi_align; add support of suffix_set & custom to...) committed by uxnuxn
- add demos/multi_align; add support of suffix_set & custom to patricia_dot_creator
add demos/multi_align; add support of suffix_set & custom to patricia_dot_creator
-
r91
(add optional clustering by symbol in patricia_dot_creator, s...) committed by uxnuxn
- add optional clustering by symbol in patricia_dot_creator, see demos/insider
add optional clustering by symbol in patricia_dot_creator, see demos/insider
-
r90
(add patricia_dot_creator for graphviz, see demos/insider; ad...) committed by uxnuxn
- add patricia_dot_creator for graphviz, see demos/insider; add increment & decrement funs to
preorder_iterator for callback iteration; fix demos/sort_lin signed/unsigned gcc warning
add patricia_dot_creator for graphviz, see demos/insider; add increment & decrement funs to
preorder_iterator for callback iteration; fix demos/sort_lin signed/unsigned gcc warning
-
r89
(introduce const_key_reference type for (const trie_generic::...) committed by uxnuxn
- introduce const_key_reference type for (const trie_generic::key_type&) and for
(suffix_generic::key_type); improve performance of demos/muxoclon in two time
introduce const_key_reference type for (const trie_generic::key_type&) and for
(suffix_generic::key_type); improve performance of demos/muxoclon in two time
-
r88
(fix demos/sort_lin final stuff with temp file names) committed by uxnuxn
- fix demos/sort_lin final stuff with temp file names
fix demos/sort_lin final stuff with temp file names
-
r87
(fix behavior of partial_match decision functor; fix partimat...) committed by uxnuxn
- fix behavior of partial_match decision functor; fix partimator::operator*(); add
partial_base::mask() function
fix behavior of partial_match decision functor; fix partimator::operator*(); add
partial_base::mask() function
-
r86
(found much more simple algorithm for maximal palindromes in ...) committed by uxnuxn
- found much more simple algorithm for maximal palindromes in string in O(N) time
found much more simple algorithm for maximal palindromes in string in O(N) time
-
r85
(fix balance of sorting in demos/sort_lin) committed by uxnuxn
- fix balance of sorting in demos/sort_lin
fix balance of sorting in demos/sort_lin
-
r84
(demos/sort_lin can now sort really huge files: implemented e...) committed by uxnuxn
- demos/sort_lin can now sort really huge files: implemented external strings sorting
demos/sort_lin can now sort really huge files: implemented external strings sorting
-
r83
([No log message]) committed by uxnuxn
- [No log message]
-
r82
(some small fixes in vcproj's) committed by uxnuxn
- some small fixes in vcproj's
some small fixes in vcproj's
-
r81
(add aux::file_mapping_* and aux::win32_exception) committed by uxnuxn
- add aux::file_mapping_* and aux::win32_exception
add aux::file_mapping_* and aux::win32_exception
-
r80
(add default ctor in super_maxrep_iterator::key_type_less for...) committed by uxnuxn
- add default ctor in super_maxrep_iterator::key_type_less for MSVC 2008
add default ctor in super_maxrep_iterator::key_type_less for MSVC 2008
Older
-
r79
([No log message]) committed by uxnuxn
- [No log message]
|