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 |
|
ridiculousfish
|
12332328c1
|
Remove set_color from Makefile. Fix issue where builtin_set_color would mix output modes up
|
2013-02-14 16:46:54 -08:00 |
|
ridiculousfish
|
8d95d0834d
|
First stab at builtin set_color. Moved set_color.cpp to builtin_set_color.cpp and taught fish about it.
|
2013-02-14 15:52:24 -08:00 |
|
ridiculousfish
|
d46859b9e8
|
Add an icon to fish.app
|
2013-02-05 21:50:33 -08:00 |
|
ridiculousfish
|
2188bb9b88
|
Teach Xcode project how to build successfully without Doxygen
|
2013-01-07 14:58:56 -08:00 |
|
ridiculousfish
|
b02f6cf3bc
|
Teach the Xcode project how to install the man pages
|
2013-01-03 16:35:23 -08:00 |
|
ridiculousfish
|
b7c4a4fc3b
|
Teach Xcode how to pass arguments to build_documentation.sh
|
2013-01-03 15:26:29 -08:00 |
|
ridiculousfish
|
efa6e38741
|
Factored out help_doc generation into build_tools/build_documentation.sh
|
2012-12-27 17:31:13 -08:00 |
|
ridiculousfish
|
6a8219a02e
|
Remove Python dependency from Makefile and Xcode build
https://github.com/fish-shell/fish-shell/issues/429
|
2012-12-08 21:41:38 -08:00 |
|
ridiculousfish
|
34fab879cb
|
Fix to xcodebuild
https://github.com/fish-shell/fish-shell/issues/229
|
2012-12-01 13:28:30 -08:00 |
|
ridiculousfish
|
7d63900fb8
|
Modified project file to reflect new name
|
2012-11-19 00:17:54 -08:00 |
|
ridiculousfish
|
e47d56a84f
|
FishsFish.xcodeproj -> fish.xcodeproj
|
2012-11-19 00:17:25 -08:00 |
|