aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Use SBK_PYTHON_INCLUDE_DIR instead of PYTHON_INCLUDE_DIRS or PYTHON_INCLUDE_P...Hugo Parente Lima2012-03-081-1/+1
* Append python name to libshiboken output fileLauro Neto2012-03-081-1/+1
* Removed WITH_THREAD ifdefs, it causes a lot of warnings on Windows and was al...Hugo Parente Lima2012-03-081-1/+0
* pyenum.{h|cpp} moved to sbkenum.{h|cpp}Hugo Parente Lima2012-03-081-2/+2
* Shiboken generator code moved to the directory generator.Hugo Parente Lima2012-03-081-0/+8
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated file...sb-0.5.0Renato Filho2010-09-101-16/+2
* Move gilstate implementation to a sparated file.Renato Filho2010-08-251-0/+1
* Move ThreadStateSaver implementation from the header to a cpp file.Renato Filho2010-08-251-1/+2
* Fixed shiboken library name on windows.Hugo Parente Lima2010-08-201-2/+4
* Fixed install dir on windows.Renato Filho2010-08-201-1/+4
* Use CMake DEFINES to export symbols.Renato Filho2010-08-191-1/+1
* Moved python detection to root CMakelist.Renato Filho2010-07-191-3/+0
* Use correct python library in debug mode.Renato Filho2010-07-191-12/+1
* Fix cmake files used by other projects to detect Shiboken.Hugo Parente Lima2010-06-231-3/+3
* Fix bug: "Debug build fails to run the tests (doesn't work) [_Py_AddToAllObje...Hugo Parente Lima2010-06-211-0/+11
* Removed missing local include path for hash library.Renato Filho2010-06-181-2/+1
* Find installed google hash library.Renato Filho2010-06-181-1/+9
* Fix SONAME, as proposed by Didier Raboud.Hugo Parente Lima2010-05-041-1/+2
* Do not install all headers, just the necessary ones.Hugo Lima2010-03-301-4/+15
* Add SOVERSION to libshibokenHugo Lima2010-03-241-0/+1
* Shiboken generator and libshiboken now share the same version number.sb-0.2.0Hugo Lima2010-03-231-3/+3
* Remove duplicated definition of libshiboken_VERSION.Hugo Lima2010-03-231-1/+0
* Remove FindShiboken.cmake file in favor of ShibokenConfig and Version .cmake ...Hugo Lima2010-02-241-8/+17
* Implemented type discovery feature.Hugo Lima2010-01-141-0/+1
* Correct install location for FindShiboken.cmakeChris Hills2009-12-071-1/+1
* Remove -lutil from target_link_libraries. This library *must* be provided by ...Hugo Lima2009-11-231-2/+1
* Use google dense hash table instead of std::map in BindingManager.Hugo Lima2009-11-181-1/+2
* Removed useless file container.cpp/hHugo Lima2009-11-111-1/+0
* Fix install location for libshiboken pkgconfig file and remove redundant cmak...Hugo Lima2009-08-281-3/+1
* Fix lib install dirHugo Lima2009-08-271-2/+4
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+37