aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish.xcodeproj
Commit message (Collapse)AuthorAge
* config.h was missing from project file.Gravatar Nicholas Maccharoli2015-07-16
| | | | Derived Sources empty except for redundant copy of config.h
* Merge branch 'Integration_2.2.0'Gravatar David Adam2015-07-12
|\
| * Bump version for 2.2.0Gravatar David Adam2015-06-28
| |
* | mimedb: kill mimedb.hGravatar David Adam2015-05-21
| | | | | | | | Closes #2064.
* | Merge branch 'Integration_2.2.0'Gravatar David Adam2015-05-21
|\|
| * bump version for 2.21bGravatar David Adam2015-05-05
|/
* Upgrade Xcode project format to latestGravatar ridiculousfish2015-05-02
|
* Teach Xcode build to create vendor_completions.d directoryGravatar ridiculousfish2015-05-02
| | | | Per #1485
* Merge branch 'Integration_2.1.2'Gravatar David Adam2015-03-11
|\
| * Bump OS X version from 2.1.1 to 2.1.2Gravatar ridiculousfish2015-02-16
| |
* | Update fish_indent Xcode build targetGravatar ridiculousfish2014-12-23
| |
* | Make false/true into builtinsGravatar Kevin Ballard2014-09-29
| | | | | | | | | | | | | | Making `true` into a builtin is a significant optimization to `while true` loops. As long as `true` is a builtin, we may as well make `false` builtin as well (despite the fact that it's not typically executed in a loop).
* | Add wcstringutil to the OS X build for tests targetGravatar ridiculousfish2014-09-21
| |
* | Add wcstringutil to the OS X buildGravatar ridiculousfish2014-09-21
| |
| * Bump osx/config.h version number to 2.1.1Gravatar ridiculousfish2014-09-07
| |
* | Add fish_tests target to Xcode buildGravatar ridiculousfish2014-08-04
| | | | | | | | Allows running the tests in Xcode
* | Remove env_universal.h and env_universal.cpp from projectGravatar ridiculousfish2014-06-18
| |
* | Removal of more fishd artifacts and headersGravatar ridiculousfish2014-06-09
| |
* | Remove fishd.cpp source, docs, and target from Makefile and XcodeGravatar ridiculousfish2014-06-05
| | | | | | | | project
* | fishd to link against fish_version.o in Xcode buildGravatar ridiculousfish2014-05-02
| |
* | Add fish_version to Xcode projectGravatar ridiculousfish2014-05-02
| |
* | Stop linking iconv, now that we have our own utf8 conversion routinesGravatar ridiculousfish2014-03-23
| |
* | Incorporate a modified UTF8 <-> wchar_t implementation from AlexeyGravatar ridiculousfish2014-03-22
| | | | | | | | | | Vatchenko (http://www.bsdua.org/libbsdua.html) in preparation for eliminating our dependency on iconv
* | Remove old pager remnants, including documentation and references in theGravatar ridiculousfish2014-03-15
| | | | | | | | build system
* | Remove old fish_pager source and implementationGravatar ridiculousfish2014-03-15
| |
* | Clean up Xcode project and remove unnecessary ARCHS settingsGravatar ridiculousfish2014-02-17
| |
* | Merge branch 'master' into pagerGravatar ridiculousfish2014-01-13
|\ \
| * | Factor execution aspects from parser_t to parse_execution_context_t .Gravatar ridiculousfish2013-12-24
| | | | | | | | | | | | Still searching for best way to use new parser for execution.
| * | Initial work towars improved error reporting. Tests currently fail.Gravatar ridiculousfish2013-12-08
| | |
* | | More work on builtin pagerGravatar ridiculousfish2013-12-07
| | |
* | | First round of changes to migrate pager inside fish, in preparation forGravatar ridiculousfish2013-12-01
| | | | | | | | | | | | presenting completions underneath.
| * | Merge branch 'master' into astGravatar ridiculousfish2013-11-06
| |\ \ | |/ / |/| |
* | | set docdir in Xcode buildGravatar David Adam2013-10-29
| |/ |/| | | | | fixes part of #1070
| * Merge branch 'master' into astGravatar ridiculousfish2013-10-16
| |\ | |/ |/| | | | | Conflicts: parse_util.cpp
| * Remove parse_exec stuffGravatar ridiculousfish2013-10-08
| |
| * Merge branch 'master' into ast_no_templatesGravatar ridiculousfish2013-10-06
| |\ | | | | | | | | | | | | | | | Conflicts: configure.ac exec.cpp
* | | Bump version to 2.1.0Gravatar ridiculousfish2013-10-05
| |/ |/|
* | Move FISH_BUILD_VERSION from osx/config.h to the pbxproj so that we can ↵Gravatar ridiculousfish2013-08-17
| | | | | | | | build with the generated config.h
| * Added fish_tests target to fish.xcodeprojGravatar ridiculousfish2013-08-08
| |
| * AST no templatesGravatar ridiculousfish2013-07-25
| |
| * Improvements to new parser. All functions and completions now parse.Gravatar ridiculousfish2013-07-22
| |
| * Merge branch 'master' into ast_templatesGravatar ridiculousfish2013-07-21
| |\ | |/ |/| | | | | Conflicts: fish_tests.cpp
* | Add -Wall to Xcode buildGravatar ridiculousfish2013-07-16
| |
| * More work on new parserGravatar ridiculousfish2013-06-11
| |
| * Rename expression.h to parse_tree.h and parse_exec.hGravatar ridiculousfish2013-06-09
| |
| * Initial work on parser bringup (squash)Gravatar ridiculousfish2013-05-26
|/
* Teach xcode build about $BINDIRGravatar ridiculousfish2013-04-20
|
* Turn off RTTI when building with libstdc++Gravatar ridiculousfish2013-04-14
|
* Added WorkspaceSettings.xcsettings to prevent auto-creation of schemesGravatar ridiculousfish2013-04-13
|
* Add the Xcode schemesGravatar ridiculousfish2013-04-13
|