solvespace/src
EvilSpirit 5791310bb1 Annotate constants passed as boolean function arguments.
This is to ensure that:
  * it is clear, when looking at the point of usage, what is
    the purpose of "true" or "false";
  * when refactoring, a simple search will bring up any places that
    need to be changed.

Also, argument names were synchronized between declaration and
implementation.

As an exception, these are not annotated:
  * Printf(/*halfLine=*/), to avoid pointless churn.
2016-05-26 12:43:52 +00:00
..
platform Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
srf Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
bsp.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
clipboard.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
CMakeLists.txt Move vector font to res/fonts/; remove lff2c. 2016-05-18 11:24:24 +00:00
config.h.in Implement a resource system. 2016-05-18 11:24:23 +00:00
confscreen.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
constraint.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
constrainteq.cpp Enable exhaustive switch coverage warnings as an error, and use them. 2016-05-26 12:43:52 +00:00
describescreen.cpp Convert all enumerations to use enum class. 2016-05-25 07:17:14 +00:00
draw.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
drawconstraint.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
drawentity.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
dsc.h Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
entity.cpp Enable exhaustive switch coverage warnings as an error, and use them. 2016-05-26 12:43:52 +00:00
export.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
exportstep.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
exportvector.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
expr.cpp Enable exhaustive switch coverage warnings as an error, and use them. 2016-05-26 12:43:52 +00:00
expr.h Convert all enumerations to use enum class. 2016-05-25 07:17:14 +00:00
file.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
generate.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
glhelper.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
graphicswin.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
group.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
groupmesh.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
importdxf.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
lib.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
mesh.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
modify.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
mouse.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
polygon.cpp Add const qualifiers to functions where trivially possible. 2016-05-25 03:22:54 +00:00
polygon.h Convert all enumerations to use enum class. 2016-05-25 07:17:14 +00:00
request.cpp Refactor EntReqTable to not special-case last row. 2016-05-26 12:43:52 +00:00
resource.cpp Replace all oops() checks with ssassert()s. 2016-05-20 12:38:30 +00:00
resource.h In Pixmap and BitmapFont, use std::vector instead of std::unique_ptr. 2016-05-18 11:24:24 +00:00
sketch.h Refactor EntReqTable to not special-case last row. 2016-05-26 12:43:52 +00:00
solvespace.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
solvespace.h Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
style.cpp Convert all enumerations to use enum class. 2016-05-25 07:17:14 +00:00
system.cpp Convert all enumerations to use enum class. 2016-05-25 07:17:14 +00:00
textscreens.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
textwin.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
toolbar.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
ttf.cpp Replace all oops() checks with ssassert()s. 2016-05-20 12:38:30 +00:00
ttf.h Don't hold all existing system fonts open. 2016-05-07 04:20:06 +00:00
ui.h Enable exhaustive switch coverage warnings as an error, and use them. 2016-05-26 12:43:52 +00:00
undoredo.cpp Convert all enumerations to use enum class. 2016-05-25 07:17:14 +00:00
util.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
view.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00