]> git.tdb.fi Git - libs/core.git/history - source/core
Use size_t to represent sizes
[libs/core.git] / source / core /
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...
2013-10-05 Mikko RasaBetter method of preventing duplicate applications
2013-10-05 Mikko RasaRedesign uncaught exception handling to allow external...
2013-10-04 Mikko RasaOS X tweaks
2013-10-04 Mikko RasaMove Application member documentation to the header
2013-08-27 Mikko RasaSuppress usage errors if help is requested
2013-08-05 Mikko Rasasize_t needs <cstddef>
2013-05-31 Mikko RasaAdd RAII utilities
2013-05-29 Mikko RasaMiscellaneous fixes
2013-05-07 Mikko RasaDon't output the list of options in usage with full...
2013-05-03 Mikko RasaCosmetic fixes for comments and output
2013-05-03 Mikko RasaAdd support for positional arguments in GetOpt
2013-05-03 Mikko RasaRestore the check that list options must take an argument
2013-05-02 Mikko RasaRestructure internals of GetOpt
2013-05-02 Mikko RasaUse a typedef for the option descriptor list
2013-04-30 Mikko RasaMove GetOpt exception handling to the .cpp file
2013-04-24 Mikko RasaMove most platform-specific code into overlay directories
2013-04-24 Mikko RasaClean up after the timedelta.h/units.h merge
2013-04-23 Mikko RasaUse the system call name as parameter to system_error
2013-04-22 Mikko RasaMake the Thread state machine more strict
2013-04-20 Mikko RasaAvoid an extra copy by making Variant::Store's c'tor...
2013-04-20 Mikko RasaCorrect some multiple inclusion guards
2013-01-16 Mikko RasaFix an overload resolution problem in formatting values...
2012-12-10 Mikko RasaFix Windows compilation
2012-12-01 Mikko RasaStore the value of the key in key_error
2012-12-01 Mikko RasaFilter the types that get fallback lexical conversion...
2012-09-27 Mikko RasaAdd no-throw destructors to exception classes that...
2012-09-27 Mikko RasaDon't give out a non-const reference from a const Variant
2012-09-04 Mikko RasaDisable main() on win32 in favor of WinMain
next