summaryrefslogtreecommitdiff
path: root/makeminidawg/makeminidawg.pro
AgeCommit message (Collapse)Author
2017-08-10Add OS X builds to Travis-CI.John Fultz
Also, add a bit of parallelization, do a few other cleanups on the yml and .pro files. And push C++14 flags everywhere into the build system.
2015-11-07Continue fixing Travis-CI build.John Fultz
2015-11-06Some Windows build updates.John Fultz
2015-10-19Fix travis builds.John Fultz
* Start using g++ 4.8 and clang. * Fix missing -std=c++11 flags. * Builds which failed torched remaining builds, which meant more iteration. Now, they recover and continue correctly. * Remove some clang compiler warnings generated by Qt files out of my control.
2015-10-14Windows build fixes.John Fultz
2015-08-20Move DAWG generation into quackleio.John Fultz
Same thing I just did for the gaddag code I'm now doing for the dawg code. While I was at it, I made some improvements to the dawg code... * Instead of adding multiple cross-checks for various kinds of node metadata, there's now only one cross- check...a hash applied to each node. * Some useless variables/members have been excised. * Add ability to do a word count (cryptohash coming soon). * Make it possible to call generate() and writeIndex() multiple times without corrupting the dictionary.
2015-07-21Visual Studio build maintenance.John Fultz
* Fix compiler warnings * Add Visual Studio 2013 solution * Tweak .pro files * Most importantly, rename main 'quackle' project to 'libquackle' to avoid solution-level name conflict. This only affects the VS build.
2014-11-28Add CONFIG -= app_bundle in appropriate places.John Fultz
So that console apps won't build as app bundles on MacOS.
2013-10-25Reorder -lquackleio before -lquackle due to dependenciesMatt Liberty
2013-10-25Clean up build of minor executables to use proper paths and obj subdirsMatt Liberty
2013-09-27Add -fpermissive for OSX Mountain Lion build errorMatt Liberty
2013-08-25Initial git commit.Jason Katz-Brown