joost
|
96ea6b0001
* Added uninstall command to fppkg
|
10 years ago |
tom_at_work
|
810adb2f65
Merge with trunk r22040. Regenerated makefiles.
|
13 years ago |
joost
|
160c2fec65
* Use fpmkunit in the fppkg package, to avoid double code.
|
13 years ago |
joost
|
7b13c9230d
* Renamed TLogLevel vl** enumerations to ll**, to avoid
|
13 years ago |
tom_at_work
|
acbc94e0fd
- initial support for the android/arm target in the compiler; resulting .so's can be used for Android/ARM app development.
|
13 years ago |
joost
|
a26f1d9dd3
* When the OS,CPU or compiler are specifically given on the command line, the
|
13 years ago |
joost
|
0e1f20773a
* Move LoadCompilerDefaults and LoadGlobalDefaults to the fppkg package, so it can be used by other fppkg clients
|
14 years ago |
joost
|
fa58935cfe
* Added command listsettings to values for all settings
|
14 years ago |
joost
|
cedede9e81
* Do not handle packages twice, when they are passed on the command line
|
14 years ago |
joost
|
631811d779
* Added the ability to skip the rebuild of all packages which are dependent on the package being installed
|
15 years ago |
joost
|
b5fadc3414
* Added --cpu and --os command-line options
|
15 years ago |
joost
|
b9b0eb1152
* Hopefully finally fixed the --options option after r16007,r16016
|
15 years ago |
joost
|
ff4614177b
* Fixed exception while parsing the -o option for the second time
|
15 years ago |
joost
|
ed985423ac
* Do not use -c command line parameter for the compiler executable, it is already used for the compiler config file
|
15 years ago |
joost
|
f6ced54fb4
* Parse command-line options twice, so they can override values from the configuration files
|
15 years ago |
joost
|
4cb34b50f3
* Only save new config-files when the version is updated or the file is newly created
|
15 years ago |
joost
|
db2d55128c
* Added option to pass options to the compiler
|
15 years ago |
joost
|
6be872bb13
* Added -l/--showlocation option for the list command to show which packages are installed locally and globally
|
15 years ago |
joost
|
2ad42e8d8f
* Show ''broken'' option and ''fixbroken'' command in help
|
15 years ago |
joost
|
f95c24176a
* Set the value of the LocalRepository macro in both compilersettings, after the globalsettings are read
|
15 years ago |
joost
|
82eb1a1a1c
* Do not handle files with the same name as a package as a package-file if the extension is not .zip
|
15 years ago |
joost
|
3295cd8370
* First search for a user-specific configuration file, if that does not exist,
|
15 years ago |
joost
|
ccce77f28b
* Forgot to commit file in r14960, fixes make all
|
15 years ago |
joost
|
660a7c4b6d
* Load the local mirrors before an update is tried if it is a new installation or else the update will always fail
|
16 years ago |
peter
|
e8e9da4047
* replace showall with list command
|
16 years ago |
peter
|
efeafa36aa
* log configuration settings
|
17 years ago |
marco
|
901bf9689e
* patch from peter
|
17 years ago |
peter
|
85250cca06
* split repository in InstalledRepository and AvailableRepository
|
17 years ago |
peter
|
a4c852d729
* detect broken packages, give an error if broken packages are found and the user
|
17 years ago |
peter
|
36316bea75
* recovery mode added to always use internal fpmkunit
|
17 years ago |