[Stellarium-pubdevel] SQL queries on Stellarium's main-memory data structures

2013-07-01 Thread Alexander Wolf
Hi, I think this feature can be used for observation planner and ephemeris calculator. -- With best regards, Alexander -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-

Re: [Stellarium-pubdevel] SQL queries on Stellarium's main-memory data structures

2013-06-30 Thread Reaves, Timothy
SQL? Really? Wow. On Thu, Jun 27, 2013 at 5:26 AM, Georg Zotti wrote: > Hi Marios, > > I see two immediate applications: interactive debugging, and, if it's also > possible to change values, the basic tool for building a remote control > application. > > What is the effect on runtime, is there

Re: [Stellarium-pubdevel] SQL queries on Stellarium's main-memory data structures

2013-06-27 Thread Georg Zotti
Hi Marios, I see two immediate applications: interactive debugging, and, if it's also possible to change values, the basic tool for building a remote control application. What is the effect on runtime, is there any slowdown? Is PicoQL under GPL? Still under development or stable? A remote-contro

[Stellarium-pubdevel] SQL queries on Stellarium's main-memory data structures

2013-06-27 Thread Marios Fragkoulis
Dear list members, I am a PhD candidate and in the course of my research I have developed an open-source tool [1] that allows you to instrument existing C/C++ programs so that you can run SQL queries on their in-memory data structures. All that's needed is adding a few lines of code, and linki