asrob-uc3m / robotDevastation

A new-generation shooter with augmented reality and real robots. You can play online with other users with your PC, moving robots in championships and campaigns: all 24/7!
http://asrob-uc3m.github.io/workgroups/2017-05-28-robot-devastation.html
GNU Lesser General Public License v2.1
9 stars 4 forks source link

Drop RD macros in favor of color-debug ones #123

Closed PeterBowman closed 6 years ago

PeterBowman commented 6 years ago

Now: src/libraries/UtilsLib/Macros.hpp (e.g. RD_INFO, RD_DEBUG, etc.).

Proposal: roboticslab-uc3m/color-debug (e.g. CD_INFO, CD_DEBUG, etc.).

These are mostly the same CLI-output macros, although the latter provides convenient CMake options, too. However, upstream macros do not flush their output (5cf9629) - we noticed that this matters on Windows (at least, it does on AppVeyor CI builds).

jgvictores commented 6 years ago

Duplicate of #57 ?

PeterBowman commented 6 years ago

Yeah, sorry. I'll keep this one as it provides a better description.

PeterBowman commented 6 years ago

Done at 3fdbec2.