Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Compiler flags cleanup #51

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Compiler flags cleanup #51

wants to merge 6 commits into from

Commits on Jan 24, 2020

  1. clean up CmakeLists.txt compilation flags

    add security hardening compilation flags
    sfraczek committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    75c4ba5 View commit details
    Browse the repository at this point in the history
  2. Fix compiler warnings

    sfraczek committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    35f9cb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. add std::move to optimize object construction

    also fix clang warning: no out-of-line virtual method definitions by
    moving destructor definition to .cpp file.
    sfraczek committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    816e5a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    dce095a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    fd2480c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68b1beb View commit details
    Browse the repository at this point in the history