source: cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @915   4 years Maciej Komosinski Added fields to characterize hinges in "solid shape"-type Models
(edit) @914   4 years Maciej Komosinski Param "single line" loader improved: misleading error message when …
(edit) @913   4 years Maciej Komosinski Added a few utility/helper functions
(edit) @910   4 years Maciej Komosinski Optional "dirent" implementation, may be needed for some Windows compilers
(edit) @909   4 years Maciej Komosinski Introduced XY::extensionContaining()
(edit) @907   4 years Maciej Komosinski Code formatting
(edit) @905   4 years Maciej Komosinski Added XYRect::fitAspect(float aspect)
(edit) @904   4 years Maciej Komosinski Added a helper function to concatenate path components inserting …
(edit) @902   4 years sz corrected f1 geometry goal (incorrect because of the solid shapes …
(edit) @901   4 years sz corrected test goals filenames
(edit) @900   4 years Maciej Komosinski Ensure consistent rotation data when building a solid shapes model: …
(edit) @899   4 years Maciej Komosinski Code formatting
(edit) @898   4 years Maciej Komosinski Added a few more basic 2D functions
(edit) @897   4 years Maciej Komosinski A workaround for Android bug in vsnprintf() and vsprintf() needed in …
(edit) @896   4 years Maciej Komosinski Replaced #defined macros for popular random-related operations with …
(edit) @895   5 years oriona Unnecessary spaces removed.
(edit) @894   5 years oriona Test goals for new (hungarian) similarity measures added.
(edit) @893   5 years oriona Similarity modified and expanded to include both old (greedy) and new …
(edit) @892   5 years Maciej Komosinski A workaround for Android bug in vsnprintf() and vsprintf(), …
(edit) @891   5 years Maciej Komosinski Fixed return integer type discrepancy
(edit) @890   5 years Maciej Komosinski Added guiSetConsoleUTF8(); (mostly for Windows where it is not the …
(edit) @889   5 years Maciej Komosinski Code formatting
(edit) @888   5 years Maciej Komosinski More explicit code to fix compiler warnings
(edit) @887   5 years Maciej Komosinski StringFILE::Vwrite() returns a proper value now as the standard requires
(edit) @886   5 years Maciej Komosinski LONGLONG no longer needed as long as int64_t became standard
(edit) @885   5 years Maciej Komosinski Added a 2D helper function extensionContaining(const XYRect& r)
(edit) @884   5 years Maciej Komosinski Added a function to check if a property exists in MutableParam?
(edit) @883   5 years Maciej Komosinski Unquote tilde \~ needed when loading single-line Param values
(edit) @882   5 years Maciej Komosinski #include <stddef.h> needed for macOS
(edit) @878   5 years Maciej Komosinski Fixed fputs("") reporting an error in Android MFILE implementation
(edit) @877   5 years Maciej Komosinski Introduced a shared function to avoid code duplication; more …
(edit) @876   5 years Maciej Komosinski Newly introduced constant used (and fixed behavior for rarely used …
(edit) @875   5 years Maciej Komosinski Better use of LOG_level constants
(edit) @874   5 years Maciej Komosinski Introduced a function logLevelName() to avoid potential errors, e.g. …
(edit) @873   5 years Maciej Komosinski Improved comment
(edit) @872   5 years Maciej Komosinski Fixed error messages, changed int to paInt (for 32/64-bit safety), …
(edit) @871   5 years oriona Printfs replaced with error messages.
(edit) @870   5 years oriona Nonexistent function declaration removed.
(edit) @869   5 years Maciej Komosinski Added another, improved way of calculating dissimilarity of two …
(edit) @868   5 years Maciej Komosinski Added two methods for dictionary iteration: for(x in dict) and for(x …
(edit) @867   5 years Maciej Komosinski Code formatting + cosmetic fixes
(edit) @866   5 years Maciej Komosinski XY and XYRect for floating point values
(edit) @864   5 years Maciej Komosinski Introduced a few sets of files so that the rest is more modular; …
(edit) @863   5 years Maciej Komosinski Made operator precedence more javascript-like
(edit) @862   5 years Maciej Komosinski #include <cstdlib> needed for Emscripten for malloc()
(edit) @861   5 years Maciej Komosinski Added #include <stddef.h> needed for Emscripten
(edit) @860   5 years Maciej Komosinski Made util-string.cpp #include util-string.h even though currently not …
(edit) @859   5 years Maciej Komosinski Made operator precedence more standard: conditional (?:) and logical …
(edit) @858   5 years Maciej Komosinski Cosmetic (docs)
(edit) @857   5 years Maciej Komosinski Initialized variables in all cases to make potential errors evident
(edit) @856   5 years Maciej Komosinski Support for more operations in 2D
(edit) @855   5 years Maciej Komosinski Removed unused field
(edit) @853   5 years Maciej Komosinski The official C++17 fallthrough? attribute instead of comments no break
(edit) @852   5 years Maciej Komosinski Dictionary.find() now also works for null values stored in a …
(edit) @851   5 years Maciej Komosinski Getting int or float value casted from null or invalid is an ERROR …
(edit) @850   5 years Maciej Komosinski LoggerBase::handle() calling handleSingleLine() stops when paused
(edit) @849   5 years Maciej Komosinski Added Dictionary.hasKey(). Accessing non-existent dictionary keys …
(edit) @848   5 years Maciej Komosinski 2D operations with more granular types of arguments
(edit) @846   5 years Maciej Komosinski - Added support for ternary conditional operator a?b:c - Fixed …
(edit) @845   5 years Maciej Komosinski Made strings at least slightly comparable with zero so 'Math.pi && …
(edit) @844   5 years Maciej Komosinski Initialization of static fields in a template conforming to the C++17 …
(edit) @843   5 years Maciej Komosinski Our random number generator class becomes compatible with …
(edit) @842   5 years Maciej Komosinski Simple va_copy still needed for C++Builder
(edit) @841   5 years Maciej Komosinski Updated #includes after splitting stl-util into util-stl, util-file …
(edit) @840   5 years Maciej Komosinski Split stl-util into util-stl, util-file and util-string
(edit) @839   5 years Maciej Komosinski Added extern template declarations for UserTags? reg[N] static members
(edit) @838   5 years Maciej Komosinski Bigger neuro-probe windows (depending on the container size)
(edit) @837   5 years Maciej Komosinski Now C++Builder supports va_copy(to,from)
(edit) @836   5 years Maciej Komosinski Introduced ternary conditional operator a?b:c
(edit) @835   5 years Maciej Komosinski ISO C++17 compliance including NULL, nullptr, templates and pointer …
(edit) @834   5 years Maciej Komosinski Renamed Math.h to MathDragon4.h because the <math.h> name clash is …
(edit) @833   5 years Maciej Komosinski Introduced #define PRINTFLOAT_DRAGON4_ALWAYS_3_DIGIT_EXPONENT - when …
(edit) @832   5 years Maciej Komosinski Renamed MutableParam? property manipulation functions to avoid …
(edit) @831   5 years Maciej Komosinski Fixed broken neuron creation (missing argument - regression from r760, …
(edit) @830   5 years Maciej Komosinski "%ld" replaced with "%d" because it refers to int
(edit) @829   5 years Maciej Komosinski Removed unnecessary cast, "long" is equivalent to "int" in our compilations
(edit) @828   5 years oriona Geometry and similarity goals updated.
(edit) @827   5 years Maciej Komosinski Fixed misleading indentation
(edit) @826   5 years Maciej Komosinski Used the Dragon4 algorithm to print floating point values with full …
(edit) @825   5 years Maciej Komosinski Simplified XYZ.toString() and made Orient.toString() use our official …
(edit) @824   5 years Maciej Komosinski MutableParam? property definition can be changed
(edit) @823   5 years Maciej Komosinski Added "PrintFloat?" implementation of the Dragon4 algorithm, since C++ …
(edit) @822   5 years Maciej Komosinski Avoid false positives for script-driven mutable param sanity check …
(edit) @821   5 years Maciej Komosinski Performance and stability improvements in fB, fH, and fL; improved …
(edit) @820   5 years Maciej Komosinski More complete implementation of directories in the virtual filesystem …
(edit) @819   5 years oriona Similarity test goals updated.
(edit) @818   5 years oriona Help to wMDS field added.
(edit) @817   5 years oriona MDS procedure replaced with weighted MDS procedure.
(edit) @816   6 years oriona Geometry test's goal updated.
(edit) @815   6 years Maciej Komosinski Use double for consistency (using float to store double value of 0.2 …
(edit) @814   6 years Maciej Komosinski Passes all arguments (if any) to python tester
(edit) @813   6 years Maciej Komosinski Improved the script that runs unit tests
(edit) @812   6 years oriona F1 genotype test added to geometry tests. Command line argument …
(edit) @811   6 years oriona Tests for geometry and similarity added [fixes #52]
(edit) @810   6 years Maciej Komosinski Don't unnecessarily calculate sqrt(negative_value) [fixes #51]
(edit) @809   6 years Maciej Komosinski Fixed a signed/unsigned warning
(edit) @808   6 years Maciej Komosinski New option for mutation in numerical encoding fn: mutate all variables …
(edit) @805   6 years Maciej Komosinski Fixed clang's compiler forward declaration problem - not using …
(edit) @804   6 years Maciej Komosinski Fixed memory leak and uninitialized int
(edit) @803   6 years Maciej Komosinski Performance improvements, including avoiding unnecessary passing of …
Note: See TracRevisionLog for help on using the revision log.