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

Cmake #535

Closed
wants to merge 23 commits into from
Closed

Cmake #535

wants to merge 23 commits into from

Commits on Aug 7, 2023

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

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    69479d6 View commit details
    Browse the repository at this point in the history
  2. Add flexbox chat benchmark (see mikke89#498)

    And additional profiling zone markers.
    mikke89 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    eb1d6ee View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Update readme.md gallery

    mikke89 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    cda1db7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

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

Commits on Sep 22, 2023

  1. Transforms: Disallow percentages in perspective and translateZ

    In accordance with the CSS specs.
    mikke89 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    131a963 View commit details
    Browse the repository at this point in the history
  2. Minor layout details cleanup

    mikke89 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    6cbf961 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a123c9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eeb380a View commit details
    Browse the repository at this point in the history
  5. Add rmlui_static_cast to assert validity of down casts, see mikke89#514

    Employ it around the library for extra debug checks (only with rtti enabled).
    mikke89 committed Sep 22, 2023
    2 Configuration menu
    Copy the full SHA
    70d0d5e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Oct 1, 2023

  1. Readme: Fix outdated link

    mikke89 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    1607e10 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    2ec97da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee2986e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a94ab7 View commit details
    Browse the repository at this point in the history
  4. Update tracy integration, allow parent projects to include RmlUi prof…

    …iling markers, solves mikke89#516
    
    Tracy client can now be included in one of three ways, in prioritized order:
    1. Using target Tracy::TracyClient from parent project.
    2. As a config package.
    3. With Tracy source files located in 'Dependencies/Tracy'.
    
    Adds three new CMake options:
    - `RMLUI_TRACY_PROFILING`: Enable profiling, replaces the old option `ENABLE_TRACY_PROFILING`.
    - `RMLUI_TRACY_MEMORY_PROFILING`: Overloads global operator new/delete for memory inspection.
    - `RMLUI_TRACY_CONFIGURATION`: Only relevant for multi-config generators. If enabled, adds Tracy as a separate configuration, otherwise adds Tracy to all configurations.
    mikke89 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3b75dca View commit details
    Browse the repository at this point in the history
  5. Merge pull request mikke89#518 from mikke89/tracy

    Update tracy integration, allow parent projects to include RmlUi profiling markers
    mikke89 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f43ee36 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

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

Commits on Oct 17, 2023

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

Commits on Oct 18, 2023

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

Commits on Oct 21, 2023

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

Commits on Nov 9, 2023

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