Dale Weiler
|
893f204b30
|
Remove stat_info calls
|
2015-01-13 20:25:44 -05:00 |
|
Dale Weiler
|
486b215706
|
Remove memory tracker
|
2015-01-13 20:25:01 -05:00 |
|
Dale Weiler
|
783b7b6594
|
Update license headers
|
2015-01-09 14:53:35 -05:00 |
|
Dale Weiler
|
0d1a740bc7
|
Fix style
|
2014-04-08 05:06:16 -04:00 |
|
Dale Weiler
|
15d1277158
|
Added memory protection to prevent mismatching of mem_d or vec_free on pointers which are otherwise unknown to be allocated memory or allocated vectors. Also fixed the preprocessor to only strip on ' ' and '\t' around macros.
|
2014-04-08 03:26:08 -04:00 |
|
Dale Weiler
|
a934e0fe4b
|
Happy new year!
|
2014-01-01 06:24:16 -05:00 |
|
Dale Weiler
|
4d4851e179
|
Faster hashing reaching 16 GB/s on Phenom II X4.
|
2013-12-14 01:23:39 -05:00 |
|
Dale Weiler
|
4583cb8280
|
cleanup
|
2013-11-29 13:13:39 -05:00 |
|
Dale Weiler
|
25e86c04eb
|
Only g++ is this retarded
|
2013-11-25 13:30:45 -05:00 |
|
Dale Weiler
|
f8949e17c8
|
Cleaner traces
|
2013-10-17 04:23:53 -04:00 |
|
Dale Weiler
|
d6f020fd6a
|
Fix memory dump console printing alignment and also trace expressions for allocations.
|
2013-10-17 04:21:25 -04:00 |
|
Dale Weiler
|
c64005966f
|
Remove some trailing whitespace
|
2013-08-17 23:43:41 +00:00 |
|
Dale Weiler
|
772dbfae26
|
Make it compile in visual studio again, without warnings.
|
2013-08-16 09:03:36 +00:00 |
|
Dale Weiler
|
89893f9a24
|
Valgrind integration for our memory allocator.
|
2013-08-16 07:22:01 +00:00 |
|
Dale Weiler
|
a622d5163b
|
Rework some build stuff for better output and to enable strict prototypes
|
2013-08-16 03:28:02 +00:00 |
|
Dale Weiler
|
7df42c95d2
|
Make our allocator slightly faster with branch hinting.
|
2013-08-15 06:09:28 +00:00 |
|
Dale Weiler
|
c7679722fb
|
Please the whitespace gods
|
2013-07-27 11:48:55 +00:00 |
|
Dale Weiler
|
4a3794ea2b
|
Track strdup memory too
|
2013-07-26 14:57:21 +00:00 |
|
Dale Weiler
|
a982d4e524
|
Fix a sizeof bug
|
2013-06-21 23:55:47 +00:00 |
|
Dale Weiler
|
6db2e69f9a
|
Oh my god microsoft you suck
|
2013-06-20 11:20:56 +00:00 |
|
Dale Weiler
|
a2c3388e49
|
Fix some comments
|
2013-06-18 07:31:09 +00:00 |
|
Dale Weiler
|
3b8b76328c
|
Holy mexicans 15% better hashing == 5% faster compiles.
|
2013-06-18 07:22:03 +00:00 |
|
Dale Weiler
|
90a016c6e0
|
Fix a possible issue
|
2013-06-15 05:28:38 +00:00 |
|
Dale Weiler
|
6617684a8d
|
Some fixes
|
2013-06-15 02:25:19 +00:00 |
|
Dale Weiler
|
3e75750ad6
|
What the fuck are we talking about?
|
2013-06-14 21:26:33 +00:00 |
|
Dale Weiler
|
ad92a5f27d
|
Fix indexing
|
2013-06-06 06:20:11 +00:00 |
|
Dale Weiler
|
144672fada
|
Strict prototyping
|
2013-06-06 02:51:13 +00:00 |
|
Dale Weiler
|
e29b4d35b3
|
Add license header
|
2013-06-04 02:53:44 +00:00 |
|
Dale Weiler
|
77cf1f8685
|
Doh
|
2013-06-04 02:49:49 +00:00 |
|
Dale Weiler
|
11179a2a71
|
Major header reworking, this respects the namespaces properly. Makes object dependency more obvious, allows for better make caches, and prevents misuse of library features, i.e use con_* instead of printf.
|
2013-06-04 02:47:07 +00:00 |
|
Dale Weiler
|
c1a9ce3404
|
Fix output
|
2013-06-02 08:52:30 +00:00 |
|
Dale Weiler
|
c569e87bd0
|
Fix two bugs
|
2013-06-02 08:49:16 +00:00 |
|
Dale Weiler
|
ee42d2a570
|
Some cleanups
|
2013-06-02 08:37:22 +00:00 |
|
Dale Weiler
|
564cac859a
|
Fix the peak
|
2013-06-02 08:28:56 +00:00 |
|
Dale Weiler
|
7ea67748fa
|
Holy whoops
|
2013-06-02 08:25:00 +00:00 |
|
Dale Weiler
|
9af3c502da
|
Major utility rewrite for compiler memory utilization statistics. Cleanups everywhere, no more NOTRACK stuff, all allocates are tracked. Major identifier cleanups as well.
|
2013-06-02 08:21:06 +00:00 |
|