aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Increase version number to 2.1.6 and add NEWS entry.Petteri Räty2008-04-271-1/+1
* Add sun-jdk-1.7 config for the vm_configs so that the virtual test code tests...Petteri Räty2008-04-271-0/+19
* Iterate over all matching vms so that >=virtual/jdk-1.5 java-virtuals/jaf wor...Petteri Räty2008-04-271-8/+4
* Add test for VersionManager.get_vmPetteri Räty2008-04-273-3/+39
* Remove leading space from the result of parse_depend_virtuals.Petteri Räty2008-04-271-1/+1
* Add test for Virtual.get_vms.Petteri Räty2008-04-274-3/+29
* Add own vm_configs directory for VM tests and test that name is not dependent...Petteri Räty2008-04-274-14/+41
* Use os.path.basename instead of hardcoding the vm file directory.Petteri Räty2008-04-271-2/+1
* Rename test to testsuite so that it does not collide with the standard python...Petteri Räty2008-04-274-1/+11
* Add unit test for VM.providesPetteri Räty2008-04-252-0/+14
* Fix provides not to return True when a VM does not have a PROVIDES entry at all.Petteri Räty2008-04-251-5/+13
* Increase version number to 2.1.5 and add data to MANIFEST.in.2.1.5Petteri Räty2008-02-261-1/+1
* Make the tool bold in the desktop notification message.Petteri Räty2008-02-261-1/+1
* Rename get_virtuals_packages to get_virtual_providers.Petteri Räty2008-02-261-2/+2
* Add notify-send notification when a wrapper is not provided by the selected vm.Petteri Räty2008-02-251-0/+4
* Make eselect java-vm set foobar foobar throw an error. Fixes bug #211454.Petteri Räty2008-02-251-2/+5
* Updated version to 2.1.4.2.1.4Alistair Bush2008-01-291-1/+1
* Added fix to Virtual support for querying a virtuals LIBRARY_PATH.Alistair Bush2008-01-241-0/+6
* Fix message, clean up commentsAlistair Bush2008-01-213-20/+18
* Revert this back, didn't mean to commit it.Alistair Bush2008-01-211-5/+5
* Fix another tiny bug.Alistair Bush2008-01-212-6/+6
* Fixed debug print line.Alistair Bush2008-01-211-1/+1
* Fixed launcher.bash option parsing. see #193350Alistair Bush2008-01-201-8/+2
* Clean up and bug fix.Alistair Bush2008-01-203-2/+3
* Various fixes (hopefully)Alistair Bush2008-01-193-19/+13
* Lots of little changes.Alistair Bush2008-01-144-14/+17
* Added further fixes, now virtuals can handle slot depends etc.Alistair Bush2008-01-133-10/+19
* Fxi syntax error.Alistair Bush2008-01-131-1/+1
* Updated reg exp fix errors in virtuals handlingAlistair Bush2008-01-133-34/+19
* Fix vim modeline and one indentation fix.Petteri Räty2008-01-071-2/+4
* Add missing return to get_virtualPetteri Räty2008-01-071-1/+1
* Uncommented virtual conf code and cleaned up tab error in EnvironmentManager.Alistair Bush2007-11-262-15/+11
* Fixed issue where depend-java-query wasn't able to find a suitable vm, when i...Alistair Bush2007-11-202-11/+9
* Fix bug in EnvironmentManager where dep resolving of optional dependencies ha...Alistair Bush2007-11-192-32/+9
* Fixed issue where package was being provided instead of vm.Alistair Bush2007-11-191-9/+9
* Support for Virtuals that declare list of VM names to use. Testing needed bef...Alistair Bush2007-11-175-133/+283
* Speedup java-config by moving to lazy loading of packages in EnvironmentManag...Petteri Räty2007-11-103-39/+53
* Updated virtuals conf examples and fixed issue in Virtual.py where incorrect ...Alistair Bush2007-10-201-0/+1
* Fix issue when EnvironmentManager does not compile with python-2.4 but does w...Alistair Bush2007-10-141-2/+1
* Updating message in java-config as I fudge the last oneAlistair Bush2007-10-131-1/+1
* Updating message in java-config to increase clarity.Alistair Bush2007-10-131-1/+1
* Migrating depend-java-query and gjl to new module layout.Alistair Bush2007-10-132-15/+9
* Set providing variables in Virtual.py as empty strings by defaultAlistair Bush2007-10-131-2/+2
* Fixing bug in handling Exception.Alistair Bush2007-10-132-6/+16
* Fixing inconsistent use of tabs.Alistair Bush2007-10-132-4/+4
* Adding new Exception to handle when a virtual does not have a provider.Alistair Bush2007-10-133-4/+22
* Added except to try to stop exceptions on initialisation on EnvironmentManager.Alistair Bush2007-10-121-0/+2
* Added try finally to stop exceptions on initialisation on EnvironmentManager.Alistair Bush2007-10-121-2/+4
* Adding raise InvalidVMError back when there is no active vm.Alistair Bush2007-10-121-1/+1
* Migrate VersonManager to new namespace.Alistair Bush2007-10-121-2/+2