2020-06-07 |
Kevin Day | Update: implement --process parameter |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Update: add Featureless Make documentation and specific... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Cleanup: fix ordering of path_language |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Cleanup: remove project_level setting |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Bugfix: mispelling in search_exclusive |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Update: bootstrap dependency functionality, fix missing... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Update: add documentation note about the bootstrap... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Cleanup: rename generate.sh to bootstrap.sh |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Cleanup: rename bootstrap.sh to boostrap-example.sh |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Cleanup: rename generate to bootstrap |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Update: add new documentation, improve existing documen... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Cleanup: rename work_directory to work |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Update: rename readme to readme.bootstrap |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Cleanup: ordering of function names and add spaces... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Update: support copying documents, licenses, and specif... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Update: Featureless Make needs to handle the -d/--defin... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Update: add missing handling of defines_all, defines_sh... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Bugfix: shared library link names are incorrect |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Cleanup: add build_language setting |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Cleanup: remove unnecessary S from function names |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Feature: add version_target setting to Featureless... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Update: change settings structure to follow the Feature... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Update: readme |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Update: redesign to follow the Featureless Make design |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Cleanup: remove redundant adding of library_flags setting |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Update: implement the bootstrap.sh |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Bugfix: incorrect is_library boolean during build process |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Kevin Day | Bugfix: don't produce extra errors on certain build... |
commit | commitdiff | tree | snapshot |
2020-06-06 |
Kevin Day | Cleanup: switch to simpler color context strategy |
commit | commitdiff | tree | snapshot |
2020-06-06 |
Kevin Day | Cleanup: typo in directory |
commit | commitdiff | tree | snapshot |
2020-06-06 |
Kevin Day | Bugfix: do not consider a non-existent build directory... |
commit | commitdiff | tree | snapshot |
2020-06-06 |
Kevin Day | Bugfix: filename without extension not terminated and... |
commit | commitdiff | tree | snapshot |
2020-06-06 |
Kevin Day | Bugfix: invalid memory access and only process if not... |
commit | commitdiff | tree | snapshot |
2020-06-06 |
Kevin Day | Cleanup: remove no longer used scripts |
commit | commitdiff | tree | snapshot |
2020-06-05 |
Kevin Day | Progress: featureless make |
commit | commitdiff | tree | snapshot |
2020-06-05 |
Kevin Day | Cleanup: remove unnecessary -lfake in flags_program |
commit | commitdiff | tree | snapshot |
2020-06-05 |
Kevin Day | Progress: featureless make |
commit | commitdiff | tree | snapshot |
2020-06-05 |
Kevin Day | Bugfix: do not embed libraries into program |
commit | commitdiff | tree | snapshot |
2020-06-04 |
Kevin Day | Progress: Featureless Make |
commit | commitdiff | tree | snapshot |
2020-06-04 |
Kevin Day | Bugfix: correctly calculate terminating null for fl_str... |
commit | commitdiff | tree | snapshot |
2020-06-03 |
Kevin Day | Bugfix: memory leak in f_execute_*_environment() functi... |
commit | commitdiff | tree | snapshot |
2020-06-03 |
Kevin Day | Update: add f_path_extension_separator |
commit | commitdiff | tree | snapshot |
2020-06-02 |
Kevin Day | Progress: featureless make |
commit | commitdiff | tree | snapshot |
2020-06-01 |
Kevin Day | Progress: featureless make |
commit | commitdiff | tree | snapshot |
2020-06-01 |
Kevin Day | Update: f_file, add f_file_touch() and f_file_touch_at... |
commit | commitdiff | tree | snapshot |
2020-05-31 |
Kevin Day | Progress: featureless make |
commit | commitdiff | tree | snapshot |
2020-05-31 |
Kevin Day | Update: ensure string parameter tests exist and add... |
commit | commitdiff | tree | snapshot |
2020-05-30 |
Kevin Day | Cleanup: make f_string_eol and f_string_placeholder... |
commit | commitdiff | tree | snapshot |
2020-05-30 |
Kevin Day | Progress: featureless make |
commit | commitdiff | tree | snapshot |
2020-05-30 |
Kevin Day | Update: pipe and fifo, replace f_directory_mode with... |
commit | commitdiff | tree | snapshot |
2020-05-30 |
Kevin Day | Update: todo documentation, directory copy and clone... |
commit | commitdiff | tree | snapshot |
2020-05-29 |
Kevin Day | Progress: add more directory and file related functions... |
commit | commitdiff | tree | snapshot |
2020-05-27 |
Kevin Day | Progress: featureless make |
commit | commitdiff | tree | snapshot |
2020-05-27 |
Kevin Day | Update: file and directory improvements, finish writing... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
Kevin Day | Feature: add push and pop directory functions |
commit | commitdiff | tree | snapshot |
2020-05-25 |
Kevin Day | Cleanup: remove unused header |
commit | commitdiff | tree | snapshot |
2020-05-24 |
Kevin Day | Update: minor improvements, finish f_file_copy(), add... |
commit | commitdiff | tree | snapshot |
2020-05-23 |
Kevin Day | Cleanup: Replace F_file_open_not with F_file_closed... |
commit | commitdiff | tree | snapshot |
2020-05-23 |
Kevin Day | Cleanup: update all status codes in line with recent... |
commit | commitdiff | tree | snapshot |
2020-05-23 |
Kevin Day | Refactor: use capital F, FL, and FLL for status codes... |
commit | commitdiff | tree | snapshot |
2020-05-23 |
Kevin Day | Update: get the level_3 / programs working after major... |
commit | commitdiff | tree | snapshot |
2020-05-22 |
Kevin Day | Progress: continue redesign of file and directoy structure |
commit | commitdiff | tree | snapshot |
2020-05-21 |
Kevin Day | Progress: major redesigns with file and directory handl... |
commit | commitdiff | tree | snapshot |
2020-05-18 |
Kevin Day | Update: add additional file functions, fix bug with... |
commit | commitdiff | tree | snapshot |
2020-05-18 |
Kevin Day | Progress: featureless make |
commit | commitdiff | tree | snapshot |
2020-05-17 |
Kevin Day | Bugfix: incorrect return status resulted in mistaken... |
commit | commitdiff | tree | snapshot |
2020-05-17 |
Kevin Day | Progress: featureless make |
commit | commitdiff | tree | snapshot |
2020-05-17 |
Kevin Day | Cleanup: fix build issues relating to build settings |
commit | commitdiff | tree | snapshot |
2020-05-17 |
Kevin Day | Update: add path expode using normal order |
commit | commitdiff | tree | snapshot |
2020-05-17 |
Kevin Day | Progress: featureless make |
commit | commitdiff | tree | snapshot |
2020-05-17 |
Kevin Day | Update: numerous changes, most notably path and vfork... |
commit | commitdiff | tree | snapshot |
2020-05-15 |
Kevin Day | Progress: featureless make |
commit | commitdiff | tree | snapshot |
2020-05-15 |
Kevin Day | Cleanup: remove f_string_eos, use 0 instead |
commit | commitdiff | tree | snapshot |
2020-05-15 |
Kevin Day | Update: add environment functions, add static strings... |
commit | commitdiff | tree | snapshot |
2020-05-14 |
Kevin Day | Progress: Featureless Make |
commit | commitdiff | tree | snapshot |
2020-05-14 |
Kevin Day | Update: additional file functions, relocate function... |
commit | commitdiff | tree | snapshot |
2020-05-12 |
Kevin Day | Progress: Featureless Make |
commit | commitdiff | tree | snapshot |
2020-05-12 |
Kevin Day | Update: add directory functions, file functions, and... |
commit | commitdiff | tree | snapshot |
2020-05-12 |
Kevin Day | Update: add path.h headerr |
commit | commitdiff | tree | snapshot |
2020-05-11 |
Kevin Day | Update: finish the @todo in errno handling of recent... |
commit | commitdiff | tree | snapshot |
2020-05-11 |
Kevin Day | Progress: further work in Featureless Make, implement... |
commit | commitdiff | tree | snapshot |
2020-05-11 |
Kevin Day | Update: new directory related functions, file function... |
commit | commitdiff | tree | snapshot |
2020-05-10 |
Kevin Day | Progress: continue work on fake (Featureless Make) |
commit | commitdiff | tree | snapshot |
2020-05-10 |
Kevin Day | Update: add boostrap.sh stub and add readme.txt document |
commit | commitdiff | tree | snapshot |
2020-05-10 |
Kevin Day | Feature: add f_utf_string_static as a non-allocated... |
commit | commitdiff | tree | snapshot |
2020-05-10 |
Kevin Day | Feature: Add string assure functions to assure a given... |
commit | commitdiff | tree | snapshot |
2020-05-10 |
Kevin Day | Revert "Refactor: f_print_string_dynamic to f_print_str... |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Refactor: f_print_string_dynamic to f_print_string_static |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Refactor: all constant dynamic strings can be safely... |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Feature: add f_string_static as a non-allocated alterna... |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Progress: pass coloor modes and verbosity to build... |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Update: improve color mode handling |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Update: explode parameter priotization into left &... |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Progress: continue work on fake |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Update: add snatch apart functions and improve logic... |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Revert: f_array_too_large already existed, its just... |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Refactor: f_string_location to f_string_range (and... |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Cleanup: reword location to range |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Update: switch back to lengths from inclusive ranges |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Update: add missing error handling |
commit | commitdiff | tree | snapshot |
next |