Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various enhancements and improvements #3

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Commits on Jan 18, 2017

  1. Configuration menu
    Copy the full SHA
    96f8878 View commit details
    Browse the repository at this point in the history
  2. Moved files around

    verpeteren committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    354c4cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84ddce8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abe42f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70c3a38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d7b4d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1abeec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e14c8f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9cc4dcd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    91339d0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    076d061 View commit details
    Browse the repository at this point in the history
  12. style

    verpeteren committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    5bb01c0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e87c61e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b92440c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    859a6bd View commit details
    Browse the repository at this point in the history
  16. Added the automatically generated idf files for Nidium.

    Please note: this is just temporary. These files should/will be removed soon.
    verpeteren committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    646bb9a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    28c292c View commit details
    Browse the repository at this point in the history
  18. Added LICENSE texts

    verpeteren committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    47a32fd View commit details
    Browse the repository at this point in the history
  19. Added Prefix to classname.

    verpeteren committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    a8391a6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    347b1ac View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Configuration menu
    Copy the full SHA
    4bdb401 View commit details
    Browse the repository at this point in the history
  2. Registration process works with the Axtended Attribute 'exposed':

    5 flavors
    * not set: not exposed
    * 'class': build in (Socket)
    * 'embed': build, but not loaded in the namespace by default (DB)
    * 'module': module that is dynamically loaded
    * /a-z/+: build in module, that is loaded only once, and it's instance is put in the global object.
    
    todo: Alias & Implemented as
    verpeteren committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    12babd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. Processed feedback

    - rename class <name>Base
    - indentation
    - removed ctor/dtor
    - fixed a bug in the registration
    - removed '->root()'
    - added a 'void registrationHook()'
    verpeteren committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    661aeb8 View commit details
    Browse the repository at this point in the history