.. |
alloc_func.cpp
|
(svn r16269) -Codechange: use gcc's ability to check parameters sent to printf-like functions
|
2009-05-10 17:27:25 +00:00 |
alloc_func.hpp
|
(svn r15291) -Cleanup: Move the station list widgets to their class from station_gui.h
|
2009-01-29 02:42:36 +00:00 |
alloc_type.hpp
|
(svn r15649) -Fix (r15556): don't unnecessarily reallocate
|
2009-03-09 09:38:00 +00:00 |
bitmath_func.cpp
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
bitmath_func.hpp
|
(svn r16498) -Codechange: Remove hardly used HASBITS.
|
2009-06-01 15:01:54 +00:00 |
endian_func.hpp
|
(svn r15508) -Fix: three header files had incorrect 'anti-multiple-inclusion' header
|
2009-02-17 02:08:53 +00:00 |
endian_type.hpp
|
(svn r15508) -Fix: three header files had incorrect 'anti-multiple-inclusion' header
|
2009-02-17 02:08:53 +00:00 |
enum_type.hpp
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
geometry_type.hpp
|
|
|
math_func.cpp
|
(svn r15777) -Add: helper functions to get the least common multiple and the greatest common divisor (Alberth)
|
2009-03-21 01:34:31 +00:00 |
math_func.hpp
|
(svn r15777) -Add: helper functions to get the least common multiple and the greatest common divisor (Alberth)
|
2009-03-21 01:34:31 +00:00 |
mem_func.hpp
|
(svn r16356) -Codechange: use 'size_t' instead of 'uint' as parameter of functions in mem_func.hpp
|
2009-05-19 08:21:37 +00:00 |
overflowsafe_type.hpp
|
(svn r16130) -Fix [FS#2855]: the overflowsafe type didn't like dividing by int64 larger than MAX_INT32 causing division by negative numbers and small anomolies when drawing graphs.
|
2009-04-23 23:29:44 +00:00 |
pool_func.hpp
|
(svn r16380) -Codechange: rename pool.hpp to pool_type.hpp
|
2009-05-22 15:39:22 +00:00 |
pool_type.hpp
|
(svn r16380) -Codechange: rename pool.hpp to pool_type.hpp
|
2009-05-22 15:39:22 +00:00 |
random_func.cpp
|
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
|
2009-05-22 15:13:50 +00:00 |
random_func.hpp
|
(svn r16305) -Codechange: force-enable extra sync checking when random debugging is enable and give the calling location of Chance16(R) instead of the Random call within those functions.
|
2009-05-14 12:08:24 +00:00 |
smallmap_type.hpp
|
(svn r15447) -Codechange: void functions don't tend to return true if and only if anyway
|
2009-02-11 07:17:39 +00:00 |
smallvec_type.hpp
|
(svn r15931) -Codechange: let the host and ban lists use of SmallVector.
|
2009-04-03 12:49:58 +00:00 |
sort_func.hpp
|
(svn r13606) -Codechange: use "static FORCEINLINE" where possible as default for core functions (big functions use just inline instead)
|
2008-06-22 15:21:51 +00:00 |
string_compare_type.hpp
|
(svn r15324) -Codechange: unify the class used for comparing of strings for std::map
|
2009-02-03 18:08:07 +00:00 |