.. |
associate.cpp
|
Clean usage of assert.h
|
2018-06-21 19:31:05 +02:00 |
associate.h
|
Move sources into src dir. Update build scripts.
|
2018-04-25 11:02:54 +03:00 |
chop.cpp
|
chop: Use more efficient float calculations for sqrt
|
2018-10-06 18:59:23 +02:00 |
chop.h
|
Use using instead of typedef. Reason: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rt-using
|
2018-05-20 01:31:03 +03:00 |
chopper.cpp
|
Remove chopper.h
|
2018-10-29 19:51:44 +01:00 |
drawfx.cpp
|
Remove tab character in source files
|
2018-10-12 11:31:10 +02:00 |
drawfx.h
|
Remove tab character in source files
|
2018-10-12 11:31:10 +02:00 |
findseam.cpp
|
Remove gradechop.h
|
2018-10-12 11:31:10 +02:00 |
findseam.h
|
Use using instead of typedef. Reason: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rt-using
|
2018-05-20 01:31:03 +03:00 |
gradechop.cpp
|
Remove gradechop.h
|
2018-10-12 11:31:10 +02:00 |
language_model.cpp
|
Remove code for _MSC_VER < 1900
|
2018-10-09 14:05:21 +02:00 |
language_model.h
|
Add missing include statements and clean some include statements
|
2018-07-07 16:24:53 +02:00 |
lm_consistency.cpp
|
Move sources into src dir. Update build scripts.
|
2018-04-25 11:02:54 +03:00 |
lm_consistency.h
|
Add missing include statements and clean some include statements
|
2018-07-07 16:24:53 +02:00 |
lm_pain_points.cpp
|
Use std::max/std::min instead of MAX/MIN macros.
|
2018-05-20 17:49:48 +03:00 |
lm_pain_points.h
|
Add missing include statements and clean some include statements
|
2018-07-07 16:24:53 +02:00 |
lm_state.cpp
|
Replace MAX_FLOAT32 by standard FLT_MAX and remove unused MIN_FLOAT32
|
2018-07-02 13:29:39 +02:00 |
lm_state.h
|
Add missing include statements and clean some include statements
|
2018-07-07 16:24:53 +02:00 |
Makefile.am
|
Remove chopper.h
|
2018-10-29 19:51:44 +01:00 |
measure.h
|
Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>).
|
2018-05-20 00:52:04 +03:00 |
outlines.cpp
|
Clean usage of assert.h
|
2018-06-21 19:31:05 +02:00 |
outlines.h
|
Remove tab character in source files
|
2018-10-12 11:31:10 +02:00 |
params_model.cpp
|
Always use isascii() with isspace()
|
2018-10-08 17:25:09 +02:00 |
params_model.h
|
Add missing include statements and clean some include statements
|
2018-07-07 16:24:53 +02:00 |
pieces.cpp
|
Remove public API file ndminx.h
|
2018-06-21 08:33:30 +02:00 |
plotedges.cpp
|
Clean usage of assert.h
|
2018-06-21 19:31:05 +02:00 |
plotedges.h
|
Remove tab character in source files
|
2018-10-12 11:31:10 +02:00 |
render.cpp
|
Clean usage of assert.h
|
2018-06-21 19:31:05 +02:00 |
render.h
|
Add missing include statements and clean some include statements
|
2018-07-07 16:24:53 +02:00 |
segsearch.cpp
|
replace deprecated C++ headers (reported by clan-tidy) - partially supersedes PR #1605
|
2018-09-18 18:51:11 +02:00 |
tface.cpp
|
Remove chopper.h
|
2018-10-29 19:51:44 +01:00 |
wordclass.cpp
|
Add missing include statements and clean some include statements
|
2018-07-07 16:24:53 +02:00 |
wordrec.cpp
|
Fix CID 1164611 (Uninitialized scalar field)
|
2018-07-06 17:02:50 +02:00 |
wordrec.h
|
Remove gradechop.h
|
2018-10-12 11:31:10 +02:00 |