Martin Storsjö
|
7b96c6756e
|
Use void instead of void_t
There's really no reason for adding a typedef for void.
|
2014-02-10 08:06:33 +02:00 |
|
Martin Storsjö
|
2b77fe7f49
|
Use bool instead of bool_t
bool is one of the built in, standard types in C++, there's no need
for a typedef for it.
|
2014-02-10 08:05:09 +02:00 |
|
licaiguo
|
1a2dd0c1f1
|
change resolution update logic
|
2014-01-25 16:12:52 +08:00 |
|
Ethan Hugg
|
057d3e507b
|
Merge pull request #100 from mstorsjo/trailing-whitespace-cpp-comments
Remove trailing whitespace in comments
|
2014-01-06 09:33:52 -08:00 |
|
Martin Storsjö
|
790110b2ce
|
Remove commented out pragmas
|
2014-01-05 15:04:34 +02:00 |
|
Martin Storsjö
|
d3ee1de5ac
|
Remove trailing whitespace in comments
The astyle cleanup keeps trailing whitespace within comments,
but the whitespace here is not significant nor intentional
and thus should be removed.
|
2014-01-05 14:53:21 +02:00 |
|
Ethan Hugg
|
ff6b669176
|
Pretty printed the C++ code with astyle
|
2013-12-12 14:21:12 -08:00 |
|
Ethan Hugg
|
70e5e62f3d
|
Initial Commit
|
2013-12-09 04:51:09 -08:00 |
|