waf/demos
Alexander Afanasyev 728205fe3c Change with shared library compatibility version handling
For ELF binaries (e.g., Linux): default compatible version (SONAME =
`<library-name>.so.<MAJOR>`) can be specialized using additional `cnum`
parameter to `<library-name>.so.<MAJOR>.<MINOR>` or
`<library-name>.so.<MAJOR>.<MINOR>.<PATCH>`.

For Mach-O binaries (e.g., OS X):

- (bugfix) install-name points to compatible version (not absolute path
  to a non-versioned library)
- Default install-name `<install-path>/<library-name>.<MAJOR>.dylib` can
  be specialized using `cnum` parameter to
  `<install-path>/<library-name>.<MAJOR>.<MINOR>.dylib` or
  `<install-path>/<library-name>.<MAJOR>.<MINOR>.<PATCH>.dylib`
- `-Wl,-compatibility_version` and `-Wl,-current_version` flags use
  version from cnum/vnum (default cnum is vnum.split('.')[0])
2015-06-05 17:27:32 -07:00
..
asm waf 1.8.5 2014-12-14 16:22:24 +01:00
bisonflex Initial commit 2011-09-10 11:13:51 +02:00
c Note on Configure.autoconfig (True/False/'clobber') 2015-02-18 01:03:10 +01:00
c++ Change with shared library compatibility version handling 2015-06-05 17:27:32 -07:00
csharp Issue 1153, fix the C# stuff 2012-04-23 19:16:56 +02:00
d Update in demos/d/ 2015-01-30 01:06:15 +01:00
dbus Initial commit 2011-09-10 11:13:51 +02:00
fortran Issue 1104 2012-01-14 15:26:40 +01:00
glib2 demos: add GResource examples in glib2 demo 2014-09-21 20:59:25 +02:00
intltool intltool: add style option to intltool_in 2014-09-22 20:13:00 +02:00
java Issue 1131 2012-03-23 03:31:56 +01:00
jni Initial commit 2011-09-10 11:13:51 +02:00
lua Initial commit 2011-09-10 11:13:51 +02:00
mac_app prevent demos/mac_app from running on non-mac platforms 2012-08-04 02:41:22 +02:00
perl Initial commit 2011-09-10 11:13:51 +02:00
precious Initial commit 2011-09-10 11:13:51 +02:00
python Issue 1103 2012-01-14 16:35:33 +01:00
qt4 #1095 2011-12-31 14:32:38 +01:00
ruby Initial commit 2011-09-10 11:13:51 +02:00
subst Do not create the same file twice in demos/subst 2015-02-14 15:41:32 +01:00
tex First commit of the year 2015 2015-01-01 16:24:54 +01:00
unit_test Issue 1319 Reduce the amount of paths for the unit test execution 2013-05-19 08:49:40 +02:00
vala Show how to re-use the outputs from a task generator into another - vala 2015-02-17 16:50:19 +01:00
variants added a note regarding the branch waf-1.7 2014-01-26 01:27:02 +01:00
wscript Removed python 2.4 from the list of interpreters for testing 2014-10-04 13:58:53 +02:00