1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Jan 03, 2023 — Jan 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #48 from joelself/Clean More... over 8 years ago
Merge pull request #48 from joelself/Clean More... over 8 years ago
fann.c calls a cascade function even if FIXEDFANN is defined. Added ifndef FIXEDFANN to excluded cascade related code from compilation. More... over 8 years ago
fann.c calls a cascade function even if FIXEDFANN is defined. Added ifndef FIXEDFANN to excluded cascade related code from compilation. More... over 8 years ago
get_min|max_input|output functions arre hidden from FIXEDFANN yet are called in fann_training_data_cpp.h. Added ifndef FIXEDFANN to exclude them from compilation. More... over 8 years ago
get_min|max_input|output functions arre hidden from FIXEDFANN yet are called in fann_training_data_cpp.h. Added ifndef FIXEDFANN to exclude them from compilation. More... over 8 years ago
Cascade function definitions are hidden from FIXEDFANN, but fann_cpp.h still has calls for them with FIXEDFANN. Add ifndef FIXEDFANN to exclude those functions from FIXEDFANN. More... over 8 years ago
Cascade function definitions are hidden from FIXEDFANN, but fann_cpp.h still has calls for them with FIXEDFANN. Add ifndef FIXEDFANN to exclude those functions from FIXEDFANN. More... over 8 years ago
Cascade function definitions are hidden from FIXEDFANN, but the declarations aren't. Added an ifndef FIXEDFANN to exclude that code from FIXEDFANN More... over 8 years ago
Cascade function definitions are hidden from FIXEDFANN, but the declarations aren't. Added an ifndef FIXEDFANN to exclude that code from FIXEDFANN More... over 8 years ago
cmake to set compiler flags for newer c++ features for the test compilation More... over 8 years ago
cmake to set compiler flags for newer c++ features for the test compilation More... over 8 years ago
test refactoring and more tests added More... over 8 years ago
test refactoring and more tests added More... over 8 years ago
updated docs + minor refactoring More... over 8 years ago
updated docs + minor refactoring More... over 8 years ago
Merge pull request #47 from joelself/master More... over 8 years ago
Merge pull request #47 from joelself/master More... over 8 years ago
added a few more tests More... over 8 years ago
added a few more tests More... over 8 years ago
reformatting of c++ headers More... over 8 years ago
reformatting of c++ headers More... over 8 years ago
updated email + copyright year More... over 8 years ago
updated email + copyright year More... over 8 years ago
minor fixes to cmake More... over 8 years ago
minor fixes to cmake More... over 8 years ago
Make fann_default_error_log visible externally to avoid unresolved external errors when linking against fannfloat.lib More... over 8 years ago
Make fann_default_error_log visible externally to avoid unresolved external errors when linking against fannfloat.lib More... over 8 years ago
refactoring of the C++ headers and associated documentation More... over 8 years ago
refactoring of the C++ headers and associated documentation More... over 8 years ago