aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools
Commit message (Collapse)AuthorAge
...
* tarball contents should match the filenameGravatar David Adam (zanchey)2013-08-11
|
* Generate version numbers dynamicallyGravatar David Adam (zanchey)2013-08-11
| | | | | | | | This commit hooks the Makefile up to generate a FISH_BUILD_VERSION symbol and kills off PACKAGE_VERSION in .cpp files. It also modifies the tarball generation script to add the necessary version file for releases.
* add git_version_gen: generate a version number from the git treeGravatar David Adam (zanchey)2013-08-11
| | | | | | Originally from the git sources (GIT-VERSION-GEN) (C) Junio C Hamano <junkio@cox.net> Reused under GPL v2.0
* Use gnutar instead of tar for making tarballsGravatar ridiculousfish2013-05-17
|
* Typos in the fish OS X package installer rtf fileGravatar ridiculousfish2013-05-05
|
* Refactored out individual VCS completions.Gravatar Tin Tvrtkovic2013-04-28
| | | | Autogenerated completions for Mercurial using a recent version (no extensions installed).
* Teach OS X package builder script to look up the version dynamicallyGravatar ridiculousfish2013-04-13
|
* Replace OS X installer PackageMaker document with a distribution file and scriptGravatar ridiculousfish2013-04-13
|
* Remove xsel from the buildGravatar ridiculousfish2013-03-30
| | | | https://github.com/fish-shell/fish-shell/issues/633
* Teach build_documentation.sh to not generate the test man page on any ↵Gravatar ridiculousfish2013-02-16
| | | | platform, or the open man page on OS X. The system man pages are better.
* Teach build_documentation.sh to look in /Applications/Doxygen.appGravatar ridiculousfish2013-01-07
|
* Teach Xcode how to pass arguments to build_documentation.shGravatar ridiculousfish2013-01-03
|
* Change build_documentation to take its paths as arguments, and the ↵Gravatar ridiculousfish2013-01-03
| | | | Makefile.in to pass them
* Fix a bad use of testGravatar ridiculousfish2012-12-27
|
* Another attempt to make build_documentation.sh work in LinuxGravatar ridiculousfish2012-12-27
|
* Try to make mktemp work on LinuxGravatar ridiculousfish2012-12-27
|
* Make the Makefile use the new build_documentation.sh script (gulp)Gravatar ridiculousfish2012-12-27
|
* Factored out help_doc generation into build_tools/build_documentation.shGravatar ridiculousfish2012-12-27
|
* Move make_vcs_completions.py to build_tools, and eliminate ↵Gravatar ridiculousfish2012-12-26
| | | | make_completions.py, which was a manage parser - we have a much better one now
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
|
* Make add-shell correctly handle /etc/shells files that do not end with newlinesGravatar ridiculousfish2012-07-22
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/77
* Fix for https://github.com/fish-shell/fish-shell/issues/79Gravatar ridiculousfish2012-07-09
| | | | Release tarballs with the user docs already build, removing the doxygen dependency
* 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