The adobe-source-libraries rpms
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Fedora Release Engineering 384345722f - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-01-31 13:00:43 +00:00
.gitignore fix sources 2012-04-01 10:24:24 +02:00
adobe-source-libraries.pc Adding to gcc5 patches 2015-08-20 17:50:55 +02:00
adobe-source-libraries.spec - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild 2019-01-31 13:00:43 +00:00
asl-boost-1.50.patch Patch for boost 1.50 in place 2012-08-03 21:04:33 +02:00
asl-boost-1.57.patch Mention namespace at several adobe::move calls 2015-01-29 01:13:48 +01:00
asl-boost-1.60.patch Add patch for Boost 1.60.0 2016-01-14 01:57:03 +00:00
asl-C11.patch Updating for new GCC in F19 2013-02-16 17:10:53 +01:00
asl-fedora-build-options.patch Initial commit (790628) 2012-03-20 13:50:28 +01:00
asl-gcc.patch Initial commit (790628) 2012-03-20 13:50:28 +01:00
asl-gcc5.patch gcc5 patches, fix changelog dates 2015-08-20 17:29:30 +02:00
asl-gcc6.patch Rebuilt for linker errors in boost (#1331983) 2016-05-16 17:12:40 +01:00
asl-no-concept-check1043.patch Adding patch2, support for bombono-dvd 2012-03-29 00:09:43 +02:00
asl-time-utc.patch Handling boost bug 6940 2012-08-03 14:18:12 +02:00
README.fedora Adding README.fedora 2012-04-03 17:01:03 +02:00
sources fix sources 2012-04-01 10:24:24 +02:00

In the fedora version the any_iterator has the ability to relax some 
checks as outlined in https://svn.boost.org/trac/boost/ticket/4647.

To enable this, set the  NO_ASL_AI_CONCEPT_CHECK symbol e. g.,

#ifndef __MLIB_SDK_ASL_ANY_ITER_H__
#define __MLIB_SDK_ASL_ANY_ITER_H__

#define NO_ASL_AI_CONCEPT_CHECK
#include <adobe/any_iterator.hpp>

#endif // #ifndef __MLIB_SDK_ASL_ANY_ITER_H__