Git Product home page Git Product logo

libsigcpp2's Introduction

libsigc++ -- The Typesafe Callback Framework for C++


General information:

   libsigc++ implements a typesafe callback system for standard C++. It
   allows you to define signals and to connect those signals to any
   callback function, either global or a member function, regardless of
   whether it is static or virtual.

   libsigc++ is used by gtkmm to wrap the GTK+ signal system. It does not
   depend on GTK or gtkmm.

   Further information about the major release 2.0 is available on the
   libsigc++ project home page: http://libsigc.sourceforge.net/


License information:

   Distribution of library and components is under the LGPL as listed in the
   file COPYING. Examples and tests are Public Domain.


Contact information:
   Maintainer: mailto: [email protected]
   Maillist: mailto: [email protected]
   Homepage: http://libsigc.sourceforge.net
   Online reference documentation: http://library.gnome.org/devel/libsigc++/unstable/
   Ftp: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.0/
   CVS:


Overview of the distribution:

   docs/                             documentation on the signal system
      docs/reference/                reference documentation
   
   examples/                         examples of various signal functions
   
   sigc++/                           source for library
      sigc++/macros/                 .m4 files used to auto-generate source files
      sigc++/functors/               source for library (various functors)
      sigc++/functors/macros/        .m4 files used to auto-generate source files
      sigc++/adaptors/               source for library (various adaptors)
      sigc++/adaptors/macros/        .m4 files used to auto-generate source files
      sigc++/adpators/lambda/        source for library (lambda library)
      sigc++/adpators/lambda/macros/ .m4 files used to auto-generate source files
   
   build/                            auxiliary files for building
   
   tests/                            programs testing and verifying proper behaviour
   
   MSVC_Net2003/                     project files for building the library with MSVC .NET 2003


Compatibility:

   Compatible compilers must supports the following recent c++ techniques:
   * Partial template (function) specialization.
   * Explicit template (member) function instantiation.
   * Treat void return as normal return.

   This release has only been tested with gcc-3.3. It should at least also compile with:
   * gcc >= 3.2
   * cygwin (gcc >= 3.2)
   * mingw32
   * Microsoft Visual Studio .Net 2003
   * Sun Forte C++ compiler >= 5.5
   * Compaq C++ compiler
   * Intel compiler
   Please report any troubles you encounter with these compilers!
   You are also invited to try a compiler that is not listed above.

libsigcpp2's People

Contributors

aburgm avatar aklapper avatar cedricgustin avatar danielkitta avatar hpreg avatar krnowak avatar mdekstrand avatar murraycu avatar ovitters avatar pberndt avatar qsorix avatar schussman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.