aboutsummaryrefslogtreecommitdiffhomepage
path: root/FishsFish.xcodeproj
Commit message (Collapse)AuthorAge
* Additional warnings cleanup, effective C++ violations, dead code removalGravatar ridiculousfish2012-08-05
|
* Warning cleanupGravatar ridiculousfish2012-08-04
|
* Implemented history deletion from fish_configGravatar ridiculousfish2012-07-27
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/250
* Use weak linking of wcsdup and wcscasecmp on OS XGravatar ridiculousfish2012-07-20
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/240
* Fixed fish_pager build on Xcode (it was building fish_indent instead. D'oh!)Gravatar ridiculousfish2012-07-18
|
* Various changes to reduce fish's compiled code sizeGravatar ridiculousfish2012-07-17
| | | | OS X release build executable size dropped from 672k to 511k
* Turn on debugging symbols correctly for OS X buildGravatar ridiculousfish2012-07-08
|
* Renamed a target in the OS X build systemGravatar ridiculousfish2012-07-08
|
* Simplified native OS X build systemGravatar ridiculousfish2012-07-08
|
* Large set of changes related to making fish relocatable, and improving the ↵Gravatar ridiculousfish2012-07-08
| | | | | | | | | 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
* Lots of modernization changedGravatar ridiculousfish2012-05-09
| | | | Removed wcsdupcat
* Implemented test as a builtin (!)Gravatar ridiculousfish2012-03-07
|
* Added postforkGravatar ridiculousfish2012-02-29
|
* Changes to make autosuggestion even smarter by specially recognizing the cd ↵Gravatar ridiculousfish2012-02-18
| | | | command.
* Added color.h, color.cpp. Got term256 colors working.Gravatar ridiculousfish2012-02-12
|
* Final removal of halloc. It's like Christmas Morning.Gravatar ridiculousfish2012-02-09
|
* Removed discriminated union from block_t type, allowing us to store ↵Gravatar ridiculousfish2012-02-07
| | | | wcstrings in it
* Removed builtin_scripts.h and builtin_scripts.cpp from Xcode project because ↵Gravatar ridiculousfish2012-02-06
| | | | they're annoying in searches
* Moved LRU to its own fileGravatar ridiculousfish2012-02-05
|
* New file autoload.h that will ultimately handle autoloading completions and ↵Gravatar ridiculousfish2012-01-25
| | | | functions
* Additional migration to STL data structuresGravatar ridiculousfish2012-01-10
|
* More work towards supporting builtin scriptsGravatar ridiculousfish2012-01-03
|
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26