Modestas Vainius
e1409ac59b
Support building shared libraries or modules without soname ( #13155 )
...
Add a boolean target property NO_SONAME which may be used to disable
soname for the specified shared library or module even if the platform
supports it. This property should be useful for private shared
libraries or various plugins which live in private directories and have
not been designed to be found or loaded globally.
Replace references to <CMAKE_SHARED_LIBRARY_SONAME_${LANG}_FLAG> and
hard-coded -install_name flags with a conditional <SONAME_FLAG> which is
expanded to the value of the CMAKE_SHARED_LIBRARY_SONAME_${LANG}_FLAG
definition as long as soname supports is enabled for the target in
question. Keep expanding CMAKE_SHARED_LIBRARY_SONAME_${LANG}_FLAG in
rules in case third party projects still use it. Such projects would
not yet use NO_SONAME so the adjacent <TARGET_SONAME> will always be
expanded. Make <TARGET_INSTALLNAME_DIR> NO_SONAME aware as well. Since
-install_name is soname on OS X, this should not be a problem if this
variable is expanded only if soname is enabled.
The Ninja generator performs rule variable substitution only once
globally per rule to put its own placeholders. Final substitution is
performed by ninja at build time. Therefore we cannot conditionally
replace the soname placeholders on a per-target basis. Rather than
omitting $SONAME from rules.ninja, simply do not write its contents for
targets which have NO_SONAME. Since 3 variables are affected by
NO_SONAME ($SONAME, $SONAME_FLAG, $INSTALLNAME_DIR), set them only if
soname is enabled.
2012-04-30 11:50:27 -04:00
..
2012-03-19 14:42:00 -04:00
2012-03-13 11:53:38 -04:00
2012-02-14 16:14:56 -05:00
2012-04-20 09:37:16 -04:00
2012-02-14 16:14:56 -05:00
2011-06-27 14:52:25 -04:00
2011-11-16 10:15:44 -05:00
2011-11-17 11:18:08 -05:00
2011-11-16 11:05:13 -05:00
2010-06-29 09:52:12 -04:00
2009-12-08 15:43:55 -05:00
2011-03-30 09:52:07 -04:00
2012-02-29 13:27:04 -05:00
2011-03-30 09:52:07 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2010-11-19 17:19:21 -05:00
2012-02-29 13:27:04 -05:00
2012-01-25 14:42:31 -05:00
2012-02-29 13:27:04 -05:00
2012-03-13 14:37:32 -04:00
2012-03-16 10:12:31 -04:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2011-01-20 14:05:39 -05:00
2012-02-29 13:27:04 -05:00
2012-03-19 09:29:06 -04:00
2012-03-19 23:05:21 +01:00
2012-03-16 10:18:01 -04:00
2012-01-22 11:42:49 +01:00
2009-09-28 11:43:28 -04:00
2012-04-20 11:25:55 -04:00
2012-04-22 00:01:04 -04:00
2010-04-23 10:01:49 -04:00
2009-10-02 15:30:01 -04:00
2009-09-28 11:43:28 -04:00
2012-02-29 14:07:50 -05:00
2012-01-13 13:48:14 -05:00
2010-08-16 20:45:05 +02:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2012-02-21 15:33:40 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-12-04 12:09:01 -05:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2012-03-14 08:18:15 -04:00
2011-07-15 20:57:33 +02:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2010-04-23 09:50:02 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2012-02-29 13:27:04 -05:00
2011-10-23 22:18:08 +02:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2010-12-07 16:38:25 -05:00
2012-03-03 15:11:08 +04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2012-02-21 15:33:40 -05:00
2009-09-28 11:43:28 -04:00
2010-08-25 17:10:00 -04:00
2010-08-25 17:10:00 -04:00
2012-03-13 14:37:32 -04:00
2012-01-13 14:22:24 -05:00
2012-03-06 15:27:54 -05:00
2012-02-13 10:34:41 -05:00
2012-02-29 14:07:50 -05:00
2010-11-19 17:19:21 -05:00
2009-09-28 11:43:28 -04:00
2011-11-28 13:48:59 -05:00
2012-02-29 13:27:04 -05:00
2012-02-29 14:07:50 -05:00
2011-09-15 16:20:33 +02:00
2011-05-31 09:08:59 -04:00
2009-09-28 11:43:28 -04:00
2012-02-29 14:07:50 -05:00
2012-02-29 13:27:04 -05:00
2011-11-16 10:15:44 -05:00
2011-11-16 11:32:01 -05:00
2011-12-12 09:35:09 -05:00
2011-11-18 17:13:07 -05:00
2010-12-15 14:53:24 -05:00
2010-12-15 14:53:24 -05:00
2010-12-15 14:53:48 -05:00
2010-12-15 14:53:48 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2010-09-16 16:07:34 -04:00
2010-09-01 13:08:14 -04:00
2012-02-22 17:12:11 -05:00
2009-09-28 11:43:28 -04:00
2011-12-18 15:44:33 +01:00
2009-09-28 11:43:28 -04:00
2012-02-29 14:07:50 -05:00
2009-09-28 11:43:28 -04:00
2011-10-23 22:18:08 +02:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-06-12 10:46:25 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2011-10-23 22:18:08 +02:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2006-03-10 13:54:57 -05:00
2012-02-19 00:01:39 +01:00
2012-02-18 22:07:39 +01:00
2009-09-28 11:43:28 -04:00
2011-10-23 22:18:08 +02:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2010-03-01 08:51:20 -05:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2010-05-12 10:22:55 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2011-01-17 08:17:38 -05:00
2010-12-15 14:53:31 -05:00
2011-12-01 15:58:47 -05:00
2012-03-06 15:27:54 -05:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2010-09-10 14:42:09 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2012-03-01 21:20:48 +01:00
2012-03-02 11:50:54 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2011-12-05 18:13:49 -05:00
2009-09-28 11:43:28 -04:00
2012-03-13 14:37:32 -04:00
2012-02-29 13:27:04 -05:00
2012-04-30 11:50:27 -04:00
2011-11-22 15:55:00 -05:00
2011-11-22 15:55:00 -05:00
2011-11-22 15:55:00 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2011-10-23 22:18:08 +02:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2012-03-03 15:11:09 +04:00
2012-03-03 15:11:09 +04:00
2006-03-10 13:54:57 -05:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2012-03-08 15:13:15 -05:00
2010-11-11 22:13:39 +01:00
2012-03-30 21:59:14 +02:00
2011-11-19 11:01:03 +01:00
2012-02-27 13:19:57 -05:00
2012-03-30 00:41:48 +02:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2012-02-29 13:27:04 -05:00
2011-09-23 14:36:27 -04:00
2011-09-23 14:36:27 -04:00
2010-11-12 10:47:28 -05:00
2012-02-29 13:27:04 -05:00
2012-03-30 00:41:52 +02:00
2012-02-29 13:27:04 -05:00
2012-03-19 10:53:36 -04:00
2012-03-02 11:50:07 -05:00
2011-06-08 10:04:44 -04:00
2012-02-29 13:27:04 -05:00
2012-02-25 18:20:36 +01:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-03-01 10:40:21 -05:00
2012-03-01 02:33:13 +04:00
2012-02-29 13:27:04 -05:00
2012-03-01 10:40:21 -05:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2011-03-22 16:26:20 -04:00
2010-12-15 14:53:46 -05:00
2012-03-28 08:59:14 -04:00
2012-03-19 17:13:41 -04:00
2011-02-02 18:18:14 -05:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-11-18 10:56:40 -05:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2012-03-09 15:16:03 -05:00
2012-03-09 15:16:03 -05:00
2009-11-05 15:00:15 -05:00
2010-01-08 13:31:37 -05:00
2009-12-23 13:51:46 -05:00
2011-10-23 22:18:08 +02:00
2011-06-16 15:43:17 -04:00
2009-09-28 11:43:28 -04:00
2010-12-23 17:04:49 -05:00
2009-09-28 11:43:28 -04:00
2012-03-16 10:18:36 -04:00
2012-03-16 10:18:35 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2012-03-13 14:38:02 -04:00
2012-03-09 15:16:02 -05:00
2010-12-10 14:21:18 -05:00
2012-03-09 15:16:03 -05:00
2011-11-14 09:47:31 -05:00
2012-03-09 15:16:03 -05:00
2011-11-14 09:47:31 -05:00
2010-12-01 11:43:30 -05:00
2011-11-14 09:47:31 -05:00
2010-08-24 17:36:09 -04:00
2011-11-14 09:47:31 -05:00
2009-09-28 11:43:28 -04:00
2011-11-14 09:47:31 -05:00
2011-06-20 08:31:13 -04:00
2011-11-14 09:47:31 -05:00
2010-08-24 17:36:09 -04:00
2011-11-14 09:47:31 -05:00
2012-03-09 15:16:03 -05:00
2011-06-20 08:31:13 -04:00
2011-06-20 08:31:13 -04:00
2011-06-20 08:29:40 -04:00
2011-06-20 08:29:40 -04:00
2011-11-14 09:50:47 -05:00
2011-11-14 09:50:47 -05:00
2011-09-23 10:10:01 -04:00
2011-09-23 10:10:01 -04:00
2011-11-14 09:47:31 -05:00
2009-09-28 11:43:28 -04:00
2012-03-28 14:07:51 -04:00
2012-03-09 15:16:02 -05:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2012-04-02 15:50:37 -04:00
2012-03-19 11:52:40 -04:00
2010-08-25 17:10:00 -04:00
2011-02-06 18:34:48 +01:00
2011-02-06 18:34:48 +01:00
2009-10-02 15:30:01 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2011-02-09 13:01:19 -05:00
2011-02-09 13:01:19 -05:00
2012-01-22 12:15:57 +01:00
2012-03-01 10:40:21 -05:00
2011-01-04 07:59:24 -05:00
2012-02-29 13:27:04 -05:00
2010-07-13 09:41:37 -04:00
2012-03-08 15:13:15 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2012-03-13 14:37:32 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2012-02-27 13:19:57 -05:00
2009-09-28 11:43:28 -04:00
2012-02-27 13:19:57 -05:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2012-02-27 13:19:57 -05:00
2009-09-28 11:43:28 -04:00
2012-02-27 13:19:57 -05:00
2012-02-27 13:19:57 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2012-03-13 14:37:32 -04:00
2009-10-21 13:11:42 -04:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2012-02-27 13:19:57 -05:00
2009-11-24 11:16:38 -05:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2010-11-22 15:45:30 -05:00
2012-02-29 13:27:04 -05:00
2012-02-29 13:27:04 -05:00
2012-02-29 13:27:04 -05:00
2012-04-30 11:50:27 -04:00
2012-04-30 11:50:27 -04:00
2012-03-16 10:18:35 -04:00
2012-03-16 10:18:35 -04:00
2012-03-13 14:38:02 -04:00
2012-03-09 15:16:02 -05:00
2012-03-28 14:07:51 -04:00
2012-03-28 14:07:51 -04:00
2012-03-28 14:07:51 -04:00
2012-03-28 14:07:51 -04:00
2012-03-28 14:07:51 -04:00
2011-11-14 09:47:31 -05:00
2012-03-09 15:16:02 -05:00
2012-03-28 14:07:51 -04:00
2012-03-06 13:20:17 -05:00
2012-03-06 13:20:17 -05:00
2012-02-29 13:27:04 -05:00
2012-03-01 10:40:21 -05:00
2012-02-22 07:29:32 -05:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2012-04-30 11:50:27 -04:00
2012-04-30 11:50:27 -04:00
2011-12-05 18:13:49 -05:00
2009-09-28 11:43:28 -04:00
2012-04-30 11:50:27 -04:00
2012-03-13 14:38:02 -04:00
2012-03-16 10:12:15 -04:00
2012-03-13 14:38:02 -04:00
2011-12-13 20:06:27 -05:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-03-01 10:40:21 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2011-11-28 13:48:59 -05:00
2011-11-30 09:19:32 -05:00
2012-04-30 11:50:27 -04:00
2012-03-16 10:18:36 -04:00
2012-04-03 15:59:48 -04:00
2012-04-02 10:58:56 -04:00
2012-02-02 23:40:21 +00:00
2012-03-17 23:16:40 +00:00
2012-02-02 23:40:21 +00:00
2009-09-28 11:43:28 -04:00
2009-10-08 14:56:15 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-10-27 11:35:37 -04:00
2011-02-22 17:24:51 -05:00
2012-03-01 02:33:12 +04:00
2010-06-23 09:14:43 -04:00
2010-06-23 09:14:43 -04:00
2012-02-29 22:28:06 -05:00
2012-03-02 11:50:07 -05:00
2011-07-15 20:57:33 +02:00
2011-07-15 20:57:33 +02:00
2009-09-28 11:43:28 -04:00
2012-03-01 10:40:21 -05:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2011-07-15 20:57:33 +02:00
2011-07-15 20:57:33 +02:00
2012-03-28 15:07:00 -04:00
2011-12-13 22:11:47 +01:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2011-06-10 09:25:46 -04:00
2011-06-10 09:25:46 -04:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2010-07-13 09:41:37 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2011-07-15 20:57:33 +02:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2011-07-28 10:42:03 -04:00
2012-02-29 13:27:04 -05:00
2011-08-31 10:24:43 -04:00
2012-03-28 08:59:14 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2012-03-09 15:16:03 -05:00
2012-03-09 15:16:03 -05:00
2011-06-08 07:54:33 -04:00
2012-02-29 13:27:04 -05:00
2010-06-10 15:22:40 -04:00
2011-11-30 09:27:18 -05:00
2009-09-28 11:43:28 -04:00
2011-11-16 11:03:30 -05:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2012-02-22 16:21:48 -05:00
2012-02-22 16:21:48 -05:00
2012-04-30 11:50:27 -04:00
2012-04-30 11:50:27 -04:00
2010-11-18 10:51:00 -05:00
2012-03-13 14:37:32 -04:00
2012-02-29 13:27:04 -05:00
2011-07-15 20:57:33 +02:00
2011-07-15 20:57:33 +02:00
2011-06-10 09:52:18 -04:00
2011-06-10 09:52:18 -04:00
2011-09-27 18:59:42 +02:00
2012-02-29 13:27:04 -05:00
2011-09-27 18:59:42 +02:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2012-02-29 13:27:04 -05:00
2010-04-23 09:44:23 -04:00
2010-04-23 09:44:23 -04:00
2010-04-23 09:44:23 -04:00
2010-04-23 09:44:23 -04:00
2012-03-20 09:01:02 -04:00
2012-03-19 17:13:41 -04:00
2012-02-17 11:30:23 -05:00
2012-02-17 11:30:23 -05:00
2009-10-23 14:59:26 -04:00
2009-09-29 16:37:06 -04:00
2009-10-23 14:59:26 -04:00
2009-09-28 11:43:28 -04:00
2012-02-21 15:33:31 -05:00
2012-03-01 10:40:21 -05:00
2010-12-28 09:57:35 -05:00
2009-09-28 11:43:28 -04:00
2010-06-03 11:18:39 -04:00
2012-02-29 13:27:04 -05:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2011-08-24 18:11:32 -04:00
2011-08-24 18:11:32 -04:00
2009-09-28 11:43:28 -04:00
2009-09-28 11:43:28 -04:00
2009-12-08 15:43:55 -05:00
2009-09-28 11:43:28 -04:00
2012-01-22 11:42:49 +01:00