aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Implemented support to api-version.Renato Filho2010-05-261-0/+4
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Use ":" as path splitter on all platforms, this unique behaviour will ↵Hugo Parente Lima2010-05-211-6/+1
| | | | | | | | | simplify the CMakeLists.txt and avoid configure errors on non-Unix like platforms. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Bump to version 0.4.3Renato Filho2010-05-041-1/+1
|
* Updated git-archive use to keep compatibility with git version 1.6.Renato Filho2010-05-041-1/+1
|
* Fix libgenerator SONAME.Hugo Parente Lima2010-05-041-0/+2
|
* Bump version to 0.4.2Hugo Parente Lima2010-05-041-1/+1
|
* Create .gitattributes file.Renato Filho2010-05-031-0/+2
|
* Do not crash when the given table is wrong.Hugo Parente Lima2010-05-031-1/+1
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Adapt to changes in ApiExtractorHugo Parente Lima2010-04-221-0/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Do not build tests if explicitly wanted to. Default is to build.Carlos Goncalves2010-04-221-2/+9
| | | | | | | | | The majority of users don't need tests built. This will reduce build time significantly, and packagers will be thanked for it. To not build tests append -DBUILD_TESTS=False to cmake parameters. Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewer: Hugo Parente <hugo.lima@openbossa.org>
* Changed routine to build source packages.Hugo Lima2010-03-232-534/+7
| | | | | | | | Our changelog is just the output of git log, so it's added only on source packages and don't need to stay in the git repository. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
* Bump version to 0.4.1Hugo Lima2010-03-221-1/+1
|
* Bump version to 0.4.0Hugo Lima2010-03-221-2/+2
|
* Fix pkgconfig libdir variable with lib64/ or lib32/ directories.Hugo Lima2010-03-221-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
* Change the application name on help message, besides the copyright year.Hugo Lima2010-03-221-3/+3
|
* Fix Config.cmake library pathLauro Neto2010-02-251-1/+1
| | | | Reviewed: Hugo Lima <hugo.lima@openbossa.org>
* Remove FindGeneratorRunner.cmake file in favor of GeneratorRunnerConfig and ↵Hugo Lima2010-02-244-25/+24
| | | | | | | | | | | Version .cmake files. This is the right way to go, according to: - http://www.cmake.org/pipermail/cmake/2009-April/028504.html - http://www.cmake.org/Wiki/CMake_2.6_Notes#Packages Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fix bug in CMakeLists.txt triggered when some paths contains white spaces.Hugo Lima2010-02-241-13/+13
|
* Avoid get the wrong class when using Generator::implicitConversions(const ↵Hugo Lima2010-02-241-4/+3
| | | | | | TypeEntry*) when there are two classes with the same name, but in different scopes.
* Fixing includes and include dirsLauro Neto2010-01-264-4/+3
| | | | | | Avoiding .. includes Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Bump to version 0.3.4.renato2009-12-211-1/+1
|
* Updated Changelog.sb-0.3.3renato2009-12-171-1/+77
|
* Add constraint to avoid index out-of-range errorsBruno dos Santos de Araujo2009-12-161-2/+2
| | | | Reviewer: Lauro Neto <lauro.neto@openbossa.org>
* Improved Generator::replaceTemplateVariables method to avoid segfaults.Marcelo Lira2009-12-151-1/+2
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Merge commit 'mainline/master'renato araujo oliveira2009-11-246-17/+36
|\
| * Change the getGenerators signature, because on some platforms a function ↵Hugo Lima2009-11-243-6/+8
| | | | | | | | | | | | | | | | | | | | exported as a C function can't return a C++ type by value. All generators plugins *MUST* be recompiled. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
| * Disable GENRUNNER_DEPRECATED macro when using msvc.Hugo Lima2009-11-231-1/+3
| |
| * FindGeneratorRunner.cmake now respect the find_package REQUIRED attribute.Hugo Lima2009-11-231-6/+12
| |
| * Install FindGenRunner.cmake and libgenrunner in the correct directory.Hugo Lima2009-11-231-2/+4
| |
| * Add proper compiler flags for msvc.Hugo Lima2009-11-211-1/+6
| |
| * Fix macros about dllexport/dllimport.Hugo Lima2009-11-211-2/+2
| |
| * Remove white spaces at end of each line when formating injected code.Hugo Lima2009-11-191-0/+2
| |
* | Bump to version 0.3.3.renato araujo oliveira2009-11-241-1/+1
| |
* | Updated Changelog.renato araujo oliveira2009-11-241-3/+159
|/
* Fix the formatCode function (again).Hugo Lima2009-11-191-2/+3
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Fix the formatCode function.Hugo Lima2009-11-191-64/+18
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Delete all generators at exit.Hugo Lima2009-11-181-0/+1
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Creates the output directory if it doesn't exists.Hugo Lima2009-11-181-0/+6
|
* Remove two compilation warnings from qtdoc generator.Hugo Lima2009-11-181-5/+5
| | | | Reviewed by Renato Araujo <renato.filho@openbossa.org>
* - Prepare libgenerator.so for a near future when we will need to worry about ↵Hugo Lima2009-11-173-113/+137
| | | | | | | | | | | | | | | | | | | | | | | | BIC changes, Now it uses a d-pointer and do not export private methods/structures. - Mark some methods as deprecated, as they doesn't belong to Generator, being a huge cohesion failure IMO. - Fixed constness of some methods. Deprecated methods: AbstractMetaFunctionList filterFunctions(const AbstractMetaClass *cppClass); AbstractMetaFunctionList queryFunctions(const AbstractMetaClass *cpp_class, bool all_function = false); AbstractMetaFunctionList queryGlobalOperators(const AbstractMetaClass *cpp_class); AbstractMetaFunctionList sortConstructor(AbstractMetaFunctionList list); Moved method: verifyDirectoryFor is now a ordinary global function like formatCode, because it's a helper function not related with code generation. All these methods would be somewhere/somehow in APIExtractor, because they are basically helper methods to supply some APIExtractor missing functionalities. Note: Shiboken and BoostPython generator needs some minor fixes to adapt to changed caused by this patch.
* Remove duplicated documentation.Hugo Lima2009-11-171-2/+0
|
* Fixes bug91Hugo Lima2009-11-171-1/+1
| | | | Create only one symlink, libgenrunner.so, pointing to libgenrunner.so.x.y.z
* Add symbol visibility rules to generator runner.Hugo Lima2009-11-174-7/+52
|
* added Generator::implicitConversions(type) method that returns the constructorsMarcelo Lira2009-10-302-0/+28
| | | | | | for implicit conversions for the given type, which should be a value-type Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* fixed typo in Generator::sortConstructor method nameMarcelo Lira2009-10-302-3/+3
|
* Fix SOVERSION/VERSIONLauro Neto2009-10-271-1/+1
| | | | | SOVERSION -> MAJOR_VERSION VERSION -> full VERSION
* Add the missing qflags macro to Options qflag.Hugo Lima2009-10-261-0/+1
|
* applied patch from Didier Raboud, to fix mixed hyphens and minuses on manpage.Marcelo Lira2009-10-261-23/+23
|
* renamed generator architecture diagram file to a proper nameMarcelo Lira2009-10-261-0/+0
|
* updated generator architecture diagram for Generator RunnerMarcelo Lira2009-10-263-711/+654
|