projects
/
libs
/
core.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Prefer more cache-efficient containers
[libs/core.git]
/
source
/
2021-08-29
Mikko Rasa
Prefer more cache-efficient containers
tree
|
commitdiff
2021-08-29
Mikko Rasa
Use C++11 features with containers
tree
|
commitdiff
2021-08-29
Mikko Rasa
Use integer types from <cstdint>
tree
|
commitdiff
2021-08-29
Mikko Rasa
Require C++11 for building
tree
|
commitdiff
2021-08-29
Mikko Rasa
Remove unnecessary std:: qualifiers
tree
|
commitdiff
2021-08-29
Mikko Rasa
Use size_t for sizes in I/O classes
tree
|
commitdiff
2021-08-29
Mikko Rasa
Remove deprecated things
tree
|
commitdiff
2021-08-29
Mikko Rasa
Fix incorrect MSVC check
tree
|
commitdiff
2021-08-22
Mikko Rasa
Treat ERROR_BROKEN_PIPE as end-of-file instead of an...
tree
|
commitdiff
2021-08-22
Mikko Rasa
Use a persistent OVERLAPPED structure in EventReader
tree
|
commitdiff
2021-08-22
Mikko Rasa
Close duplicated handles after starting a new process
tree
|
commitdiff
2021-08-22
Mikko Rasa
Enable inheriting handles in CreateProcess
tree
|
commitdiff
2021-08-22
Mikko Rasa
Skip path lookup if PATH is not set
tree
|
commitdiff
2021-08-22
Mikko Rasa
Use correct directory separator to check for absolute...
tree
|
commitdiff
2021-08-22
Mikko Rasa
Check for ERROR_PATH_NOT_FOUND in adition to ERROR_FILE...
tree
|
commitdiff
2021-08-22
Mikko Rasa
Fix Path::is_absolute for empty paths on Windows
tree
|
commitdiff
2021-04-20
Mikko Rasa
Add equality comparison for Variant
tree
|
commitdiff
2021-04-12
Mikko Rasa
Add TypeRegistry class
tree
|
commitdiff
2021-04-11
Mikko Rasa
Add utility functions to search and sort containers...
tree
|
commitdiff
2021-04-03
Mikko Rasa
Add folding functions for hashes
tree
|
commitdiff
2021-04-02
Mikko Rasa
Add wrappers for lower_bound and upper_bound
tree
|
commitdiff
2021-03-04
Mikko Rasa
Use the new utilities to format some strings
tree
|
commitdiff
2021-03-04
Mikko Rasa
Add some utility functions for joining strings
tree
|
commitdiff
2021-02-19
Mikko Rasa
Nicer formatting of exceptions with multi-line whats
tree
|
commitdiff
2021-02-06
Mikko Rasa
Implement weak pointers
tree
|
commitdiff
2021-02-06
Mikko Rasa
Move non-oneliner functions out of RefPtr class declaration
tree
|
commitdiff
2021-02-06
Mikko Rasa
Move RefPtr refcount into a struct
tree
|
commitdiff
2020-05-18
Mikko Rasa
Add a refcount function to RefPtr
tree
|
commitdiff
2019-09-27
Mikko Rasa
Check that objects still exist when dispatching events...
tree
|
commitdiff
2019-09-27
Mikko Rasa
Additional adjustments for Poller
tree
|
commitdiff
2019-09-27
Mikko Rasa
Use vectors for storage in Poller
tree
|
commitdiff
2019-09-27
Mikko Rasa
Refactor signal connection handling in EventDispatcher
tree
|
commitdiff
2019-09-27
Mikko Rasa
Add RemoveConstReference metaprogamming struct
tree
|
commitdiff
2019-09-25
Mikko Rasa
Add FileMonitor stubs for Windows
tree
|
commitdiff
2019-09-21
Mikko Rasa
Add a class for monitoring changes in files
tree
|
commitdiff
2019-09-17
Mikko Rasa
Add a facility to automatically create backtraces for...
tree
|
commitdiff
2019-06-09
Mikko Rasa
Invent a value for argv[0] if not present
tree
|
commitdiff
2019-06-03
Mikko Rasa
Fix formatted output operator detection in lexicalcast.h
tree
|
commitdiff
2019-06-03
Mikko Rasa
Formatting fixes
tree
|
commitdiff
2019-06-03
Mikko Rasa
Fix references to deprecated functions
tree
|
commitdiff
2019-06-03
Mikko Rasa
Annotate deprecated functions as such
tree
|
commitdiff
2019-06-03
Mikko Rasa
Allow std::vector to be used for GetOpt value lists
tree
|
commitdiff
2019-05-24
Mikko Rasa
Add a version of get_item that dynamic_casts the result
tree
|
commitdiff
2019-05-24
Mikko Rasa
Simplify the SFINAE construct a bit
tree
|
commitdiff
2018-12-26
Mikko Rasa
Add a main() function for Windows
tree
|
commitdiff
2018-07-06
Mikko Rasa
Actually pass sec_attr to CreateFile
tree
|
commitdiff
2018-04-25
Mikko Rasa
Make sure all classes have sensible copy semantics
tree
|
commitdiff
2018-04-25
Mikko Rasa
Add a NonCopyable utility base class
tree
|
commitdiff
2018-04-25
Mikko Rasa
Use nicer formatting for string keys in key_error
tree
|
commitdiff
2018-03-25
Mikko Rasa
Add whole-container versions of sort and stable_sort
tree
|
commitdiff
2018-03-25
Mikko Rasa
Mark the functions in algorithm.h as inline
tree
|
commitdiff
2018-02-21
Mikko Rasa
Add a method to set autobase in Fmt
tree
|
commitdiff
2017-12-04
Mikko Rasa
Add stub implementations of the pure virtual functions...
tree
|
commitdiff
2017-12-02
Mikko Rasa
Fix incorrect function name in an exception
tree
|
commitdiff
2017-12-02
Mikko Rasa
Fix basename and dirname on an empty Path
tree
|
commitdiff
2017-12-02
Mikko Rasa
Implement controls for file descriptor inheritance
tree
|
commitdiff
2017-12-02
Mikko Rasa
Fix mismatched fcntls in sys_set_blocking on unix
tree
|
commitdiff
2017-12-02
Mikko Rasa
Make certain functions pure virtual so I won't forget...
tree
|
commitdiff
2017-12-02
Mikko Rasa
Add missing get_handle function to Serial
tree
|
commitdiff
2017-12-02
Mikko Rasa
Add a missing mode flag adjustment to Console::set_block
tree
|
commitdiff
2017-12-02
Mikko Rasa
Add a helper function for adjusting mode flags
tree
|
commitdiff
2017-01-08
Mikko Rasa
Guard against badly behaving get functions in getline
tree
|
commitdiff
2017-01-08
Mikko Rasa
Return -1 from Slice::get at eof
tree
|
commitdiff
2017-01-06
Mikko Rasa
Pthread_setname_np is a GNU extension
tree
|
commitdiff
2016-11-05
Mikko Rasa
Add implementations of find and find_if that take a...
tree
|
commitdiff
2016-10-30
Mikko Rasa
Add integration between EventDispatcher and Timer
tree
|
commitdiff
2016-10-29
Mikko Rasa
Add a class for loading and accessing modules at runtime
tree
|
commitdiff
2016-10-28
Mikko Rasa
Add microsecond precision to RFC 3339 dates
tree
|
commitdiff
2016-10-28
Mikko Rasa
Add a construct to create conditional RAII objects
tree
|
commitdiff
2016-09-20
Mikko Rasa
Use the correct unit of time for WaitForSingleObject
tree
|
commitdiff
2016-09-02
Mikko Rasa
Use a different diagnostic pragma for recent GCC versions
tree
|
commitdiff
2016-08-14
Mikko Rasa
Fix an incorrect comparison
tree
|
commitdiff
2016-08-02
Mikko Rasa
Use variadic templates for format and print functions...
tree
|
commitdiff
2016-07-27
Mikko Rasa
Merge agouti:prog/core
tree
|
commitdiff
2016-07-24
Mikko Rasa
Add conversion from RFC3339 string to DateTime
tree
|
commitdiff
2016-07-20
Mikko Rasa
Remove an outdated comment
tree
|
commitdiff
2016-07-20
Mikko Rasa
Add an interface for naming threads
tree
|
commitdiff
2016-06-14
Mikko Rasa
Make Mutex non-copyable
tree
|
commitdiff
2016-06-14
Mikko Rasa
Use #ifdef _WIN32 rather than WIN32
tree
|
commitdiff
2016-01-31
Mikko Rasa
Use Core Foundation to discover standard locations...
tree
|
commitdiff
2016-01-31
Mikko Rasa
Add a missing #include
tree
|
commitdiff
2016-01-31
Mikko Rasa
Provide access to the Java VM on Android
tree
|
commitdiff
2016-01-31
Mikko Rasa
Disallow negative timeouts for Timer::tick
tree
|
commitdiff
2015-12-25
Mikko Rasa
Split Timer::tick into two overloads
tree
|
commitdiff
2015-12-25
Mikko Rasa
Refactor Timer::tick
tree
|
commitdiff
2015-11-19
Mikko Rasa
Hack to make 64-bit seeks work on Android
tree
|
commitdiff
2015-09-07
Mikko Rasa
Fix end-of-file detection in Slice
tree
|
commitdiff
2015-07-26
Mikko Rasa
Make fix_case to work with relative paths
tree
|
commitdiff
2015-07-26
Mikko Rasa
Add negation operator and abs function for TimeDelta
tree
|
commitdiff
2015-04-07
Mikko Rasa
Include filename in errors from stat
tree
|
commitdiff
2014-11-13
Mikko Rasa
Expose window flags and set fullscreen mode by default
tree
|
commitdiff
2014-11-13
Mikko Rasa
Move the generic file-based Asset implementation to...
tree
|
commitdiff
2014-11-13
Mikko Rasa
Terminate the process when the application has finished...
tree
|
commitdiff
2014-11-12
Mikko Rasa
Chdir into a sensible location before starting the...
tree
|
commitdiff
2014-11-12
Mikko Rasa
Have get_user_data_dir return a proper location on...
tree
|
commitdiff
2014-11-12
Mikko Rasa
Split getcwd and chdir to platform files
tree
|
commitdiff
2014-11-10
Mikko Rasa
Deprecate the system directory accessors that take...
tree
|
commitdiff
2014-11-10
Mikko Rasa
Fix an infinite recursion bug
tree
|
commitdiff
2014-11-10
Mikko Rasa
Store absolute path to argv[0] in Application
tree
|
commitdiff
2014-11-10
Mikko Rasa
Allow startup info to be set externally
tree
|
commitdiff
next