summaryrefslogtreecommitdiff
path: root/src/common/cbasetypes.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2017-08-08Disable warning -Wdiscarded-qualifiers in hpm code for now.Andrei Karas1-0/+7
2016-12-03Add support for static assertions (on compilers that support them)Haru1-0/+27
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-10-02Changed _Pragma("GCC diagnostic ignored \"-Wcast-qual\"") to target GCC 4.6 i...Haru1-6/+6
2016-09-30Add different fixes for gcc 7 warnings.Andrei Karas1-0/+7
2016-05-14Removed dead leftover code from some testing a while ago.Matheus Macabu1-18/+0
2016-05-08Removed some legacy checks for MSVC <= 2003Haru1-4/+1
2016-05-08Removed 'temporary fix for bugreport:4961', no longer necessaryHaru1-10/+0
2016-04-05Disabled some #pragma GCC diagnostic on versions that don't support themHaru1-0/+15
2016-02-20Added explicit c99 mode to CFLAGS in the configure scriptHaru1-1/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-0/+19
2015-12-02Fixed compile errors on very old PACKETVERsHaru1-0/+3
2015-10-11Changed VECTOR/BHEAP/ARRAY macros to discourage usage of unsigned loop counters.Haru1-1/+1
2015-08-10Added support for visual Studio 2015Haru1-0/+2
2015-06-19Cleaned up some #includesHaru1-0/+1
2015-05-20* Fixed a compile error.Michieru1-1/+1
2015-05-19Fixed some issues reported by coverity scan [3/3]Haru1-0/+6
2015-01-12Removed unused (re)definition of NBBY from cbasetypes.hHaru1-6/+0
2014-11-16Whitespace cleanup (no code changes)Haru1-57/+56
2014-08-07Corrected several format-string errors through the codeHaru1-0/+13
2014-07-11Removed some c++ compatibility definitionsHaru1-36/+0
2014-07-11Fixed reserved __identifier violationsHaru1-5/+5
2014-05-13Removed trailing whitespace (sources)Haru1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-0/+6
2014-05-10Revert "Fixed order of includes in all source files"panikon1-6/+0
2014-05-09Fixed order of includes in all source filesHaru1-0/+6
2014-03-07Tweaked a platform check to support ARMv6+Haru1-0/+12
2014-02-02Introducing HPM Datacheckshennetsind1-3/+3
2014-01-23Compatibility fixes for NetBSD and SolarisHaru1-0/+5
2013-12-17Fixed several compiler warningsHaru1-0/+7
2013-12-17Added support for non-aborting assertionsHaru1-18/+1
2013-11-19Sanitized and improved several macros through the codeHaru1-4/+6
2013-11-05cbasetypes.h updateshennetsind1-6/+6
2013-08-26Merged strtoll MSVC fix from Ind's ScriptEngineUpdateP1 branchHaru1-0/+1
2013-08-12Replaced own bool typedef with <stdbool.h> where availableHaru1-0/+12
2013-07-22Binary heap fix & improvement.Piotr HaƂaczkiewicz1-0/+2
2013-05-19Added new packets for 2013-05-15aRagexe (thanks to Shakto!).Matheus Macabu1-0/+18
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-75/+72
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-72/+75
2012-09-29* Merged eAthena changeset ea:15190. (bugreport:5138)eathenabot1-0/+14
2012-06-10added mutex && cond var abstraction ( for pthread / winapi )blacksirius1-0/+24
2012-06-03fixed portability issue. (As long as we support other compilers than MSC/ICC ...blacksirius1-1/+1
2012-06-02feature merge bs-coreoptimize->trunk: added some compiler abstractionsblacksirius1-1/+9
2011-09-08* Fix C++ compilation issues.flaviojs1-0/+29
2011-07-10* Temporary fix for bugreport:4961 (unintended conversion from signed to unsi...flaviojs1-0/+10
2011-06-30Reimplemented integer typedefs in cbasetypes.h in terms of standard ones in s...ultramage1-56/+33
2011-06-30Added back intptr/uintptr typedefs for backwards compatibility.ultramage1-0/+7
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-24/+1
2010-11-21* Added msinttypes (rev. 26, http://msinttypes.googlecode.com/svn/trunk/) por...ai4rei1-5/+8