summaryrefslogtreecommitdiff
path: root/makegaddag/makegaddag.cpp
AgeCommit message (Collapse)Author
2023-07-16Make UTF8-encoding of QTextStream work in Qt5 and 6.John Fultz
QTextStream::setCodec() is no longer a thing in Qt6. Most of our call are to set the codec to UTF-8, which happens to be the default encoding in Qt6. So make a macro so this can compile in both Qt5 and Qt6.
2019-02-04After discussion with Jason/John, add myself as a copyright holder.John Fultz
Also, extend copyright to 2019.
2015-10-14Windows build fixes.John Fultz
2015-08-30Add hash query methods for dawgs, gaddags.John Fultz
2015-08-20Bug fixes to GaddagFactoryJohn Fultz
A few things from my last commit needed to be fixed or improved.
2015-08-18Migrate gaddag maker into quackleio.John Fultz
Prepping to build the gaddag maker into the quacker ui. Built a new class called GaddagFactory to do this and cleaned up the code a bit. makegaddag still builds exactly as it did before.
2014-09-02Change GPL file headers to v3.John Fultz
Not a very interesting commit...only changes in comments.
2014-08-30Fix compiler warnings.John Fultz
2013-08-25Initial git commit.Jason Katz-Brown