DarthArgus
cb3a59aaac
fix conversion error
2015-10-14 21:13:40 -05:00
DarthArgus
66683ba082
fix comparison warn
2015-10-14 21:09:45 -05:00
DarthArgus
d8349a9da8
remove unused conversion function
2015-10-14 21:08:09 -05:00
DarthArgus
2e4eabe3f4
fix comparison error
2015-10-14 21:07:19 -05:00
DarthArgus
b98c89d9a7
Merge branch 'master' into 'master'
...
no more gcc warns except for pragma and the tmpnam warn...both of which aren't a big deal
See merge request !9
2015-10-14 13:41:04 -04:00
DarthArgus
220782606e
another warning bites the dust - all significant gcc warns should be done now, we're left only with clang detected warns
2015-10-14 12:38:27 -05:00
DarthArgus
68019340a1
fix implicit declaration warnings in the miff parser.yac file
2015-10-14 09:51:46 -05:00
DarthArgus
585bacc483
Merge branch 'master' into 'master'
...
fix order of ops
See merge request !8
2015-10-14 02:54:17 -04:00
DarthArgus
c53ec57f80
fix order of ops
2015-10-14 01:53:26 -05:00
DarthArgus
5bf4994387
Merge branch 'master' into 'master'
...
merge a ton of fixes
See merge request !7
2015-10-14 02:32:42 -04:00
DarthArgus
338e4e68b5
this is probably the last of the fixes for the night
2015-10-14 01:28:37 -05:00
DarthArgus
b61c932498
more fixing and cleanup
2015-10-13 20:49:42 -05:00
DarthArgus
0775701e48
whoopps
2015-10-13 16:53:57 -05:00
DarthArgus
d74de9fdcd
most of the serious unused vars are removed, so i'll silence those now... and maaaaaany other fixes
2015-10-13 16:51:54 -05:00
DarthArgus
25b0b97bf0
more warns
2015-10-13 16:11:19 -05:00
DarthArgus
efc4117900
the server runs properly with this so I'll just hope it's more correct, per the warn
2015-10-13 15:43:38 -05:00
DarthArgus
e8c36ac70e
more fixes
2015-10-13 12:01:16 -05:00
DarthArgus
2a2b6dd4b7
more sequence/order of operations stuff
2015-10-13 11:36:05 -05:00
DarthArgus
a790a1a88d
experimental - fixes cryptlib order of operations warn
2015-10-13 11:35:51 -05:00
DarthArgus
2faaef7a22
fix unused var
2015-10-13 11:21:47 -05:00
DarthArgus
6010ad6b90
increment is evaluated before assignment so this should silence the warning...not sure if correct or not though
2015-10-13 11:14:36 -05:00
DarthArgus
e62615f94e
UDP PriorityQueue : Provided this int is a number of bytes and not a number of slots, this should be more proper as the size of a pointer is always 4 bytes
2015-10-13 10:52:49 -05:00
DarthArgus
e4dce76620
convert unsigned int to int, as the comparison to 0 would otherwise always eval to true
2015-10-13 10:12:06 -05:00
DarthArgus
de6647de02
more bitwise style fixes
2015-10-13 10:11:59 -05:00
DarthArgus
f8d2fc1145
missed some parenthases
2015-10-13 09:54:21 -05:00
DarthArgus
cf40fbc871
add virtual destructor to slience warning; currently placeholder...not sure if it needs to actually do anything or not
2015-10-13 09:45:58 -05:00
DarthArgus
9511fdbdb6
md5: bitwise operations - add () to silence warns and improve style
2015-10-13 09:45:07 -05:00
DarthArgus
a2da3759be
more order of operations fixes
2015-10-13 01:08:19 -05:00
DarthArgus
266ac3ec3a
this should theoretically fix an order of operations issue that clang detected - ? has lower precedence than + so + is eval'ed first
2015-10-13 01:07:49 -05:00
DarthArgus
c5f56a239c
Merge branch 'master' into 'master'
...
make it build with clang (warnings not withstanding)
See merge request !6
2015-10-12 20:49:27 -04:00
DarthArgus
fd18b5fba1
more clang sanctioned namespace fixups
2015-10-12 19:42:37 -05:00
DarthArgus
42cb87d831
Assuming that this change will return an empty StringId, let's cross our fingers
2015-10-12 19:42:09 -05:00
DarthArgus
40c86ac058
remove unused template that causes clang to die
2015-10-12 19:03:19 -05:00
DarthArgus
59dbdd66dd
more clang namespace fixes
2015-10-12 18:30:49 -05:00
DarthArgus
ea59136b09
remove -s (strip) flag for now as it is gcc specific, fix a couple errors clang found
2015-10-12 18:06:06 -05:00
DarthArgus
b5cf1a8aa6
Merge branch 'master' into 'master'
...
MIFF: return an int instead...bools aren't valid in this lex file, but ints are.…
…..which can eval in if statements properly...fixes clang compilation
See merge request !5
2015-10-12 17:41:49 -04:00
DarthArgus
2dbedff2b7
MIFF: return an int instead...bools aren't valid in this lex file, but ints are...which can eval in if statements properly
2015-10-12 16:24:04 -05:00
DarthArgus
7a31f5cb4a
Merge branch 'master' into 'master'
...
Master
See merge request !4
2015-10-10 00:24:58 -04:00
DarthArgus
af5a785468
proper title
2015-10-09 18:24:51 -05:00
DarthArgus
32d2d24fb9
don't output LATEX
2015-10-09 18:22:32 -05:00
DarthArgus
52bf497a4a
Merge branch 'master' into 'master'
...
add doxygen config file
See merge request !3
2015-10-09 16:36:04 -04:00
DarthArgus
ea46132c27
ignore a few more that we may add later
2015-10-09 15:32:11 -05:00
DarthArgus
c9fc47fba0
add doxygen config file
2015-10-09 15:22:18 -05:00
DarthArgus
6b59d70194
Merge branch 'master' into 'master'
...
fix preload to allow longer file paths
See merge request !2
2015-10-09 14:39:04 -04:00
DarthArgus
dc7aea81e3
missed a few
2015-10-08 16:36:51 -05:00
DarthArgus
a0f4610524
increase size of preload var so that it doesn't truncate file paths
2015-10-08 16:21:46 -05:00
DarthArgus
4c325ca115
Merge branch 'master' into 'master'
...
Master
merge
See merge request !1
2015-10-06 23:40:56 -04:00
DarthArgus
283792720c
add some hard coded paths
2015-10-06 16:35:46 -05:00
DarthArgus
d74a55018a
for now use the old, eventually deprecated ABI of C++ until we fix it
2015-10-06 14:07:52 -05:00
DarthArgus
7b1f5a9991
fix race condition when persisting large numbers of items
2015-10-06 01:40:57 -05:00