summaryrefslogtreecommitdiff
path: root/.cproject
diff options
context:
space:
mode:
authorHaidong Ji2019-02-24 15:33:28 -0600
committerHaidong Ji2019-02-24 15:33:28 -0600
commitcf6f4a6dcb62c21b5f498396d01e5323d42852a7 (patch)
treeabd3083982ee336cb01d868aeacdc2634f849082 /.cproject
parent8047395062ce2234a94e35dadf11d8f29ecfb2ac (diff)
Parallel processing job queue done!
I used C++'s priority_queue (queue.h) and C++'s own pair data structure. Unlike Python and Java's similar data structure, C++'s priority_queue pops in reverse order, so I had to negate the value, and negate back when adding them to vectors. Cool use of pair. Fun stuff :)
Diffstat (limited to '.cproject')
-rw-r--r--.cproject1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cproject b/.cproject
index 4e616b6..ee5e8a6 100644
--- a/.cproject
+++ b/.cproject
@@ -138,4 +138,5 @@
</configuration>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/>
+ <storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
</cproject>