index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
cbasetypes.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-25
Change language specification to c11 in the autoconf builds
Haru
1
-6
/
+0
2018-05-31
2012-2018 !
Maytichai Saowa
1
-1
/
+1
2017-08-08
Disable warning -Wdiscarded-qualifiers in hpm code for now.
Andrei Karas
1
-0
/
+7
2016-12-03
Add support for static assertions (on compilers that support them)
Haru
1
-0
/
+27
2016-10-28
Fixed copyright year for 2016
Lemongrass3110
1
-1
/
+1
2016-10-02
Changed _Pragma("GCC diagnostic ignored \"-Wcast-qual\"") to target GCC 4.6 i...
Haru
1
-6
/
+6
2016-09-30
Add different fixes for gcc 7 warnings.
Andrei Karas
1
-0
/
+7
2016-05-14
Removed dead leftover code from some testing a while ago.
Matheus Macabu
1
-18
/
+0
2016-05-08
Removed some legacy checks for MSVC <= 2003
Haru
1
-4
/
+1
2016-05-08
Removed 'temporary fix for bugreport:4961', no longer necessary
Haru
1
-10
/
+0
2016-04-05
Disabled some #pragma GCC diagnostic on versions that don't support them
Haru
1
-0
/
+15
2016-02-20
Added explicit c99 mode to CFLAGS in the configure script
Haru
1
-1
/
+1
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-0
/
+19
2015-12-02
Fixed compile errors on very old PACKETVERs
Haru
1
-0
/
+3
2015-10-11
Changed VECTOR/BHEAP/ARRAY macros to discourage usage of unsigned loop counters.
Haru
1
-1
/
+1
2015-08-10
Added support for visual Studio 2015
Haru
1
-0
/
+2
2015-06-19
Cleaned up some #includes
Haru
1
-0
/
+1
2015-05-20
* Fixed a compile error.
Michieru
1
-1
/
+1
2015-05-19
Fixed some issues reported by coverity scan [3/3]
Haru
1
-0
/
+6
2015-01-12
Removed unused (re)definition of NBBY from cbasetypes.h
Haru
1
-6
/
+0
2014-11-16
Whitespace cleanup (no code changes)
Haru
1
-57
/
+56
2014-08-07
Corrected several format-string errors through the code
Haru
1
-0
/
+13
2014-07-11
Removed some c++ compatibility definitions
Haru
1
-36
/
+0
2014-07-11
Fixed reserved __identifier violations
Haru
1
-5
/
+5
2014-05-13
Removed trailing whitespace (sources)
Haru
1
-1
/
+1
2014-05-10
Re-commit of "Fixed order of includes in all source files"
Haru
1
-0
/
+6
2014-05-10
Revert "Fixed order of includes in all source files"
panikon
1
-6
/
+0
2014-05-09
Fixed order of includes in all source files
Haru
1
-0
/
+6
2014-03-07
Tweaked a platform check to support ARMv6+
Haru
1
-0
/
+12
2014-02-02
Introducing HPM Datacheck
shennetsind
1
-3
/
+3
2014-01-23
Compatibility fixes for NetBSD and Solaris
Haru
1
-0
/
+5
2013-12-17
Fixed several compiler warnings
Haru
1
-0
/
+7
2013-12-17
Added support for non-aborting assertions
Haru
1
-18
/
+1
2013-11-19
Sanitized and improved several macros through the code
Haru
1
-4
/
+6
2013-11-05
cbasetypes.h update
shennetsind
1
-6
/
+6
2013-08-26
Merged strtoll MSVC fix from Ind's ScriptEngineUpdateP1 branch
Haru
1
-0
/
+1
2013-08-12
Replaced own bool typedef with <stdbool.h> where available
Haru
1
-0
/
+12
2013-07-22
Binary heap fix & improvement.
Piotr HaĆaczkiewicz
1
-0
/
+2
2013-05-19
Added new packets for 2013-05-15aRagexe (thanks to Shakto!).
Matheus Macabu
1
-0
/
+18
2012-12-05
- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).
brianluau
1
-75
/
+72
2012-11-25
Applied AStyle code formating as discussed on tid:74602.
greenboxal2
1
-72
/
+75
2012-09-29
* Merged eAthena changeset ea:15190. (bugreport:5138)
eathenabot
1
-0
/
+14
2012-06-10
added mutex && cond var abstraction ( for pthread / winapi )
blacksirius
1
-0
/
+24
2012-06-03
fixed portability issue. (As long as we support other compilers than MSC/ICC ...
blacksirius
1
-1
/
+1
2012-06-02
feature merge bs-coreoptimize->trunk: added some compiler abstractions
blacksirius
1
-1
/
+9
2011-09-08
* Fix C++ compilation issues.
flaviojs
1
-0
/
+29
2011-07-10
* Temporary fix for bugreport:4961 (unintended conversion from signed to unsi...
flaviojs
1
-0
/
+10
2011-06-30
Reimplemented integer typedefs in cbasetypes.h in terms of standard ones in s...
ultramage
1
-56
/
+33
2011-06-30
Added back intptr/uintptr typedefs for backwards compatibility.
ultramage
1
-0
/
+7
2011-06-30
Replaced custom type 'intptr' with standard 'intptr_t'.
ultramage
1
-24
/
+1
[next]