https://github.com/macmade/xsfoundation
The XEOS C Foundation library provides the base for object-oriented C style coding, reference counting memory management with auto-release capabilities, reflection, runtime environment, polymorphism, and basic objects.
https://github.com/macmade/xsfoundation
Last synced: 11 months ago
JSON representation
The XEOS C Foundation library provides the base for object-oriented C style coding, reference counting memory management with auto-release capabilities, reflection, runtime environment, polymorphism, and basic objects.
- Host: GitHub
- URL: https://github.com/macmade/xsfoundation
- Owner: macmade
- License: mit
- Created: 2013-04-28T11:29:17.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T22:44:55.000Z (almost 5 years ago)
- Last Synced: 2025-06-01T17:03:16.777Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 17.2 MB
- Stars: 21
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
XSFoundation
============
[](https://travis-ci.org/macmade/XSFoundation)
[](https://ci.appveyor.com/project/macmade/XSFoundation)
[](https://github.com/macmade/XSFoundation/issues)


[](https://twitter.com/macmade)
[](https://patreon.com/macmade)
[](https://www.gratipay.com/macmade)
[](https://paypal.me/xslabs)
About
-----
The XEOS C Foundation library provides the base for object-oriented C style coding, reference counting memory management with auto-release capabilities, reflection, runtime environment, polymorphism, and basic objects.
Its purpose is to be integrated in the [XEOS Operating System](http://www.xs-labs.com/en/projects/xeos/), once its C standard library will be complete.
For now, it's just a standalone project, that should compile on every OS with a decent C compiler.
### Supported OS
XSFoundation can be used on POSIX compliant systems (Mac OS X, Unix, Linux) as well as on Windows.
Documentation
-------------
Documentation and API reference can be found at: http://doc.xs-labs.com/XSFoundation/
Project home
------------
Project home can be found at: http://www.xs-labs.com/en/projects/xsfoundation/
License
-------
XSFoundation is released under the terms of the MIT License.
Repository Infos
----------------
Owner: Jean-David Gadina - XS-Labs
Web: www.xs-labs.com
Blog: www.noxeos.com
Twitter: @macmade
GitHub: github.com/macmade
LinkedIn: ch.linkedin.com/in/macmade/
StackOverflow: stackoverflow.com/users/182676/macmade