.hgignore

Sun, 07 Sep 2014 04:11:55 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 07 Sep 2014 04:11:55 +0300
changeset 883
69b8adc9a669
parent 860
a496e72af069
child 904
f8e1852b91bc
permissions
-rw-r--r--

- fixed: due to a shared pointer called via reference called dismiss() in LDDocument::closeInitialFile, this could cause LDDocuments to delete themselves in setImplicit(true) as no shared pointers were left inside closeInitialFile to keep the refcount up.
- fixed: bad QMap iteration after erase in the gl compiler

how diabolic can bugs get? *shudder*

810
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1 syntax:glob
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
2 build
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
3 build_shared
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
4 build_debug
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
5 build_release
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
6 *.kdev4
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
7 Makefile
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
8 Makefile.*
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
9 ldforge
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
10 ldforge_debug
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
11 *.dat
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
12 debug_lastOutput
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
13 debug_lastInput
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
14 .kdev_include_paths
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
15 *.cfg
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
16 .kdev4
860
a496e72af069 - more refactor, updated .hgignore
Teemu Piippo <crimsondusk64@gmail.com>
parents: 810
diff changeset
17 .*~
a496e72af069 - more refactor, updated .hgignore
Teemu Piippo <crimsondusk64@gmail.com>
parents: 810
diff changeset
18 *.orig

mercurial