Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IfcOpenShell/IfcOpenShell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: float64co/IfcOpenShell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 10, 2017

  1. Changes the default behavior of IfcFile::Init to copy an existing string

    instead of creating a new file descriptor.
    
    Creating a method named `Dup` repeatedly fails with a "No member named
    'Dup'" error. The implementation is commented out in case a maintained
    knows or figures out how to get it working. Same for a `read` method on
    the Python wrapper that utilises `Dup`.
    Luke Brooks committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    c2e867e View commit details
    Browse the repository at this point in the history
  2. Removes .swp files.

    Luke Brooks committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    71b0e22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddef0da View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Removes IfcFile::Dup in favour of accessing one of the

    `IfcFile::Init` methods via the Python wrapper.
    Luke Brooks committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    a421f48 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Updates the Python wrapper per Thomas Krijnens' suggestion regarding

    RAII.
    Luke Brooks committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    05442e3 View commit details
    Browse the repository at this point in the history
  2. Merge changes with upstream.

    Luke Brooks committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    bf5c985 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a215bb View commit details
    Browse the repository at this point in the history
Loading