Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some improvements #677

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

Some improvements #677

wants to merge 7 commits into from

Commits on Nov 20, 2024

  1. Align demo/CMakeLists.txt a bit more with with makefile_include.mk

    Now, they build the same executables.
    levitte authored and sjaeckel committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6659f36 View commit details
    Browse the repository at this point in the history
  2. Remove remaining footers

    Fixes 24765c3
    
    Signed-off-by: Steffen Jaeckel <[email protected]>
    sjaeckel committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    2400883 View commit details
    Browse the repository at this point in the history
  3. Add LTC_PTHREAD to pkg-config file if enabled at build time

    Signed-off-by: Steffen Jaeckel <[email protected]>
    sjaeckel committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    dc945f9 View commit details
    Browse the repository at this point in the history
  4. Cancel running GH action on update of PR branch

    Signed-off-by: Steffen Jaeckel <[email protected]>
    sjaeckel committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d13da2d View commit details
    Browse the repository at this point in the history
  5. Change ltcrypt back to crypt

    This reverts 85dc394
    
    Signed-off-by: Steffen Jaeckel <[email protected]>
    sjaeckel committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    e78cfa9 View commit details
    Browse the repository at this point in the history
  6. Use cmake-format to format CMake files

    Signed-off-by: Steffen Jaeckel <[email protected]>
    sjaeckel committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6213781 View commit details
    Browse the repository at this point in the history
  7. Rework demos building and installation

    * add `ltc` wrapper script for installed demos
    * rework demos/CMakeLists.txt and add some more bells and whistles
    * prefix installed demos with `ltc-`
    
    Currently this makes the standard makefiles and CMake results diverge, but
    we can fix that later if required.
    
    Signed-off-by: Steffen Jaeckel <[email protected]>
    sjaeckel committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f63736e View commit details
    Browse the repository at this point in the history