Commit Graph

1945 Commits (9dd79d59579dbd107a57650894dd4c720831cd83)

Author SHA1 Message Date
Allen Webster 5c3dd4ebaf Get 4coder_types.h to work with a dumb hack for now 2019-12-26 19:47:12 -08:00
Allen Webster 0a5f6d51f6 removing dead min/max macros 2019-12-26 17:12:13 -08:00
Yuval Dolev 074400495f Implemented all system file handling functions. 2019-12-27 00:16:15 +02:00
Yuval Dolev 9c3a2d9550 Finished implmenting system_get_file_list. 2019-12-26 21:30:13 +02:00
Yuval Dolev ea29a6e13e Work on system_get_file_list. File attribute retrieval now works. 2019-12-26 17:54:06 +02:00
Yuval Dolev 3131e45c12 Errors regarding File_List which is used in mac_get_file_list (not implemented yet). 2019-12-26 03:39:40 +02:00
Yuval Dolev 1317692233 Work on system_get_file_list. 2019-12-26 03:16:34 +02:00
Yuval Dolev 2f9a4dbe3a Fixed compilation errors and tested system_get_canonical. 2019-12-26 00:19:50 +02:00
Yuval Dolev 9b0708a40c Implemented system_get_canonical. 2019-12-25 23:31:21 +02:00
Yuval Dolev 57c0707284 Implemented system_get_path. 2019-12-25 03:17:12 +02:00
Yuval Dolev e3e5f857ea Added empty implementations of all the system api functions to mac_4ed_functions.cpp 2019-12-24 22:31:24 +02:00
Yuval Dolev 54f5e72aa5 Added a c++ platform layer file. 2019-12-24 16:57:05 +02:00
Yuval Dolev 18dd91197f The new (very basic) macOS platform layer compiles! 2019-12-24 02:53:25 +02:00
Yuval Dolev 45f462e76c Changed all scalar variable initializations to 0 instead of {} to support compilation with clang. 2019-12-24 02:47:50 +02:00
Yuval Dolev 42f06f0eec Added clang compiler support. The macOS platform now uses clang instead of gcc as its compiler. 2019-12-24 02:46:58 +02:00
Yuval Dolev 921a68e765 Created separate build files for macOS. 2019-12-24 01:22:56 +02:00
Allen Webster ccb3767c55 Fixed case insensitive find first functions 2019-12-23 12:18:07 -08:00
Allen Webster 1c867f1175 Touch up scissor box fix 2019-12-23 11:54:06 -08:00
Allen Webster 5923b82522 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2019-12-23 11:47:43 -08:00
Allen Webster 8be1e685bf Fixed enclosure code to work on first byte of enclosure range 2019-12-23 11:47:33 -08:00
Ryan Fleury a14f530051 Fix of 0-dimension resizing bug 2019-12-23 12:24:39 -07:00
Yuval Dolev 65774dec46 Replaced readlink -f with realpath which works for both macOS and Linux. Might need to replace this with an implementation of readlink -f if we find that this doesn't work well enough for both macOS and Linux. 2019-12-23 20:40:51 +02:00
Allen Webster 19effd6b0c Updated theme files; jump lister for function lists fixed 2019-12-23 09:15:18 -08:00
Allen Webster d28a1d6aba Fixed theme config 2019-12-22 20:50:54 -08:00
Yuval Dolev 67dfd06149 Started working on macOS platform layer. 2019-12-23 02:39:44 +02:00
Yuval Dolev 9f518de27b Build system is now working for macOS. 2019-12-22 23:43:36 +02:00
Allen Webster 74b8759c67 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2019-12-18 21:05:45 -08:00
Allen Webster 42d3e828b0 4.1.0 ship files 2019-12-18 21:05:30 -08:00
Ryan Fleury 63ec08150a Index page bug fixes and improvements 2019-12-18 08:40:02 -07:00
Allen Webster 4817510c5d Final type fixups; package and build stuff straightened out 2019-12-17 19:38:08 -08:00
Allen Webster 27a2a45f59 Cleaning up this and that; types; startup hook; null pointer crashes on the doc command 2019-12-17 16:19:03 -08:00
Allen Webster 0b7640631f 4.1.0 day 1 site ship - one last change again 2019-12-17 13:54:39 -08:00
Allen Webster 25f5484604 4.1.0 day 1 site ship - one last change 2019-12-17 13:14:36 -08:00
Allen Webster a0c4aa2fa2 4.1.0 day 1 site ship 2019-12-17 13:03:15 -08:00
Allen Webster d0e9665d6e Merge branch 'master' of https://bitbucket.org/4coder/4coder 2019-12-17 00:11:45 -08:00
Allen Webster c3e96803d2 Partial setup for binding documentations 2019-12-17 00:11:31 -08:00
Ryan Fleury cf6a345550 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2019-12-17 00:17:25 -07:00
Ryan Fleury d7368df7e4 Index page previews, standalone pages and styles 2019-12-17 00:16:52 -07:00
Allen Webster b9dedc912d Extra room in the API for eventually having mixed-font layouts 2019-12-16 17:52:20 -08:00
Allen Webster 1a987b8189 Site static folder and home.html 2019-12-16 17:04:00 -08:00
Allen Webster 75c1d8e9c0 Fix invisible backslash problem 2019-12-16 16:55:01 -08:00
Ryan Fleury e9c191c5da Move search.js into docs directory 2019-12-16 15:40:59 -07:00
Ryan Fleury b7992c47ae Docs index filtering 2019-12-16 15:13:02 -07:00
Allen Webster 471aaaacf9 Dealing with parse infinite loops 2019-12-16 12:40:30 -08:00
Allen Webster b6fc044538 Progress on type documentation 2019-12-15 22:56:13 -08:00
chr 0e9fcaee05 Merged in chr-fix-linux (pull request #3)
4coder build scripts working on Linux x64

Approved-by: Allen Webster <editor@4coder.net>
2019-12-14 01:10:02 +00:00
Allen Webster 711196405f Build on windows and merge 2019-12-13 17:09:25 -08:00
chronal-xnor d10dc6256b 4coder build scripts working on Linux x64
This fixes the build scripts and gets everything working up to the part where
4coder actually builds the linux platform layer. I had to make a few
modifications to shared definitions, so you should make sure I didn't break
anything on Windows with these changes!
2019-12-13 17:00:55 -08:00
Allen Webster c9a01fbe0e Basics of the entire code index in place for jump to definition 2019-12-13 16:20:59 -08:00
Allen Webster 6993c3c0d5 Code index types 2019-12-13 15:36:28 -08:00