Age | Commit message (Expand) | Author |
2012-07-10 | clean-up shit, pull some of LT::Util into ltconfig object | Marc Espie |
2012-07-10 | full support for -static -shared -prefer-pic -prefer-non-pic -fpie* | Marc Espie |
2012-07-10 | pass the option string along as a 4th parameter, in cases canonical is | Marc Espie |
2012-07-10 | nit | Marc Espie |
2012-07-10 | more config, sort stuff for easier spotting | Marc Espie |
2012-07-09 | --config had better match more stupid shit. | Marc Espie |
2012-07-09 | longarg: | Marc Espie |
2012-07-09 | start ditching Getopt::Long, only LT::Mode::Link uses it, so make it | Marc Espie |
2012-07-09 | extend option parser a bit more: if we pass it a regexp, then we match | Marc Espie |
2012-07-09 | more compat shit for libtool1/libtool2 schizophrenia | Marc Espie |
2012-07-09 | use short accessor | Marc Espie |
2012-07-09 | nits | Marc Espie |
2012-07-09 | finally, also do accessors for short options. Turns out to be useful. | Marc Espie |
2012-07-09 | a bit more scaffolding to distinguish between syntax errors during compilation | Marc Espie |
2012-07-09 | avoid duplicate -o | Marc Espie |
2012-07-09 | create mode objects thru factory always: uniform require. | Marc Espie |
2012-07-09 | tweak auto-accessor for arrays to be more useful | Marc Espie |
2012-07-09 | somehow, the require is not enough for inheritance to work correctly ? | Marc Espie |
2012-07-09 | implement help-all | Marc Espie |
2012-07-09 | framework for handling help better | Marc Espie |
2012-07-09 | match main libtool options better | Marc Espie |
2012-07-08 | first use of permuted options | Marc Espie |
2012-07-08 | pass @ (array) information along to auto-make simpler accessors | Marc Espie |
2012-07-08 | - move some more stuff into OSConfig | Jasper Lievisse Adriaanse |
2012-07-08 | preparation for handling permuted options | Marc Espie |
2012-07-08 | a few big changes | Marc Espie |
2012-07-08 | stupid | Marc Espie |
2012-07-08 | specialized option handler that will make things simpler | Marc Espie |
2012-07-08 | - remove some unneeded quotes | Jasper Lievisse Adriaanse |
2012-07-08 | - move noshared handling to LT::OSConfig | Jasper Lievisse Adriaanse |
2012-07-07 | calling help() is not an error, so just return 0. | Jasper Lievisse Adriaanse |
2012-07-07 | add a dump method, simplifying the --config call | Jasper Lievisse Adriaanse |
2012-07-07 | make $mode into an actual object. | Marc Espie |
2012-07-07 | - since we're storing the config variables in an object now, just walk the | Jasper Lievisse Adriaanse |
2012-07-07 | streamlined code | Marc Espie |
2012-07-07 | - add LT::OSConfig which'll be used to keep all the configuration values | Jasper Lievisse Adriaanse |
2012-07-07 | re-add correctly handling no arguments | Jasper Lievisse Adriaanse |
2012-07-06 | restore horrible hack to where it was | Marc Espie |
2012-07-06 | fix print/pdflib | Marc Espie |
2012-07-06 | add my copyright, since I'm going to do yet MORE changes... | Marc Espie |
2012-07-05 | error and warning messages should be explicit, sigh... | Marc Espie |
2012-07-04 | zap duplicate decl | Marc Espie |
2012-07-04 | zap, now a method | Marc Espie |
2012-07-04 | - start cleaning up options handling: put things into a separate package | Marc Espie |
2012-07-01 | oops | Marc Espie |
2012-07-01 | fix again -j4 properly | Marc Espie |
2012-06-28 | a few minor cleanup and performance tweaks (is_wrapper doesn't need to | Marc Espie |
2012-06-27 | - extend an error message to hint to --help for a list of options | Jasper Lievisse Adriaanse |
2012-06-27 | - add a description of --tag | Jasper Lievisse Adriaanse |
2012-06-24 | work-around for obvious race condition with make -j4. | Marc Espie |