Questions tagged [asl]

Adobe Source Libraries (ASL) are a set of libraries developed by Adobe initially for their own use in the applications they publish and which they made open source.

ASL provides peer-reviewed and portable C++ source libraries. The libraries are intended to be widely useful, leveraging and extending both the C++ Standard Library and the Boost Libraries.

http://stlab.adobe.com/

15 questions
9
votes
2 answers

C++ Adobe source libraries impressions?

I just stumbled upon Adobe source libraries, ASL. It is set of templates and functions similar to boost, under MIT license. Some of the utilities in the library I found quite useful and now I consider using it. the library seems pretty…
Anycorn
  • 50,217
  • 42
  • 167
  • 261
7
votes
1 answer

How to compile ASL (boost based Adobe C++ gui library) on linux?

Intro So we spent some days with all our team that consists of 2 individuals including me (meaning that our efforts were not as professional as yours could be) at CloudObserver triing to make it out with ASL. We have found out how to compile ASL on…
Rella
  • 65,003
  • 109
  • 363
  • 636
3
votes
1 answer

Adobe Adam and Eve (C++ ASL): how to bind Eve variable so to get it updated inside C++ application?

So we know how to compile it, we have seen its demos and loved it. We have seen probably only one real life opensource project based on it. So I look at the samples and see only 3 quite long C++ applications that can be ofmy intrest…
Rella
  • 65,003
  • 109
  • 363
  • 636
2
votes
1 answer

how to compile ASL (boost based Adobe C++ gui library) on windows 7?

So I am triing to compile ASL on windows 7. I got Adobe C++ Library files, docs and examples from here to %ASL% I have downloaded and compiled boost (in some other folder %boost%) So now I have compiled Boost (all libs), bjam, VS 2008 installed (I…
Rella
  • 65,003
  • 109
  • 363
  • 636
2
votes
1 answer

Adobe Adam and Eve, C++: How to create a clickable button, trackbar, text input field and an image?

So I found out that I need a gui for my app. I have a crossplatform video broadcaster. (Linux, Windows, Mac OS X). I use a lot of boost and thought give ASL a shot. But I found out there are no tutorials on how to do what I need. So I ask you to…
Rella
  • 65,003
  • 109
  • 363
  • 636
2
votes
1 answer

Is adobe ASL (adam and eve) still alive? what is a replacement?

Being a fan of STL, I've been looking for a modern way of GUI development. It seems that the latest theoretical ideas were in ASL. At least, that is what theoretical papers on gui look at. For example, Algorithms for user interfaces (2009) However,…
kirill_igum
  • 3,953
  • 5
  • 47
  • 73
1
vote
1 answer

Bookmark time stamp video player for Android

I want to make an Android app that will let me bookmark a video file by time stamp example bookmark1 00:00:00 = bookmarkname else if bookmark2 = 00:20:01 = bookmarkname2 I also want this video player app to support gestures, no audio needed only…
0
votes
1 answer

iOS - Apple System Log Facility - Persistance

I have a question regarding Apple System Log Facility (asl) on iOS. What is the persistence of messages in asl on device? It seems to me that messages are somehow kept in the buffer on device (which gives approximately 10 minutes to the past) and…
user999445
  • 31
  • 3
0
votes
0 answers

Free solver for MINLP

I am trying to solve a MINLP and I use Pyomo and Spyder. I am looking for a free global solver for many variables and constraints and it should be matched with Pyomo. Baron is a global solver but it needs license for more than 10 variables and 10…
hamta
  • 75
  • 2
  • 10
0
votes
1 answer

apple logger (ASL) ignoring rule in /etc/asl.conf for specific facility

I've got a C/C++/Objective-C project that send asl logging messages. The default configuration in asl.conf route all log message with level above notice to system log (see below rule), and I'd like to cancel this rule for my specific facility only.…
Zohar81
  • 4,554
  • 5
  • 29
  • 82
0
votes
1 answer

What is ASL server in the comment of asl.h

I am trying to understand how asl.h works, while I am reading asl.h According to http://www.opensource.apple.com/source/Libc/Libc-583/include/asl.h comment of this method. aslclient asl_open(const char *ident, const char *facility, uint32_t…
user454083
  • 1,337
  • 3
  • 16
  • 31
0
votes
1 answer

SDL on STM32F4 (write in C)

Is it possible to use the SDL library (in C) on the STM32F4DISCOVERY? Procesor 168mhz and LCD 480x272 4'3 inch. I want to know because i want to do a nes emulator for the STM
0
votes
1 answer

Filtering events with OSX ASL

In a nutshell, I want all of my firewall logs to go to their own file. I started by replacing: ? [= Sender kernel] file /var/log/system.log mode=0600 gid=80 format=bsd with: ? [= Sender kernel] [< Level 7] file /var/log/system.log mode=0600 gid=80…
John Oliver
  • 325
  • 2
  • 4
  • 11
0
votes
1 answer

How to compile ASL on OS X using GCC-MP-4.7?

I'm having all manner of trouble attempting to compile Adobe Source Libraries (ASL) on a Mac running Lion. I'm using MacPorts GCC-4.7 (I like C++11). I downloaded and edited the asl_1.0.43_net_setup.sh by changing the url to point to…
Tim Finer
  • 565
  • 6
  • 13
-1
votes
1 answer

Logging with asl layout on mac OS-X multi-threaded project

I'd like to convert all my log messages in my multi-threaded project, to use Apple System Log facility (or asl). according to the following asl manual -…
Zohar81
  • 4,554
  • 5
  • 29
  • 82