aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools
Commit message (Collapse)AuthorAge
* Large set of changes related to making fish relocatable, and improving the ↵Gravatar ridiculousfish2012-07-08
| | | | | | | | | build and install story. - etc/config.fish and share/config.fish are now "universal" and no longer reference install paths or need to be touched by autotools. They've been removed from config.fish.in to config.fish. - fish now attempts to determine __fish_datadir and __fish_sysconfdir relative to the path of the fish executable itself (typically by walking up one directory). This means that you can copy the directory hierarchy around and things will still work. The compiled-in paths are used as a backup. - The fish Xcode project now can build fish natively, without needing autotools. - Version bumped to 2.0
* Update make_tarball.sh to respect new branch nameGravatar ridiculousfish2012-07-01
|
* Bump OS X installer package versionGravatar ridiculousfish2012-06-05
|
* Added Debian description-pak fileGravatar ridiculousfish2012-06-02
|
* Updated make_tarball.sh to stop dumping files in the extract directoryGravatar ridiculousfish2012-05-30
|
* Fix to set up 10.6 SDK correctly when building on 10.7Gravatar ridiculousfish2012-05-30
|
* Tweak a few default colorsGravatar ridiculousfish2012-05-29
| | | | Fix the make_pkg script to actually build an installable package that doesn't immediately barf
* More tweaks to Debian build scriptGravatar ridiculousfish2012-05-25
|
* Updated Debian package build scriptGravatar ridiculousfish2012-05-24
|
* Updated some build scriptsGravatar ridiculousfish2012-05-24
|
* Tweaked make_deb scriptGravatar ridiculousfish2012-05-22
|
* Some tweaks to build toolsGravatar ridiculousfish2012-05-22
| | | | Started make_deb.sh for Debian package
* Made the OS X installer package flatGravatar ridiculousfish2012-05-17
|
* Added PackageMaker fileGravatar ridiculousfish2012-05-11
| | | | Updated make_pkg.sh to use it
* Added build_tools folder so we can automate release buildsGravatar ridiculousfish2012-05-10