Permalink
Failed to load latest commit information.
FP/FP.xcodeproj use C++14 instead of GNU++14 May 13, 2018
.gitignore add .gitignore Apr 18, 2018
Makefile extract archive Apr 18, 2018
README extract archive Apr 18, 2018
_astprtr extract archive Apr 18, 2018
ast.c remove unneeded include May 13, 2018
ast.h use default arguments Apr 28, 2018
ast.hpp mark structs final May 13, 2018
bsort.fp extract archive Apr 18, 2018
bubsort.fp extract archive Apr 18, 2018
charfn.c include pair_type.hpp in charfn.h and remove other includes of it May 13, 2018
charfn.h include pair_type.hpp in charfn.h and remove other includes of it May 13, 2018
dft.fp extract archive Apr 18, 2018
exec.c fix indentation May 13, 2018
exec.h annotate function arguments Apr 26, 2018
file_stack.hpp mark constant constexpr May 13, 2018
fpassert.h move comment Apr 25, 2018
fpcommon.h move comment Apr 25, 2018
intrin.c move assertion and cast earlier May 13, 2018
intrin.h remove now unused listlen Apr 28, 2018
lex.c add nullability annotation May 13, 2018
lex.h remove unneeded init function May 13, 2018
main.cpp remove unneeded init function May 13, 2018
math_intrinsics.cpp include obj_type.hpp in object.hpp and remove now unneeded includes May 13, 2018
math_intrinsics.h move do_math_func to math_intrinsics.cpp May 13, 2018
misc.c move main to main.cpp Apr 25, 2018
misc.h move misc prototypes to misc.h and include it where needed Apr 25, 2018
obj.c use object::undefined May 13, 2018
obj.h remove now unused function Apr 28, 2018
obj_type.hpp remove trailing comma Apr 21, 2018
object.cpp replace constructor used only once May 13, 2018
object.hpp mark primary constructor May 13, 2018
pair_type.hpp remove unneeded include May 13, 2018
parse.y include obj_type.hpp in object.hpp and remove now unneeded includes May 13, 2018
primes.fp extract archive Apr 18, 2018
signal_handling.cpp move signal handling to signal_handling.cpp and add signal_handling.h Apr 25, 2018
signal_handling.h move signal handling to signal_handling.cpp and add signal_handling.h Apr 25, 2018
symtab.c apply type accessors May 13, 2018
symtab.h use live_sym_ptr Apr 26, 2018
symtab_entry.cpp move method definitions to .cpp file May 13, 2018
symtab_entry.hpp add move constructors to file_stack and symtab_entry May 13, 2018
symtype.hpp move symtype to symtype.hpp Apr 21, 2018
test.fp extract archive Apr 18, 2018
typedefs.h remove all traces of list struct Apr 28, 2018
yystype.h remove unused option in union Apr 28, 2018