]> git.tdb.fi Git - libs/core.git/history - source/core
Add move semantics to Variant
[libs/core.git] / source / core /
2023-06-01 Mikko RasaAdd move semantics to Variant master
2023-06-01 Mikko RasaAdd a helper function for clearing a Variant
2023-01-03 Mikko RasaMove accessors of static data members to .cpp files
2023-01-03 Mikko RasaAdd a wrapper header for windows.h
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...
2022-12-28 Mikko RasaFix a shadowed variable warning
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-06 Mikko RasaAdd new exception classes for some common errors
2022-12-06 Mikko RasaModernize noexcept specifiers
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
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 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 RasaFix JIS X 0208 encoding
2021-10-31 Mikko RasaUpdate naming of internal variables and functions
2021-10-31 Mikko RasaRemove unnecessary private copy constructors
2021-10-31 Mikko RasaMark constructors and destructors as default where...
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 RasaFix incorrect iterator manipulation
2021-08-30 Mikko RasaRetrieve process exit codes on Windows
2021-08-30 Mikko RasaAdd wrappers for environment manipulation functions
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 RasaRemove deprecated things
2021-08-29 Mikko RasaFix incorrect MSVC check
2021-08-22 Mikko RasaClose duplicated handles after starting a new process
2021-08-22 Mikko RasaEnable inheriting handles in CreateProcess
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-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 RasaAdd RemoveConstReference metaprogamming struct
2019-06-09 Mikko RasaInvent a value for argv[0] if not present
2019-06-03 Mikko RasaFormatting fixes
2019-06-03 Mikko RasaFix references to deprecated functions
2019-06-03 Mikko RasaAnnotate deprecated functions as such
2019-06-03 Mikko RasaAllow std::vector to be used for GetOpt value lists
2019-05-24 Mikko RasaAdd a version of get_item that dynamic_casts the result
2019-05-24 Mikko RasaSimplify the SFINAE construct a bit
2018-12-26 Mikko RasaAdd a main() function for Windows
2018-04-25 Mikko RasaMake sure all classes have sensible copy semantics
2018-04-25 Mikko RasaAdd a NonCopyable utility base class
2018-04-25 Mikko RasaUse nicer formatting for string keys in key_error
2018-03-25 Mikko RasaAdd whole-container versions of sort and stable_sort
2018-03-25 Mikko RasaMark the functions in algorithm.h as inline
2017-12-02 Mikko RasaImplement controls for file descriptor inheritance
2017-01-06 Mikko RasaPthread_setname_np is a GNU extension
2016-11-05 Mikko RasaAdd implementations of find and find_if that take a...
2016-10-29 Mikko RasaAdd a class for loading and accessing modules at runtime
2016-10-28 Mikko RasaAdd a construct to create conditional RAII objects
2016-09-20 Mikko RasaUse the correct unit of time for WaitForSingleObject
2016-09-02 Mikko RasaUse a different diagnostic pragma for recent GCC versions
2016-07-27 Mikko RasaMerge agouti:prog/core
2016-07-20 Mikko RasaAdd an interface for naming threads
2016-06-14 Mikko RasaMake Mutex non-copyable
2016-01-31 Mikko RasaAdd a missing #include
2016-01-31 Mikko RasaProvide access to the Java VM on Android
2014-11-13 Mikko RasaExpose window flags and set fullscreen mode by default
2014-11-13 Mikko RasaTerminate the process when the application has finished...
2014-11-12 Mikko RasaChdir into a sensible location before starting the...
2014-11-12 Mikko RasaHave get_user_data_dir return a proper location on...
2014-11-10 Mikko RasaStore absolute path to argv[0] in Application
2014-11-10 Mikko RasaAllow startup info to be set externally
2014-10-19 Mikko RasaStore argv0 and application name in the Application...
2014-10-19 Mikko RasaExpose the asset manager from Android::MainThread
2014-10-12 Mikko RasaDeal with the activity being recreated during process...
2014-10-12 Mikko RasaAdd window and input management signals for Android
2014-10-11 Mikko RasaMinimalistic port for Android
2014-10-10 Mikko RasaMove OS X main function to an overlay
2014-10-05 Mikko RasaAdd a missing include
2013-11-06 Mikko RasaRemove a useless const qualifier
2013-11-06 Mikko RasaAdd a function to remove an item from a map, checking...
2013-10-15 Mikko RasaAdd a Process class for running and interfacing with...
next