Tagged Questions
1
vote
5answers
389 views
Determine CPU Speed / Memory in C/C++ (Linux), LGPL or BSD are a requirement
I'm writing a distributed, embedded, multi master / slave application for my college coursework and as a part of that I need a way to determine the CPU Speed, CPU usage and available Memory of each ...
1
vote
3answers
408 views
Including GPL headers in LGPL code
I want to use Bluez Bluetooth (GPL) library in a proprietary C based application. I want to have GPL workaround for using it.
My plan is:
Write an LGPL wrapper library which links to Bluez library ...
3
votes
2answers
740 views
Free image analysis libraries?
I'm looking for some Free (preferably LGPL'd) image analysis/comparison libraries.
The most important thing they should be able to do, is compare two different images and say if they're similar, with ...
2
votes
1answer
99 views
Can I redistribute Phing with non-free software?
I am having trouble understanding the terms of the LGPL in light of a program that is not written in C or C++. They speak of libraries being linked and 'derivitive' works. If I were to package a php ...
9
votes
3answers
5k views
using glibc malloc hooks in a thread safe manner
I would like to monitor the use of mallocs and frees in an application by using the malloc and free hooks.
Here's the documentation http://www.gnu.org/s/libc/manual/html_node/Hooks-for-Malloc.html
...
1
vote
1answer
365 views
Are there any BSD or LGPL libraries for calculating amortization schedules? [closed]
I'm looking to do some testing of loan calculations on the Mac. I know what an amortization schedule is, and yes, I know how to convert an algorithm into code, but I'm don't want to worry about ...
20
votes
9answers
13k views
c/c++ FFT library with non GPL license
I am looking for a FFT library with a license that allow me to include it in a commercial C++ software. Free would be nice. (Intel IPPS is 199$ per head, which is a bit expensive for the number of ...