Skip to content

A clean-room implementation of code.google.com/p/stylesheet library meant to be used in non-LGPL project. The interface is nearly identical to the original. As added bonus, this tool doesn't require boost, merely the C++11 stdlib.

License

Notifications You must be signed in to change notification settings

sakamura/stylesheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylesheet

A clean-room implementation of https://code.google.com/p/stylesheet library meant to be used in non-LGPL project. The interface is nearly identical to the original.

As added bonus, this tool doesn't require boost, merely the C++11 stdlib.

License: MIT

Current state: Barely tested, compiles on XCode 8.0.

Next steps:

  • Testing and fixing bugs.
  • Further optimize code and cleanup, I am especially unhappy of a few const removal.
  • If needed by someone on another platform, add up makefiles and projects.
  • Formal penetration analysis and hack-proofing (this lib could very well be used in a bigger project with public CSS parsing, who knows?)
  • Extending the project, new features!

About

A clean-room implementation of code.google.com/p/stylesheet library meant to be used in non-LGPL project. The interface is nearly identical to the original. As added bonus, this tool doesn't require boost, merely the C++11 stdlib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages