Git Product home page Git Product logo

sergeyrachev / khaotica Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 1.0 5.29 MB

Bitstream editor empowered with FLAVOR interpreter

License: MIT License

C++ 19.36% C 31.83% Lex 0.84% Yacc 3.50% CMake 0.37% Makefile 1.89% HTML 19.95% CSS 0.19% JavaScript 0.10% Java 19.78% Batchfile 1.97% LLVM 0.21%
bitstream flavor parser-generator binaryformat binary-data syntax-tree compiler-design mpeg mpegts iso

khaotica's People

Contributors

sergeyrachev avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

asdlei99

khaotica's Issues

Resolving dependencies in Windows build

LLVM module can use externally defined function. It searches them based on _cdecl naming convention. Linux executable file has export table so LLVM inspects executable on module running and resolve dependencies. It doesn't work for Windows where executable doesn't have export table. To workaround it I had to define export.dll. But executable must be explicilty linked with dll to load library before LLVM resolves dependencies. It works but looks ugly. It would be nice to improve that.

CMake based build

CMake build is broken. Boost+LLVM must be included with find_package. It leads to bad VS2015 project in Win.

It would be nice to migrate to Cmake in proper way and use crossplatfrom builds.

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.