An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

XSFoundation
============

[![Build-Travis](https://img.shields.io/travis/macmade/XSFoundation.svg?branch=master&logo=travis&style=flat)](https://travis-ci.org/macmade/XSFoundation)
[![Build-AppVeyor](https://ci.appveyor.com/api/projects/status/github/macmade/XSFoundation?svg=true)](https://ci.appveyor.com/project/macmade/XSFoundation)
[![Issues](http://img.shields.io/github/issues/macmade/XSFoundation.svg?style=flat)](https://github.com/macmade/XSFoundation/issues)
![Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat)
![License](https://img.shields.io/badge/license-mit-brightgreen.svg?style=flat)
[![Contact](https://img.shields.io/badge/contact-@macmade-blue.svg?style=flat)](https://twitter.com/macmade)
[![Donate-Patreon](https://img.shields.io/badge/donate-patreon-yellow.svg?style=flat)](https://patreon.com/macmade)
[![Donate-Gratipay](https://img.shields.io/badge/donate-gratipay-yellow.svg?style=flat)](https://www.gratipay.com/macmade)
[![Donate-Paypal](https://img.shields.io/badge/donate-paypal-yellow.svg?style=flat)](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