|
|
@928
|
4 years |
Maciej Komosinski |
Added virtfile support to recognize the "-" filename as stdin or stdout
|
|
|
@913
|
5 years |
Maciej Komosinski |
Added a few utility/helper functions
|
|
|
@910
|
5 years |
Maciej Komosinski |
Optional "dirent" implementation, may be needed for some Windows compilers
|
|
|
@909
|
5 years |
Maciej Komosinski |
Introduced XY::extensionContaining()
|
|
|
@905
|
5 years |
Maciej Komosinski |
Added XYRect::fitAspect(float aspect)
|
|
|
@899
|
5 years |
Maciej Komosinski |
Code formatting
|
|
|
@898
|
5 years |
Maciej Komosinski |
Added a few more basic 2D functions
|
|
|
@897
|
5 years |
Maciej Komosinski |
A workaround for Android bug in vsnprintf() and vsprintf() needed in …
|
|
|
@896
|
5 years |
Maciej Komosinski |
Replaced #defined macros for popular random-related operations with …
|
|
|
@892
|
5 years |
Maciej Komosinski |
A workaround for Android bug in vsnprintf() and vsprintf(), …
|
|
|
@891
|
5 years |
Maciej Komosinski |
Fixed return integer type discrepancy
|
|
|
@890
|
5 years |
Maciej Komosinski |
Added guiSetConsoleUTF8(); (mostly for Windows where it is not the …
|
|
|
@888
|
5 years |
Maciej Komosinski |
More explicit code to fix compiler warnings
|
|
|
@887
|
5 years |
Maciej Komosinski |
StringFILE::Vwrite() returns a proper value now as the standard requires
|
|
|
@886
|
5 years |
Maciej Komosinski |
LONGLONG no longer needed as long as int64_t became standard
|
|
|
@885
|
5 years |
Maciej Komosinski |
Added a 2D helper function extensionContaining(const XYRect& r)
|
|
|
@878
|
6 years |
Maciej Komosinski |
Fixed fputs("") reporting an error in Android MFILE implementation
|
|
|
@876
|
6 years |
Maciej Komosinski |
Newly introduced constant used (and fixed behavior for rarely used …
|
|
|
@875
|
6 years |
Maciej Komosinski |
Better use of LOG_level constants
|
|
|
@874
|
6 years |
Maciej Komosinski |
Introduced a function logLevelName() to avoid potential errors, e.g. …
|
|
|
@873
|
6 years |
Maciej Komosinski |
Improved comment
|
|
|
@867
|
6 years |
Maciej Komosinski |
Code formatting + cosmetic fixes
|
|
|
@866
|
6 years |
Maciej Komosinski |
XY and XYRect for floating point values
|
|
|
@862
|
6 years |
Maciej Komosinski |
#include <cstdlib> needed for Emscripten for malloc()
|
|
|
@860
|
6 years |
Maciej Komosinski |
Made util-string.cpp #include util-string.h even though currently not …
|
|
|
@856
|
6 years |
Maciej Komosinski |
Support for more operations in 2D
|
|
|
@850
|
6 years |
Maciej Komosinski |
LoggerBase::handle() calling handleSingleLine() stops when paused
|
|
|
@848
|
6 years |
Maciej Komosinski |
2D operations with more granular types of arguments
|
|
|
@843
|
6 years |
Maciej Komosinski |
Our random number generator class becomes compatible with …
|
|
|
@842
|
6 years |
Maciej Komosinski |
Simple va_copy still needed for C++Builder
|
|
|
@841
|
6 years |
Maciej Komosinski |
Updated #includes after splitting stl-util into util-stl, util-file …
|
|
|
@840
|
6 years |
Maciej Komosinski |
Split stl-util into util-stl, util-file and util-string
|
|
|
@837
|
6 years |
Maciej Komosinski |
Now C++Builder supports va_copy(to,from)
|
|
|
@835
|
6 years |
Maciej Komosinski |
ISO C++17 compliance including NULL, nullptr, templates and pointer …
|
|
|
@820
|
6 years |
Maciej Komosinski |
More complete implementation of directories in the virtual filesystem …
|
|
|
@778
|
7 years |
Maciej Komosinski |
A few useful functions added for 2D operations
|
|
|
@766
|
7 years |
Maciej Komosinski |
Added a number of useful methods in 2D
|
|
|
@720
|
7 years |
Maciej Komosinski |
Param::save2() renamed to saveSingleLine(); unified Param::load() so …
|
|
|
@691
|
7 years |
Maciej Komosinski |
Support for reading/parsing and writing 64-bit integer values
|
|
|
@665
|
7 years |
Maciej Komosinski |
Cosmetic
|
|
|
@655
|
8 years |
Maciej Komosinski |
Better description of the VIRTFILE_OVERLOADING macro
|
|
|
@649
|
8 years |
Maciej Komosinski |
Display diagnostic message when threads not released properly
|
|
|
@523
|
8 years |
Maciej Komosinski |
No more overloading of fopen/fclose/... functions for the VirtFILE …
|
|
|
@522
|
8 years |
Maciej Komosinski |
Code formatting
|
|
|
@511
|
9 years |
Maciej Komosinski |
Improved handling of multiline messages by loggers
|
|
|
@492
|
9 years |
Maciej Komosinski |
emscripten compatibility
|
|
|
@471
|
9 years |
Maciej Komosinski |
FP overflow exception non-fatal
|
|
|
@460
|
9 years |
Maciej Komosinski |
Added a function to strip the path component from filename
|
|
|
@452
|
9 years |
Maciej Komosinski |
Validation of genotypes additionally prints genotype name when there …
|
|
|
@427
|
9 years |
Maciej Komosinski |
Android can read files again after a slash has been removed from the path
|
|
|
@425
|
9 years |
Maciej Komosinski |
The NO_STD_IN_OUT_ERR macro excludes entire functions, not their contents
|
|
|
@424
|
9 years |
Maciej Komosinski |
iOS compilation
|
|
|
@410
|
9 years |
Maciej Komosinski |
ChainFileSystem? can merge Vopendir() results
|
|
|
@400
|
9 years |
Maciej Komosinski |
Improved comments
|
|
|
@399
|
9 years |
sz |
Added the missing console.h/.cpp files, required by the new LoggerToStdout?.
|
|
|
@398
|
9 years |
Maciej Komosinski |
Linux/Windows? compatibility (gcc/MSVC)
|
|
|
@397
|
9 years |
Maciej Komosinski |
Colors in console (stdout)
|
|
|
@390
|
10 years |
sz |
Moved frams/loggers to common/loggers
|
|
|
@382
|
10 years |
sz |
Moving frams/virtfile to common/virtfile:
- file references updated …
|
|
|
@381
|
10 years |
sz |
Moved frams/virtfile to common/virtfile
|
|
|
@377
|
10 years |
Maciej Komosinski |
Included header for NULL
|
|
|
@375
|
10 years |
Maciej Komosinski |
Renamed logging functions to more intuitive and simple names
|
|
|
@374
|
10 years |
Maciej Komosinski |
Under _WIN32, mfopen() now redirects to a function mfile_wfopen() that …
|
|
|
@372
|
10 years |
sz |
Renamed some classes and functions to make their purpose more obvious: …
|
|
|
@371
|
10 years |
Maciej Komosinski |
THREAD_LOCAL uses ThreadLocal_ prefix for variables. The static object …
|
|
|
@364
|
10 years |
Maciej Komosinski |
Warn non incorrect paths in makefile
|
|
|
@363
|
10 years |
Maciej Komosinski |
Makefile-maintain is now in common
|
|
|
@348
|
10 years |
Maciej Komosinski |
- explicit c_str() in SString instead of (const char*) cast
- genetic …
|
|
|
@346
|
10 years |
Maciej Komosinski |
Each thread can use its own simulator's GenMan?
|
|
|
@340
|
10 years |
Maciej Komosinski |
New "pattern" for all messages
|
|
|
@339
|
10 years |
Maciej Komosinski |
Use #define FRAMSG_FORMAT in stdouterr.cpp
|
|
|
@324
|
10 years |
Maciej Komosinski |
#include <stdint.h> for all platforms
|
|
|
@319
|
10 years |
Maciej Komosinski |
Fixed compilation warnings
|
|
|
@297
|
10 years |
Maciej Komosinski |
Updated for function name change
|
|
|
@295
|
10 years |
Maciej Komosinski |
Reorganizations and extensions of directory/file/filesystem IO classes
|
|
|
@294
|
10 years |
Maciej Komosinski |
Converted string no longer includes trailing 0 (which prevented string …
|
|
|
@286
|
10 years |
Maciej Komosinski |
Updated headers
|
|
|
@285
|
10 years |
Maciej Komosinski |
Mac OS X support
|
|
|
@281
|
10 years |
Maciej Komosinski |
Support for wide char (unicode) names of files and directories under …
|
|
|
@257
|
10 years |
Maciej Komosinski |
- added strmove(): strcpy() for overlapping strings
- ExtObject? …
|
|
|
@251
|
10 years |
Maciej Komosinski |
Compiles under VS
|
|
|
@247
|
10 years |
Maciej Komosinski |
Sources support both 32-bit and 64-bit, and more compilers
|
|
|
@246
|
10 years |
Maciej Komosinski |
Added getFileDir() and source formatting
|
|
|
@244
|
10 years |
Maciej Komosinski |
Printing multi-line messages splits the message into separate lines …
|
|
|
@243
|
11 years |
Maciej Komosinski |
_vscprintf() was missing +1 for the terminating null character which …
|
|
|
@227
|
11 years |
Maciej Komosinski |
Android compilation and access to RESOURCES and HOME files
|
|
|
@226
|
11 years |
Maciej Komosinski |
- SString::hash() and HashTable? use FNV-1a instead of FNV-1
- fixed …
|
|
|
@220
|
11 years |
Maciej Komosinski |
- moved vsnprintf-related #defines to nonstd.h
- ssprintf_va() now …
|
|
|
@215
|
11 years |
Maciej Komosinski |
Support for Borland compiler and non-wide char API
|
|
|
@202
|
11 years |
Maciej Komosinski |
Absolute/relative had a reversed condition
|
|
|
@201
|
11 years |
Maciej Komosinski |
Moved isAbsolutePath() to another source file and added implementation …
|
|
|
@197
|
11 years |
Maciej Komosinski |
GDK used by developers since 1999, distributed on the web since 2002
|
|
|
@196
|
11 years |
Maciej Komosinski |
Updated f4 sources and made f4 available for GDK demo apps
|
|
|
@185
|
11 years |
Maciej Komosinski |
Avoid "atan2: domain error"
|
|
|
@180
|
11 years |
Maciej Komosinski |
Remove fixed length buffers
|
|
|
@167
|
11 years |
sz |
win32: add more randomness from uuid
|
|
|
@145
|
11 years |
sz |
Genetics reorganization (affects ALL applications!):
- …
|
|
|
@140
|
11 years |
sz |
introducing the Foraminifera encoding (format 'F')
|
|
|
@135
|
11 years |
sz |
neuron layout algorithm (for schematic drawing), usage example in …
|
|
|
@123
|
11 years |
sz |
Cygwin compatibility
|
|
|