Commit Graph

9 Commits

Author SHA1 Message Date
9b02e87913 Removed global #pragma pack(4) from <types.h>
The global setting was causing fragility other places requiring include order
to be specific. Remoed the global "#pragma pack(4)" and replaced it with the
equally ugly "__attribute__((packed, aligned(4)))", but at least it is explicit
and doesn't interfere with system and 3rd-party header files and libraries.

Origin: e4323f397f
2021-06-18 13:07:08 +10:00
44eddd63e8 fix signed/unsigned bug 2014-12-10 11:04:37 -08:00
6b2e714964 try to fix core when generating statsdb graph 2014-12-10 11:01:50 -08:00
96b8197ad3 now it compiles with -m32 2014-11-10 14:45:11 -08:00
e7dd8f7956 replace long long with int64_t 2014-10-30 13:36:39 -06:00
12bff1e9b0 fix potential problem of tons of points in
our statsdb div graph. use hashtable to dedup
points and save from printing out too many <div>
tags.
2013-10-14 22:52:29 -07:00
0096877127 fix "statsdb" graph so it seems to work
now.
2013-10-14 22:31:00 -07:00
8f93a72961 start using html div graph for
PageStatsdb.cpp now too.
2013-10-14 20:35:45 -07:00
f6e560c1f4 Initial file population. 2013-08-02 13:12:24 -07:00