C++ Coding Guidelines: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 May 2025

29 April 2025

  • curprev 19:4119:41, 29 April 2025 Howetuft talk contribs 1,102 bytes +1,102 Created page with "Here are some guidelines for C++ Coding. = Indentation = Indentation in LuxCore has historically used tabs rather than spaces. Thank you for your compliance. Please avoid trailing spaces. = Boost = Boost was used extensively in LuxCore, at a time when it was probably the only option for efficiently coding certain mechanisms (filepath, thread synchronization etc.). Since v2.10, however, this is no longer the case, as LuxCore has been ported to C++20, which offers a sta..."