]> git.tdb.fi Git - libs/core.git/history
libs/core.git
2023-06-01 Mikko RasaAdd move semantics to Variant master
2023-06-01 Mikko RasaAdd a helper function for clearing a Variant
2023-01-04 Mikko RasaUpdate .gitignore to include build products on Windows
2023-01-03 Mikko RasaMove accessors of static data members to .cpp files
2023-01-03 Mikko RasaMake Console references static instead of extern
2023-01-03 Mikko RasaAdd a wrapper header for windows.h
2023-01-03 Mikko RasaMake time constants constexpr and move them to the...
2023-01-03 Mikko RasaMove Memory constructors to the .cpp file
2023-01-03 Mikko RasaAdd decorations for things which are considered part...
2023-01-02 Mikko RasaFallback to comparing typeid in Variant if funcs are...
2023-01-02 Mikko RasaMake lexical conversions from and to long long availabl...
2022-12-28 Mikko RasaFix a shadowed variable warning
2022-12-27 Mikko RasaAdd missing override specifiers
2022-12-27 Mikko RasaFix an issue with normalizing paths of the form /foo/..
2022-12-23 Mikko RasaRename Variant's check_type function to has_type
2022-12-23 Mikko RasaRewrite the Variant class
2022-12-20 Mikko RasaPartially revert "Use braced initializer lists ..."
2022-12-20 Mikko RasaDelete private data of Process on destruction
2022-12-19 Mikko RasaAdd an algorithm to check for existence of a value...
2022-12-19 Mikko RasaUse braced initializer lists in place of constructors...
2022-12-19 Mikko RasaAdd a few missing default initializers
2022-12-11 Mikko RasaAdd dllimport to the declaration of getenv_s on Windows
2022-12-11 Mikko RasaAdd missing includes for Windows platform
2022-12-06 Mikko RasaAdjust exception messages
2022-12-06 Mikko RasaAdd new exception classes for some common errors
2022-12-06 Mikko RasaModernize noexcept specifiers
2022-11-27 Mikko RasaUse size_t in EventReader
2022-11-27 Mikko RasaChange Thread::main_wrapper's return value back to 0
2022-10-26 Mikko RasaUse std::less as predicate in algorithms
2022-03-16 Mikko RasaAdd utilities to interface with an attached debugger
2022-01-02 Mikko RasaProduce an octal escape code for \177
2021-11-23 Mikko RasaAdd a flipped operator() to MemberCompare so upper_boun...
2021-11-18 Mikko RasaAdd some more hash utility functions
2021-11-17 Mikko RasaRewrite the hash functions to be more generic
2021-10-31 Mikko RasaMark overridden virtual functions as such
2021-10-31 Mikko RasaRemove the broken IO::Filtered class
2021-10-31 Mikko RasaPass security attributes to the correct argument of...
2021-10-31 Mikko RasaAdd some missing includes
2021-10-31 Mikko RasaCheck for self-assignment in non-trivial assignment...
2021-10-31 Mikko RasaUse nullptr instead of 0 for pointers
2021-10-31 Mikko RasaCheck for closed handles when changing Pipe flags
2021-10-31 Mikko RasaMark boolean conversion operators as explicit
2021-10-31 Mikko RasaFix JIS X 0208 encoding
2021-10-31 Mikko RasaUpdate naming of internal variables and functions
2021-10-31 Mikko RasaUse size_t to represent sizes
2021-10-31 Mikko RasaUse a const variable instead of #define
2021-10-31 Mikko RasaRemove unnecessary private copy constructors
2021-10-31 Mikko RasaMark constructors and destructors as default where...
2021-10-31 Mikko RasaImprove robustness of resolving user/group names in...
2021-10-31 Mikko RasaUse default member initializers and constructor delegation
2021-09-18 Mikko RasaUse the standard fixed-size integer types directly
2021-09-01 Mikko RasaAdd necessary libraries
2021-09-01 Mikko RasaDon't access iterator if it's at end
2021-09-01 Mikko RasaFix incorrect iterator manipulation
2021-08-30 Mikko RasaRetrieve process exit codes on Windows
2021-08-30 Mikko RasaUpdate example programs
2021-08-30 Mikko RasaAdd platform-specific implemenrations of FS::list_filtered
2021-08-30 Mikko RasaAdd wrappers for environment manipulation functions
2021-08-29 Mikko RasaFix signedness errors from MSVC
2021-08-29 Mikko RasaAdd a shortcut for transforming a container in-place
2021-08-29 Mikko RasaFormatting fixes
2021-08-29 Mikko RasaDeprecate various meta-programming constructs in favor...
2021-08-29 Mikko RasaPrefer more cache-efficient containers
2021-08-29 Mikko RasaUse C++11 features with containers
2021-08-29 Mikko RasaUse integer types from <cstdint>
2021-08-29 Mikko RasaRequire C++11 for building
2021-08-29 Mikko RasaRemove unnecessary std:: qualifiers
2021-08-29 Mikko RasaUse size_t for sizes in I/O classes
2021-08-29 Mikko RasaRemove deprecated things
2021-08-29 Mikko RasaBump version so I can do breaking changes
2021-08-29 Mikko RasaFix incorrect MSVC check
2021-08-22 Mikko RasaTreat ERROR_BROKEN_PIPE as end-of-file instead of an...
2021-08-22 Mikko RasaUse a persistent OVERLAPPED structure in EventReader
2021-08-22 Mikko RasaClose duplicated handles after starting a new process
2021-08-22 Mikko RasaEnable inheriting handles in CreateProcess
2021-08-22 Mikko RasaSkip path lookup if PATH is not set
2021-08-22 Mikko RasaUse correct directory separator to check for absolute...
2021-08-22 Mikko RasaCheck for ERROR_PATH_NOT_FOUND in adition to ERROR_FILE...
2021-08-22 Mikko RasaFix Path::is_absolute for empty paths on Windows
2021-04-20 Mikko RasaAdd equality comparison for Variant
2021-04-12 Mikko RasaAdd TypeRegistry class
2021-04-11 Mikko RasaAdd utility functions to search and sort containers...
2021-04-03 Mikko RasaAdd folding functions for hashes
2021-04-02 Mikko RasaAdd wrappers for lower_bound and upper_bound
2021-03-04 Mikko RasaUse the new utilities to format some strings
2021-03-04 Mikko RasaAdd some utility functions for joining strings
2021-02-19 Mikko RasaNicer formatting of exceptions with multi-line whats
2021-02-06 Mikko RasaImplement weak pointers
2021-02-06 Mikko RasaMove non-oneliner functions out of RefPtr class declaration
2021-02-06 Mikko RasaMove RefPtr refcount into a struct
2020-05-18 Mikko RasaAdd a refcount function to RefPtr
2019-09-27 Mikko RasaCheck that objects still exist when dispatching events...
2019-09-27 Mikko RasaAdditional adjustments for Poller
2019-09-27 Mikko RasaUse vectors for storage in Poller
2019-09-27 Mikko RasaRefactor signal connection handling in EventDispatcher
2019-09-27 Mikko RasaAdd RemoveConstReference metaprogamming struct
2019-09-25 Mikko RasaAdd FileMonitor stubs for Windows
2019-09-21 Mikko RasaAdd a class for monitoring changes in files
2019-09-17 Mikko RasaAdd a facility to automatically create backtraces for...
2019-06-09 Mikko RasaInvent a value for argv[0] if not present
next