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

Support for decimal and fixing build issues in pythonnet #1

Merged
merged 9 commits into from
Jan 6, 2017
Merged

Support for decimal and fixing build issues in pythonnet #1

merged 9 commits into from
Jan 6, 2017

Commits on Dec 7, 2016

  1. Support for System.Decimal

    Converts System.Decimal to python float
    AlexCatarino committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    e847024 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Support for System.Decimal

    Implements convertion from System.Decimal to decimal.Decimal
    AlexCatarino committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    a2effda View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2016

  1. Support for System.Decimal

    Implements conversion from decimal.Decimal to System.Decimal
    AlexCatarino committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    27069db View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

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

Commits on Dec 29, 2016

  1. Fixed pythonnet#296 Converter support for PyObject (pythonnet#297)

    * Fixed pythonnet#296
    
    * Added test for pythonnet#296
    
    * removed windows line endings
    
    * Fixed comment and removed \r from added source
    rmadsen-ks authored and AlexCatarino committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    17584fa View commit details
    Browse the repository at this point in the history
  2. Removed refcount (pythonnet#306)

    rmadsen-ks authored and AlexCatarino committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    61f5f9a View commit details
    Browse the repository at this point in the history
  3. Support for System.Decimal

    Converts System.Decimal to python float
    AlexCatarino committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    9db24af View commit details
    Browse the repository at this point in the history
  4. Support for System.Decimal

    Implements convertion from System.Decimal to decimal.Decimal
    AlexCatarino committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    5526607 View commit details
    Browse the repository at this point in the history
  5. Support for System.Decimal

    Implements conversion from decimal.Decimal to System.Decimal
    AlexCatarino committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    d26f48a View commit details
    Browse the repository at this point in the history