Git Product home page Git Product logo

formast's People

Contributors

amorilia avatar

Watchers

 avatar  avatar

formast's Issues

Provide Fedora rpms.

It would be good to have rpms for:

  • native header and shared library
  • native python package (system build)
  • mingw32/64 header and shared/static library (useful for cross compiling nifskope/niflib in the long term)

Nice to have as well:

  • native java package
  • native php package
  • ...

boost::optional<std::string> swig wrapper is broken.

For example, if c is a Class, in Python:

if c.base_name:
    print(c.get())

will actually print something like _c0f2cc0100000000_p_std__string: the std::string pointer has not been converted back to a Python string.

Remove boost dependency from public header.

For compilers that support C++11, we could use std::shared_ptr instead of boost::shared_ptr and unsigned long long instead of boost::uint64_t.

boost::optional is used quite a bit, however we could hide everything but a minimal implementation (as in the current swig wrapper), because only a tiny bit of the full interface is needed anyway.

Read calculated xml tag for fields.

Only niflib requires this at the moment, due to the way it blindly auto-calculates size fields. For the moment, we should read it in to support existing code generation. However, maybe we could think of a better solution in niflib itself in the long term and perhaps drop the "calculated" entirely, since it hasn't anything to do with the actual format.

Factor out integer parser.

Integer parsing is used for more than just conditional expressions, so we should factor out the code into a reusable component. For example, at the moment, not all integer expressions in enum definitions will succeed in parsing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.