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

add a lorem ipsum generator #3890

Merged
merged 5 commits into from Feb 1, 2024
Merged

add a lorem ipsum generator #3890

merged 5 commits into from Feb 1, 2024

Commits on Jan 29, 2024

  1. add a lorem ipsum generator

    this generator replaces the statistical generator
    for the general case when no statistic is requested.
    
    Generated data features a compression level speed / ratio curve
    which is more in line with expectation.
    Cyan4973 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d0b7da3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a261375 View commit details
    Browse the repository at this point in the history
  3. fix Visual Studio solutions

    note: we probably don't want to maintain VS2008 solution anymore.
    Its successor VS2010 is > 10 years old,
    which is more or less the limit after which we can stop supporting old compilers.
    Cyan4973 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3ce4c6e View commit details
    Browse the repository at this point in the history
  4. fix cmake recipe

    Cyan4973 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    befcec1 View commit details
    Browse the repository at this point in the history
  5. blindfix meson recipe

    note: absence of GLOB capability within meson makes its maintenance more painful.
    Cyan4973 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    fd03971 View commit details
    Browse the repository at this point in the history