summaryrefslogtreecommitdiff
path: root/src/Fl_Int_Vector.cxx
AgeCommit message (Collapse)Author
2023-02-02Minimize and fix include statements of Fl_Int_VectorAlbrecht Schlosser
- replace <FL/Fl.H> with <FL/Fl_Export.H> in public header - add missing <string.h> in implementation
2022-11-07Removed an obsolete \warning.Greg Ercolano
2022-11-07Added empty(), ensure size() enlarges new vals = 0Greg Ercolano
2022-11-06Add doxygen docs for Fl_Int_Vector.Greg Ercolano
While adding the docs, noticed some things that need modification for proper public use. These are highlighted as \todo items and \warning items, which will be fixed in a separate commit forthcoming. -erco
2022-11-06Add Fl_Int_Vector: "an STL-ish vector without templates"Albrecht Schlosser
Code copied from Fl_Table and reformatted. Thanks to Greg for the original code.