David Adam
14bf2ee5cb
bump version for 2.21b
2015-05-05 08:37:06 +08:00
ridiculousfish
3722f91e38
Upgrade Xcode project format to latest
2015-05-02 17:12:34 -07:00
ridiculousfish
ba721d6cbf
Teach Xcode build to create vendor_completions.d directory
...
Per #1485
2015-05-02 16:58:47 -07:00
David Adam
1116929d2f
Merge branch 'Integration_2.1.2'
2015-03-11 13:49:06 +08:00
ridiculousfish
95687a03fb
Bump OS X version from 2.1.1 to 2.1.2
2015-02-16 11:07:12 -08:00
ridiculousfish
2e948d9d6d
Update fish_indent Xcode build target
2014-12-23 16:16:37 -08:00
Kevin Ballard
d67800bbce
Make false/true into builtins
...
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).
2014-09-29 13:39:35 -07:00
ridiculousfish
2450d00693
Add wcstringutil to the OS X build for tests target
2014-09-21 23:35:19 -07:00
ridiculousfish
4573a4d69c
Add wcstringutil to the OS X build
2014-09-21 20:24:56 -07:00
ridiculousfish
482e615fe0
Bump osx/config.h version number to 2.1.1
2014-09-07 10:51:11 +08:00
ridiculousfish
33c714ca03
Add fish_tests target to Xcode build
...
Allows running the tests in Xcode
2014-08-04 13:32:23 -07:00
ridiculousfish
ee8e9c0291
Remove env_universal.h and env_universal.cpp from project
2014-06-18 10:14:35 -07:00
ridiculousfish
ef646f0f78
Removal of more fishd artifacts and headers
2014-06-09 12:07:40 -07:00
ridiculousfish
be3e64e5ea
Remove fishd.cpp source, docs, and target from Makefile and Xcode
...
project
2014-06-05 11:49:05 -07:00
ridiculousfish
60e94a4ec8
fishd to link against fish_version.o in Xcode build
2014-05-02 23:36:47 -07:00
ridiculousfish
0c4819131c
Add fish_version to Xcode project
2014-05-02 00:22:19 -07:00
ridiculousfish
0d64bbed46
Stop linking iconv, now that we have our own utf8 conversion routines
2014-03-23 13:29:57 -07:00
ridiculousfish
aabed8279e
Incorporate a modified UTF8 <-> wchar_t implementation from Alexey
...
Vatchenko (http://www.bsdua.org/libbsdua.html ) in preparation for
eliminating our dependency on iconv
2014-03-22 23:46:58 -07:00
ridiculousfish
acd2038407
Remove old pager remnants, including documentation and references in the
...
build system
2014-03-15 14:24:05 -07:00
ridiculousfish
2442ae60db
Remove old fish_pager source and implementation
2014-03-15 14:00:18 -07:00
ridiculousfish
64953e26fc
Clean up Xcode project and remove unnecessary ARCHS settings
2014-02-17 15:02:13 -08:00
ridiculousfish
104cf87b89
Merge branch 'master' into pager
2014-01-13 14:38:13 -08:00
ridiculousfish
5b1a532652
Factor execution aspects from parser_t to parse_execution_context_t .
...
Still searching for best way to use new parser for execution.
2013-12-24 13:17:24 -08:00
ridiculousfish
7a3f5afee7
Initial work towars improved error reporting. Tests currently fail.
2013-12-08 21:54:06 -08:00
ridiculousfish
ef4465efdb
More work on builtin pager
2013-12-07 12:43:40 -08:00
ridiculousfish
76ecf897ce
First round of changes to migrate pager inside fish, in preparation for
...
presenting completions underneath.
2013-12-01 15:11:25 -08:00
ridiculousfish
5d84e86d89
Merge branch 'master' into ast
2013-11-06 13:14:52 -08:00
David Adam
8376a44f65
set docdir in Xcode build
...
fixes part of #1070
2013-10-29 09:30:42 +08:00
ridiculousfish
630b0515ad
Merge branch 'master' into ast
...
Conflicts:
parse_util.cpp
2013-10-16 01:48:21 -07:00
ridiculousfish
a51bd03a5c
Remove parse_exec stuff
2013-10-08 18:48:01 -07:00
ridiculousfish
dd91779442
Merge branch 'master' into ast_no_templates
...
Conflicts:
configure.ac
exec.cpp
2013-10-06 13:08:57 -07:00
ridiculousfish
3e5b8f1e97
Bump version to 2.1.0
2013-10-05 13:17:51 -07:00
ridiculousfish
588c520c4a
Move FISH_BUILD_VERSION from osx/config.h to the pbxproj so that we can build with the generated config.h
2013-08-17 15:46:33 -07:00
ridiculousfish
876b9d49b4
Added fish_tests target to fish.xcodeproj
2013-08-08 14:44:52 -07:00
ridiculousfish
4f8d4f378c
AST no templates
2013-07-25 15:24:22 -07:00
ridiculousfish
3e3eefc2dc
Improvements to new parser. All functions and completions now parse.
2013-07-22 18:26:15 -07:00
ridiculousfish
551d2dfebd
Merge branch 'master' into ast_templates
...
Conflicts:
fish_tests.cpp
2013-07-21 14:04:06 -07:00
ridiculousfish
28fdfec7cb
Add -Wall to Xcode build
2013-07-16 13:37:55 -07:00
ridiculousfish
e2a506e54a
More work on new parser
2013-06-11 09:37:51 -07:00
ridiculousfish
048f08080d
Rename expression.h to parse_tree.h and parse_exec.h
2013-06-09 14:21:24 -07:00
ridiculousfish
54f683fc6b
Initial work on parser bringup (squash)
2013-05-26 12:12:16 -07:00
ridiculousfish
2d7fbf2476
Teach xcode build about $BINDIR
2013-04-20 13:18:51 -07:00
ridiculousfish
d5a9a4463c
Turn off RTTI when building with libstdc++
2013-04-14 15:59:41 -07:00
ridiculousfish
c89bc73740
Added WorkspaceSettings.xcsettings to prevent auto-creation of schemes
2013-04-13 12:21:10 -07:00
ridiculousfish
3100669b79
Add the Xcode schemes
2013-04-13 11:04:44 -07:00
ridiculousfish
e1734468f5
Support for building with C++11
2013-04-09 14:07:19 -07:00
ridiculousfish
6b94708508
Add builtin_printf to xcode project
2013-03-23 14:48:06 -07:00
Deyton Sehn
f7754a2927
Turn on COMBINE_HIDPI_IMAGES to comply with Xcode 4.6 recommended settings
2013-02-20 17:31:30 -08:00
Deyton Sehn
125d12798d
Adds Xcode-generated contents.xcworkspacedata
2013-02-20 17:31:30 -08:00
ridiculousfish
bc7ad955a3
Remove set_color.cpp from Xcode project
2013-02-15 12:24:52 -08:00