-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pal] Remove LinkedList and HashTable
This commit replace pal's use of it's own custom linked lists and hash tables by Qt's QLinkedList and QHash classes. All use of char arrays have also been replaced by QStrings. Testing reveals no speed improvements by the changes, but the changes bring pal more into line with QGIS core and make the code much more readable.
- Loading branch information
1 parent
217e9e7
commit a360422
Showing
21 changed files
with
283 additions
and
924 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.