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

Feature/cmake #266

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

Feature/cmake #266

wants to merge 9 commits into from

Commits on Jan 23, 2023

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

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    c368066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    372dba1 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

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

Commits on Jan 30, 2023

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

Commits on Jan 31, 2023

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

Commits on Feb 1, 2023

  1. Add keys() method returning boost::python::list e.g

    ```
    >>> import mapnik
    >>> sym = mapnik.PolygonSymbolizer()
    >>> sym.keys()
    []
    >>> sym.fill = mapnik.Color("skyblue")
    >>> sym.fill_opacity = 0.7
    >>> sym.keys()
    ['fill', 'fill-opacity']
    
    ```
    artemp committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    114bab7 View commit details
    Browse the repository at this point in the history
  2. Unit tests - 'pytest` [WIP]

    artemp committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    2a92ab0 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. rework build system

    mathisloge committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    15b6767 View commit details
    Browse the repository at this point in the history