-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dm/xml configs #2
Commits on Dec 28, 2011
-
dmerejkowsky committed
Dec 28, 2011 Configuration menu - View commit details
-
Copy full SHA for 9df2ca9 - Browse repository at this point
Copy the full SHA 9df2ca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 814d5b6 - Browse repository at this point
Copy the full SHA 814d5b6View commit details -
qibuild.interact.ask_program: small bug fixes
dmerejkowsky committedDec 28, 2011 Configuration menu - View commit details
-
Copy full SHA for 75c57ae - Browse repository at this point
Copy the full SHA 75c57aeView commit details -
dmerejkowsky committed
Dec 28, 2011 Configuration menu - View commit details
-
Copy full SHA for 309bc07 - Browse repository at this point
Copy the full SHA 309bc07View commit details -
qibuild.command: use NotInPath in qibuild.call
dmerejkowsky committedDec 28, 2011 Configuration menu - View commit details
-
Copy full SHA for 6f1c606 - Browse repository at this point
Copy the full SHA 6f1c606View commit details -
tests: rewrite python/run_test.py using nose
dmerejkowsky committedDec 28, 2011 Configuration menu - View commit details
-
Copy full SHA for 3cd7e3c - Browse repository at this point
Copy the full SHA 3cd7e3cView commit details -
tests: fix EnvSetterTestCase when used with other tests
Of course, messing up with os.environ breaks other tests ...
dmerejkowsky committedDec 28, 2011 Configuration menu - View commit details
-
Copy full SHA for 905a78f - Browse repository at this point
Copy the full SHA 905a78fView commit details -
This is a bug we still have to fix. Patches welcome!
dmerejkowsky committedDec 28, 2011 Configuration menu - View commit details
-
Copy full SHA for 6776b13 - Browse repository at this point
Copy the full SHA 6776b13View commit details -
dmerejkowsky committed
Dec 28, 2011 Configuration menu - View commit details
-
Copy full SHA for 5f9e178 - Browse repository at this point
Copy the full SHA 5f9e178View commit details -
qibuild: cleanup cmake installation mechanism
* Do not use a config.py.in configured by cmake to find cmake That's too overkill and not very reliable anyway * Now honor CMAKE_INSTALL_PREFIX * Get rid of magic qibuild.CMAKE_QIBUILD_DIR global variable and use a function instead * Fix install of man pages * Install qibuild html doc * Add a quick script to test qibuild installation * Install a qibuild-config.cmake to be able to find the qibuild framework, * qibuild.cmake: update to version 11 include(qibuild/general) will work *only* is qibuild/general is in CMAKE_ROOT_PATH, and we do not want to install qibuild here (because it messes up with install rules) so we just use a qibuild-config.cmake.
dmerejkowsky committedDec 28, 2011 Configuration menu - View commit details
-
Copy full SHA for 4120288 - Browse repository at this point
Copy the full SHA 4120288View commit details -
Better way of finding qibuild cmake framework
You can now use: find_package(qibuild) and this will work because `qibuild configure` will gently set 'qibuild_DIR` for you ;)
dmerejkowsky committedDec 28, 2011 Configuration menu - View commit details
-
Copy full SHA for 84278ed - Browse repository at this point
Copy the full SHA 84278edView commit details -
Storing qibuild configurations in XML
Changes: * 'global' qibuild.cfg in ~/.config/qi/qibuild.cfg is no longer read * you can now have on IDE per config * qibuild now opt-depends on lxml, to generate pretty xml files * merging of '-c' option, default config et all is done by the QiBuildConfig class instead of beeing done by Toc * toc.update_toc_config() is gone, use toc.config.set.... toc.save_config() TODO: * rename toc.configstore to toc.config ? * use XML for internal storage of qitoolchain too?
dmerejkowsky committedDec 28, 2011 Configuration menu - View commit details
-
Copy full SHA for a34c4e8 - Browse repository at this point
Copy the full SHA a34c4e8View commit details -
dmerejkowsky committed
Dec 28, 2011 Configuration menu - View commit details
-
Copy full SHA for ea75f95 - Browse repository at this point
Copy the full SHA ea75f95View commit details -
qibuild: fails silently if expected files are not here?
(This fix automatic testing by may not be such a good idea)
dmerejkowsky committedDec 28, 2011 Configuration menu - View commit details
-
Copy full SHA for 344eb69 - Browse repository at this point
Copy the full SHA 344eb69View commit details
Commits on Dec 29, 2011
-
qibuild: convert from old config format on the fly
Note1: the config for the project is now in qiproject.xml, so you can use the same sources with two versions of qibuild :) Note2: the conversion will only happen once, so be careful
dmerejkowsky committedDec 29, 2011 Configuration menu - View commit details
-
Copy full SHA for 9ed5135 - Browse repository at this point
Copy the full SHA 9ed5135View commit details -
dmerejkowsky committed
Dec 29, 2011 Configuration menu - View commit details
-
Copy full SHA for 2b72c2e - Browse repository at this point
Copy the full SHA 2b72c2eView commit details