Ian Ray
9ecd73d956
Generate version numbers for Xcode builds
...
Teach Xcode to run new script xcode_version_gen.sh before building
the fish_shell and fish_indent targets. The script generates file
fish-build-version.h for inclusion by fish_version.cpp.
Note that Xcode always runs the script because of the phony target
named force-fish-build-version.h, but fish-build-version.h is only
touched if the contents of FISH-BUILD-VERSION-FILE change.
Fixes #890
2015-09-29 14:55:51 -07:00
David Adam
299a383d98
Makefile: add target for Include What You Use (iwyu)
...
Requires http://include-what-you-use.org/ and Clang to operate.
Doesn't quite work for the builtin_* collection; that has to be done by
hand.
2015-07-29 21:41:57 +08:00
ridiculousfish
16ad5d3a2e
Add cppcheck.sh driver script for running cppcheck
2015-07-25 17:33:34 -07:00
Kevin Ballard
ec5f3d0cc8
Don't require .git before running git-describe
...
When calculating the version, we don't need to test for the presence of
.git before running `git describe`. This lets us work properly in a
detached work tree if GIT_DIR is set.
2014-10-27 15:46:22 -07:00
Konrad Borowski
c3bacc78c7
Mark unknown versions as unknown.
2014-10-12 15:01:48 +02:00
Mark Griffiths
aed92b9a2c
Merge branch 'master' into documentation-update
2014-09-07 16:37:31 +01:00
Mark Griffiths
35e6fb3788
Updated build_doc…sh to run cleanly in Xcode build
...
If the lexicon input filter isn't specified (as is the case in the
current Xcode project, the script quietly continues without it.
2014-09-03 14:43:26 +01:00
Mark Griffiths
14a7118499
Revert 60b9f8d..e4d6eaf
...
This rolls back to commit 60b9f8db18
.
2014-09-03 14:43:26 +01:00
Mark Griffiths
07f8fc7697
Update autoconf and README for Doxygen 1.8
2014-09-03 14:43:25 +01:00
Mark Griffiths
c900f23662
Add lexicon filter to manpages.
...
Fixed manpage 'NAME'. Under Doxygen 1.8, the output format has
changed, so the old sed script was leaving man pages with two titles.
2014-09-03 14:43:25 +01:00
ridiculousfish
35f2302352
Pass --always to git describe to ensure we always get a version
...
number. Hopefully fixes travis-ci. See #1287
2014-02-05 16:20:09 -08:00
David Adam
8cb051d44d
use annotated tags only for version checking
...
Note: if you have previously cloned the repository, the tags for
previous versions have been edited. Use `git fetch --tags` to
synchronise your local copy.
2014-01-24 20:51:06 +08:00
David Adam
2efc0bad1c
add correct version number to manpage output
2013-12-01 12:37:29 +08:00
ridiculousfish
460bfc6853
Update OS X make_pkg script to also produce fish.app
2013-10-05 17:06:22 -07:00
ridiculousfish
09ff1e7af0
Update make_tarball.sh to work on Darwin
2013-10-05 01:56:25 -07:00
David Adam (zanchey)
5b5b53872c
tarball generation: include config.h.in, set mode and ownership
...
Include config.h.in as well as configure.
Also sets correct owner, group and mode for all appended files.
Update the mtime of all appended files so that configure and config.h.in
are always newer than configure.ac.
(Fixes many problems introduced by 5023ade7
, and makes the commit
message actually true.)
2013-09-13 11:59:03 +08:00
David Adam (zanchey)
1442a2abe8
test documentation: update wording, generate test manual page ( closes #734 )
2013-09-13 11:59:03 +08:00
David Adam (zanchey)
5023ade7ac
tarball generation should build configure script
...
For the next release, this means that `autoconf` is no longer required
if building from the tarball. The website and documentation should be
updated accordingly at that time.
2013-09-06 10:43:43 +08:00
David Adam (zanchey)
8159f55243
git version generation fixes
...
- Remove the `version` file created for the tarball after the tarball is finished
- Use the builtin type instead of which.
2013-09-02 20:08:46 +08:00
David Adam (zanchey)
a00b979bb6
tarball contents should match the filename
2013-08-11 23:23:28 +08:00
David Adam (zanchey)
2a06c72113
Generate version numbers dynamically
...
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.
2013-08-11 23:13:38 +08:00
David Adam (zanchey)
05563ab11e
add git_version_gen: generate a version number from the git tree
...
Originally from the git sources (GIT-VERSION-GEN)
(C) Junio C Hamano <junkio@cox.net>
Reused under GPL v2.0
2013-08-11 23:13:38 +08:00
ridiculousfish
ce279e9c2d
Use gnutar instead of tar for making tarballs
2013-05-17 00:41:06 -07:00
ridiculousfish
7abf6c71ad
Typos in the fish OS X package installer rtf file
2013-05-05 02:42:31 -07:00
Tin Tvrtkovic
32c1d50887
Refactored out individual VCS completions.
...
Autogenerated completions for Mercurial using a recent version (no extensions installed).
2013-04-28 14:54:59 +02:00
ridiculousfish
a81e70350b
Teach OS X package builder script to look up the version dynamically
2013-04-13 23:13:18 -07:00
ridiculousfish
22c670c3d3
Replace OS X installer PackageMaker document with a distribution file and script
2013-04-13 02:00:32 -07:00
ridiculousfish
9762a8ca1e
Remove xsel from the build
...
https://github.com/fish-shell/fish-shell/issues/633
2013-03-30 00:13:44 -07:00
ridiculousfish
93dfb6f7d6
Teach build_documentation.sh to not generate the test man page on any platform, or the open man page on OS X. The system man pages are better.
2013-02-16 13:35:59 -08:00
ridiculousfish
3d1ad89963
Teach build_documentation.sh to look in /Applications/Doxygen.app
2013-01-07 19:29:33 -08:00
ridiculousfish
b7c4a4fc3b
Teach Xcode how to pass arguments to build_documentation.sh
2013-01-03 15:26:29 -08:00
ridiculousfish
9f33050a32
Change build_documentation to take its paths as arguments, and the Makefile.in to pass them
2013-01-03 15:17:48 -08:00
ridiculousfish
4cb70e8e2a
Fix a bad use of test
2012-12-27 21:40:23 -08:00
ridiculousfish
abf3ee6563
Another attempt to make build_documentation.sh work in Linux
2012-12-27 21:39:11 -08:00
ridiculousfish
1a0a3d85ca
Try to make mktemp work on Linux
2012-12-27 21:12:22 -08:00
ridiculousfish
1bbac9e5ce
Make the Makefile use the new build_documentation.sh script (gulp)
2012-12-27 20:33:13 -08:00
ridiculousfish
efa6e38741
Factored out help_doc generation into build_tools/build_documentation.sh
2012-12-27 17:31:13 -08:00
ridiculousfish
fc898eff65
Move make_vcs_completions.py to build_tools, and eliminate make_completions.py, which was a manage parser - we have a much better one now
2012-12-26 18:57:47 -08:00
Łukasz Niemier
47df1ae40a
Remove trailing whitespaces and change tabs to spaces
2012-11-18 11:23:22 +01:00
ridiculousfish
56599621cc
Make add-shell correctly handle /etc/shells files that do not end with newlines
...
Fixes https://github.com/fish-shell/fish-shell/issues/77
2012-07-22 17:00:44 -07:00
ridiculousfish
69ace201f8
Fix for https://github.com/fish-shell/fish-shell/issues/79
...
Release tarballs with the user docs already build, removing the doxygen dependency
2012-07-09 19:41:51 -07:00
ridiculousfish
4912967eab
Large set of changes related to making fish relocatable, and improving the 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
2012-07-08 15:20:39 -07:00
ridiculousfish
bc9bae0f7f
Update make_tarball.sh to respect new branch name
2012-07-01 14:19:39 -07:00
ridiculousfish
b187538339
Bump OS X installer package version
2012-06-05 02:06:44 -07:00
ridiculousfish
e7db18bae2
Added Debian description-pak file
2012-06-02 18:07:11 -07:00
ridiculousfish
51f9ff5389
Updated make_tarball.sh to stop dumping files in the extract directory
2012-05-30 01:06:25 -07:00
ridiculousfish
4986e6e3f9
Fix to set up 10.6 SDK correctly when building on 10.7
2012-05-30 00:27:50 -07:00
ridiculousfish
4afdcf56fc
Tweak a few default colors
...
Fix the make_pkg script to actually build an installable package that doesn't immediately barf
2012-05-29 21:14:19 -07:00
ridiculousfish
92ce84c26a
More tweaks to Debian build script
2012-05-25 00:48:39 -07:00
ridiculousfish
9d31e52b2a
Updated Debian package build script
2012-05-24 23:58:16 -07:00