aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
Commit message (Collapse)AuthorAge
* add better support for IWYU and fix thingsGravatar Kurtis Rader2016-04-26
| | | | | | | | | Remove the "make iwyu" build target. Move the functionality into the recently introduced lint.fish script. Fix a lot, but not all, of the include-what-you-use errors. Specifically, it fixes all of the IWYU errors on my OS X server but only removes some of them on my Ubuntu 14.04 server. Fixes #2957
* augment the guide for contributingGravatar Kurtis Rader2016-04-05
| | | | | | | | | | Include information about how to deal with lint warnings and suppress `clang-format` reformatting of blocks of code. Move information only relevant to developers from the README.md to the CONTRIBUTING.md document. Closes #2901
* Update README.mdGravatar CharlonTank2016-03-25
| | | | Add a command that instantly add the fish path to /etc/shells
* README updatesGravatar David Adam2016-02-26
| | | | [ci skip]
* make testing on local servers hermeticGravatar Kurtis Rader2016-02-25
| | | | | | | | | | | | | | | | | | I noticed while fixing issue #2702 that the fish program being tested was sourcing config.fish files outside of the current build. This also happens when Travis CI runs the tests but isn't an issue there because of how Travis is configured to execute the tests. I also noticed that running `make test` was polluting my personal fish history; which will become a bigger problem if and when the fishd universal var file is moved from $XDG_CONFIG_HOME to $XDG_DATA_HOME. This change makes it possible for an individual to run the tests on their local machine secure in the knowledge that only the config.fish and related files from their git repository will be used and doing so won't pollute their personal fish history. Resolves #469
* Remove autoconf and lexicon_filter instructions from OS X buildGravatar ridiculousfish2016-01-30
| | | | Most OS X users will not have autoconf or Doxygen installed.
* fix several build warningsGravatar Kurtis Rader2016-01-28
| | | | | | | | | | | | | | | | | | This fixes all but one of the warnings documented in issue #2685. The sole remaining warning is from the string split '' abc example in doc_src/string.txt. That example results in the man page displaying string split {} abc I leave it to someone else to fix that problem (I'll open an issue specifically for it since it took some effort to track down the source of the warning). Resolves issue #2685.
* Document gitter channel and SO tagGravatar Fabian Homborg2016-01-24
|
* Update README.mdGravatar Tobias Mühl2015-12-21
| | | | I also needed the autoconf package on my system, so adding it to the general template
* double quote instead of single quoteGravatar Satender Singh Rathore2015-12-21
|
* Mention /etc/shells in README.mdGravatar Fabian Homborg2015-12-10
|
* Use svg instead of png to get better image qualityGravatar Peter Dave Hello2015-01-17
|
* README.md: document minimum Doxygen versionGravatar David Adam2014-09-12
| | | | [skip ci]
* Update configure.ac and README for Doxygen 1.8Gravatar Mark Griffiths2014-09-03
|
* Revert 60b9f8d..e4d6eafGravatar Mark Griffiths2014-09-03
| | | | This rolls back to commit 60b9f8db18b8889c3db864e443ee113d897bfe72.
* Update autoconf and README for Doxygen 1.8Gravatar Mark Griffiths2014-09-03
|
* Added better build description closes #70Gravatar callesg2014-07-01
| | | The stuff nedded to build on Ubuntu
* Use current version documentation links in READMEGravatar Konrad Borowski2014-05-24
|
* README.md: document build and runtime dependencies even better.Gravatar David Adam2014-03-10
|
* README.md: document build and runtime dependencies better.Gravatar David Adam2014-02-06
|
* README.md: update build status imageGravatar David Adam2014-02-06
| | | | (oops!)
* .travis.yml: add https://travis-ci.org/ automatic buildsGravatar David Adam2014-02-05
|
* update URL for nightly buildsGravatar David Adam2013-10-29
|
* Document the optional dependency to backports.lzma.Gravatar Marc Joliet2013-10-17
|
* document and enforce Autoconf 2.60 or greaterGravatar David Adam (zanchey)2013-09-06
|
* Replace IRC link with WebChat linkGravatar Konrad Borowski2013-08-30
| | | It seems GitHub doesn't allow irc:// protocol, so replace it with WebChat link.
* Put an IRC link to README.Gravatar Konrad Borowski2013-08-30
|
* libncursesw5-dev is not needed on DebianGravatar Konrad Borowski2013-08-28
| | | I just checked on new Debian installation, and only libncurses5-dev appears to be needed.
* Updated links to documentation in README.mdGravatar Siteshwar Vashisht2013-05-19
|
* Added note about how to install ncurses, and what to do on EC2Gravatar ridiculousfish2013-04-14
| | | | Addresses https://github.com/fish-shell/fish-shell/pull/509
* Remove xsel from the buildGravatar ridiculousfish2013-03-30
| | | | https://github.com/fish-shell/fish-shell/issues/633
* Updated 'Contact Us' section in README.mdGravatar Siteshwar Vashisht2013-03-25
|
* Added reference to packages built on OBS repository in README.mdGravatar Siteshwar Vashisht2013-01-20
|
* Update OS X build instructionsGravatar ridiculousfish2012-12-26
|
* Fix to xcodebuildGravatar ridiculousfish2012-12-01
| | | | https://github.com/fish-shell/fish-shell/issues/229
* Allow setting the prompt from web_configGravatar ridiculousfish2012-09-06
|
* Replaced README with README.md for githubGravatar ridiculousfish2012-08-21
Changed 'root' Xcode target to 'install_tree' to avoid confusion