{"id":22796598,"url":"https://github.com/macmade/cppnotifications","last_synced_at":"2025-07-04T03:06:17.667Z","repository":{"id":2208297,"uuid":"3157294","full_name":"macmade/CPPNotifications","owner":"macmade","description":"C++ Notification System - CPPNotifications is a Cocoa like (Objective-C) notification system for C++ (POSIX and Windows).","archived":false,"fork":false,"pushed_at":"2021-08-02T23:01:02.000Z","size":82,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-15T05:35:58.541Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macmade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-11T21:01:55.000Z","updated_at":"2025-02-06T04:36:00.000Z","dependencies_parsed_at":"2022-09-10T22:10:48.640Z","dependency_job_id":null,"html_url":"https://github.com/macmade/CPPNotifications","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/macmade/CPPNotifications","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macmade%2FCPPNotifications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macmade%2FCPPNotifications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macmade%2FCPPNotifications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macmade%2FCPPNotifications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macmade","download_url":"https://codeload.github.com/macmade/CPPNotifications/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macmade%2FCPPNotifications/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263437343,"owners_count":23466367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-12T05:13:43.772Z","updated_at":"2025-07-04T03:06:17.641Z","avatar_url":"https://github.com/macmade.png","language":"C++","funding_links":["https://patreon.com/macmade","https://paypal.me/xslabs"],"categories":[],"sub_categories":[],"readme":"CPPNotifications\n================\n\n[![Build Status](https://img.shields.io/travis/macmade/CPPNotifications.svg?branch=master\u0026style=flat)](https://travis-ci.org/macmade/CPPNotifications)\n[![Issues](http://img.shields.io/github/issues/macmade/CPPNotifications.svg?style=flat)](https://github.com/macmade/CPPNotifications/issues)\n![Status](https://img.shields.io/badge/status-inactive-lightgray.svg?style=flat)\n![License](https://img.shields.io/badge/license-boost-brightgreen.svg?style=flat)\n[![Contact](https://img.shields.io/badge/contact-@macmade-blue.svg?style=flat)](https://twitter.com/macmade)  \n[![Donate-Patreon](https://img.shields.io/badge/donate-patreon-yellow.svg?style=flat)](https://patreon.com/macmade)\n[![Donate-Gratipay](https://img.shields.io/badge/donate-gratipay-yellow.svg?style=flat)](https://www.gratipay.com/macmade)\n[![Donate-Paypal](https://img.shields.io/badge/donate-paypal-yellow.svg?style=flat)](https://paypal.me/xslabs)\n\nAbout\n-----\n\n**C++ Notification System**  \nCPPNotifications is a Cocoa like (Objective-C) notification system for C++ (POSIX and Windows).\n\nDocumentation\n-------------\n\n### Example:\n\n    #include \u003ciostream\u003e\n    #include \"NotificationCenter.h\"\n    \n    class Bar: public EOS::Observer\n    {\n        public:\n            \n            void handleNotification( const EOS::Notification \u0026 );\n    };\n    \n    void Bar::handleNotification( const EOS::Notification \u0026 notification )\n    {\n        std::cout \u003c\u003c \"Received notification: \" \u003c\u003c notification.name() \u003c\u003c std::endl;\n    }\n    \n    int main( void )\n    {\n        Bar b1;\n        Bar b2;\n        \n        EOS::NotificationCenter::defaultCenter().addObserver( b1, \"test\" );\n        EOS::NotificationCenter::defaultCenter().addObserver( b2, \"test\" );\n        EOS::NotificationCenter::defaultCenter().postNotification( \"test\" );\n        \n        return 0;\n    }\n\nLicense\n-------\n\nCPPNotifications is released under the terms of the Boost Software License - Version 1.0.\n\nRepository Infos\n----------------\n\n    Owner:\t\t\tJean-David Gadina - XS-Labs\n    Web:\t\t\twww.xs-labs.com\n    Blog:\t\t\twww.noxeos.com\n    Twitter:\t\t@macmade\n    GitHub:\t\t\tgithub.com/macmade\n    LinkedIn:\t\tch.linkedin.com/in/macmade/\n    StackOverflow:\tstackoverflow.com/users/182676/macmade\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacmade%2Fcppnotifications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacmade%2Fcppnotifications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacmade%2Fcppnotifications/lists"}