index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
CheckBasicStyle.lua
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ToLua now generates cLuaState::Push() and GetStackValue()
Mattes D
2015-05-12
1
-0
/
+1
*
Added check against "Type const &" and "Type const *".
Mattes D
2015-05-09
1
-0
/
+4
*
CheckBasicStyle: checks spaces around * and &.
Mattes D
2015-05-09
1
-2
/
+10
*
More style checking.
Mattes D
2015-05-09
1
-0
/
+21
*
Chmod +x CheckBasicStyle.lua
wiseoldman95
2015-05-05
1
-0
/
+0
*
CheckBasicStyle: Can check individual files or git commits.
Mattes D
2015-05-02
1
-2
/
+101
*
Fixed alignment
worktycho
2015-03-21
1
-2
/
+2
*
Fixed style and removed false positives
tycho
2015-03-11
1
-3
/
+3
*
CheckBasicStyle: Fixed a forgotten file close.
Mattes D
2015-01-29
1
-0
/
+1
*
Merge remote-tracking branch 'origin/master' into c++11
Tiger Wang
2014-12-06
1
-0
/
+41
|
\
|
*
CheckBasicStyle: Check missing braces for control statements.
Mattes D
2014-12-05
1
-0
/
+19
|
*
CheckBasicStyle: Added a check for parentheses around comparisons.
Mattes D
2014-12-05
1
-0
/
+22
*
|
CheckBasicStyle: Doesn't report false positives ending in a keyword.
Mattes D
2014-12-04
1
-5
/
+5
|
/
*
CheckBasicStyle ignores the Bindings.h generated file.
Mattes D
2014-10-13
1
-0
/
+1
*
CheckBasicStyle: Added checking for the "template" keyword.
Mattes D
2014-08-28
1
-1
/
+2
*
CheckBasicStyle: multi-level indent change.
madmaxoft
2014-08-04
1
-1
/
+16
*
BasicStyleCheck: Dividers are exactly 80 slashes.
madmaxoft
2014-08-04
1
-1
/
+17
*
CheckBasicStyle: Added a lua shebang.
madmaxoft
2014-07-21
1
-0
/
+1
*
CheckBasicStyle: Doesn't require LuaFileSystem.
madmaxoft
2014-07-21
1
-34
/
+10
*
Normalized spaces after "catch".
madmaxoft
2014-07-21
1
-1
/
+2
*
CheckBasicStyle: Checks spaces after keywords, no space before ")".
madmaxoft
2014-07-21
1
-1
/
+16
*
CheckBasicStyle: Checks for braces not on separate lines.
madmaxoft
2014-07-19
1
-2
/
+6
*
CheckBasicStyle: Check spaces around commas.
madmaxoft
2014-07-19
1
-6
/
+6
*
CheckBasicStyle: Proper spaces with commas.
madmaxoft
2014-07-18
1
-21
/
+48
*
Initial version of a script to check basic style.
madmaxoft
2014-07-17
1
-0
/
+188