Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install test programs for now to test the library using an ebuildHEADmastercmake_port | Theofilos Intzoglou | 2011-10-11 | 1 | -0/+2 |
| | |||||
* | Rename src/Qt to src/Qt4 | Theofilos Intzoglou | 2011-10-11 | 17 | -1/+1 |
| | |||||
* | Change naming scheme of QPortage and remove helper.{cpp,h} as they are no ↵ | Theofilos Intzoglou | 2011-10-11 | 5 | -83/+47 |
| | | | | longer needed | ||||
* | Fix includes for C files to get everything building ok | Theofilos Intzoglou | 2011-10-11 | 7 | -4/+17 |
| | |||||
* | Move option in toplevel CMakeLists.txt and changed its name to Qt4 so now we ↵ | Theofilos Intzoglou | 2011-10-11 | 2 | -7/+5 |
| | | | | can do 'cmake -DQt4=On ..' and compile the wrapper. Also some files were omitted from the CMakeLists when building the c-portage library | ||||
* | Merge branch 'terietor_interegation' into cmake_port | Theo Chatzimichos | 2011-10-11 | 15 | -65/+336 |
|\ | |||||
| * | A couple of fixes on the CMakeLists and change the test programs to use ↵ | Theofilos Intzoglou | 2011-10-11 | 6 | -51/+15 |
| | | | | | | | | QCoreApplication instead of QApplication as GUI isn't necessary for the tests | ||||
| * | add a readme and a TODO | Giorgos Tsiapaliwkas | 2011-10-10 | 7 | -0/+135 |
| | | |||||
| * | add 2 new class,qlistconverter and qpackageproperties | Giorgos Tsiapaliwkas | 2011-10-10 | 8 | -129/+112 |
| | | |||||
| * | init the terietor_interegation branch | Giorgos Tsiapaliwkas | 2011-10-10 | 4 | -0/+189 |
| | | |||||
* | | The begginings of a portage class (compilable but not complete) | Theofilos Intzoglou | 2011-10-09 | 2 | -0/+245 |
| | | |||||
* | | Add some helper function used mostly for convertions between datatypes | Theofilos Intzoglou | 2011-10-09 | 2 | -0/+33 |
| | | |||||
* | | Make cpp-portage a shared library, correctly identify which header | Theofilos Intzoglou | 2011-10-09 | 1 | -4/+4 |
|/ | | | | files to install and fix include paths | ||||
* | Reorganise CMakeLists so that the proper header files are installed for the ↵ | Theofilos Intzoglou | 2011-10-06 | 2 | -3/+11 |
| | | | | appropriate target and add a rule for the testing program (it won't install though -- no need to) | ||||
* | Add rules to install the cpp-portage library and its corresponding header files | Theofilos Intzoglou | 2011-10-06 | 1 | -0/+3 |
| | |||||
* | Forgot to tell cmake to install the library! | Theofilos Intzoglou | 2011-10-06 | 1 | -0/+1 |
| | |||||
* | Small fixes to make the PortageSettings class compilable | Theofilos Intzoglou | 2011-10-06 | 2 | -23/+19 |
| | |||||
* | Add option CppPortage in CMakeLists.txt to enable building of | Theofilos Intzoglou | 2011-10-06 | 2 | -1/+16 |
| | | | | | wrapper only when requested and create the appropriate CMakeLists.txt for the wrapper lib. | ||||
* | A Qt dir had been added and the class PortageSettings | Giorgos Tsiapaliwkas | 2011-10-06 | 2 | -0/+126 |
| | |||||
* | add target_link_libraries to CMakeLists.txt | Giorgos Tsiapaliwkas | 2011-10-05 | 1 | -0/+1 |
| | |||||
* | Rename project in CMakeLists.txt to c-portage instead of cportage | Theofilos Intzoglou | 2011-10-05 | 1 | -1/+1 |
| | | | | | and add an install command to also install the header files to the system. | ||||
* | Port to CMake and add a check for the portage api. If the api is | Theofilos Intzoglou | 2011-10-05 | 2 | -515/+5 |
| | | | | not available, it will refuse to build the library. | ||||
* | Implement get_hard_masked and get_path, | Detlev Casanova | 2010-08-01 | 6 | -130/+165 |
| | | | | | | | | Fix right method calls, Add a contains function to StringList, Make the test application look like emerge : ./run-test porthole Gives the best version to install with it's use flags. | ||||
* | Fix get_all_cpv_use, implement get_properties | Detlev Casanova | 2010-07-31 | 6 | -29/+152 |
| | |||||
* | Fix calling get_allnodes instead of get_all_nodes | Detlev Casanova | 2010-07-31 | 1 | -5/+3 |
| | |||||
* | Fix strdup inclusion | Detlev Casanova | 2010-07-30 | 2 | -1/+2 |
| | |||||
* | Add the use flags functions | Detlev Casanova | 2010-07-30 | 4 | -1/+230 |
| | |||||
* | Fix Strings/Unicode conversion | Detlev Casanova | 2010-07-30 | 2 | -23/+61 |
| | |||||
* | Implement data_connect functions and the PortageSettings class | Detlev Casanova | 2010-07-30 | 8 | -35/+761 |
| | |||||
* | Initial library commit | Detlev Casanova | 2010-07-29 | 10 | -0/+1009 |