Skip to content

Commit 6817224

Browse files
committed
update gitignore
1 parent f0d9c14 commit 6817224

2 files changed

Lines changed: 2 additions & 180 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ build-7452/
5151
build-9112/
5252
.roam
5353
.graveyard
54+
*.tmp.*

RELEASENOTES.md

Lines changed: 1 addition & 180 deletions
Original file line numberDiff line numberDiff line change
@@ -1,182 +1,3 @@
1-
### 0.28.1
2-
3-
* improved vibecoding support
4-
5-
## 0.28.0
6-
7-
Various small improvements
8-
9-
10-
### 0.27.2
1+
### 0.28.2
112

123
Various small improvements
13-
14-
### 0.27.1
15-
16-
* fix wrong include in demo library
17-
18-
## 0.27.0
19-
20-
feat: improve build system and environment handling
21-
22-
* Enhance CMake configuration and build
23-
- Add `OBJC_TAO_DEBUG_ENABLED` option for debug builds
24-
- Update library linking with `WHOLE_ARCHIVE` support
25-
- Fix paths to use `CMAKE_CURRENT_SOURCE_DIR` consistently
26-
- Add config template for package installation
27-
28-
* Update VSCode integration
29-
- Use environment variables for include paths
30-
- Update debug configuration paths
31-
- Improve IntelliSense settings
32-
33-
* Environment and workflow improvements
34-
- Update GitHub Actions to use checkout@v4
35-
- Add `workflow_dispatch` support
36-
- Fix environment plugin handling
37-
- Update environment version to 5.3.0
38-
39-
* Other improvements
40-
- Enable include.h and include-private.h conditionals
41-
- Update trace environment variable name
42-
- Fix project version handling
43-
- Add mulle-clang-project dependency
44-
45-
46-
### 0.26.1
47-
48-
* Various small improvements
49-
50-
## 0.26.0
51-
52-
* update version numbers to use unsigned long
53-
* .inc files are no long considered for public headers, but are not project header by default
54-
* project headers is now a thing...
55-
* fix import.h accidentally including include-private.h
56-
57-
58-
## 0.25.0
59-
60-
* remove package.json as it conflicts with clib.json
61-
* changes to objc-deps and linking
62-
63-
64-
## 0.24.0
65-
66-
* Various small improvements
67-
68-
69-
## 0.23.0
70-
71-
* changes for Windows
72-
* improved Library identifier code
73-
74-
75-
## 0.22.0
76-
77-
* improved compiler flags generation
78-
79-
80-
## 0.21.0
81-
82-
* split file.m into file.m and class.m
83-
* added loader.m
84-
* remove **travis**
85-
86-
## 0.20.0
87-
88-
* updated Dockerfile
89-
90-
## 0.19.0
91-
92-
* added protocol template (use mulle-sde add -t protocol FooProtocol.m to use)
93-
* github actions extension
94-
* improved file.m/h template can now set superclass if desired
95-
96-
97-
## 0.18.0
98-
99-
* use newer style extension files from mulle-sde 0.42
100-
101-
102-
## 0.17.0
103-
104-
* templates for protocolclasses
105-
106-
107-
## 0.16.0
108-
109-
* 0.16 release
110-
111-
112-
### 0.15.2
113-
114-
* fix missing header files for sure now
115-
116-
### 0.15.1
117-
118-
* fix missing header files
119-
120-
## 0.15.0
121-
122-
* Various small improvements
123-
124-
125-
### 0.14.8
126-
127-
* fix travis
128-
129-
### 0.14.7
130-
131-
* restructured for mulle-sde-developer changes
132-
133-
### 0.14.6
134-
135-
* renamed dependency to dependencies for newest mulle-sde
136-
137-
### 0.14.5
138-
139-
* remove old .mulle-make folders
140-
141-
### 0.14.4
142-
143-
* modernized mulle-sde with .mulle folder
144-
145-
### 0.14.3
146-
147-
* Various small improvements
148-
149-
### 0.14.2
150-
151-
* fix travis
152-
153-
### 0.14.1
154-
155-
* remove duplicate startup cmake code from mulle-objc
156-
157-
## 0.14.0
158-
159-
* renamed vs-code to vs-code-clang
160-
* removed cmake startup logic
161-
162-
163-
### 0.13.1
164-
165-
* fix for mingw, fix Startup
166-
167-
## 0.14.0
168-
169-
* adapt to use of delete instead of clobber
170-
171-
172-
### 0.13.2
173-
174-
* fix startup patternfile
175-
176-
### 0.13.1
177-
178-
* fix private patternfile, move files from cmake to objc where they belong
179-
180-
## 0.13.0
181-
182-
* Various small improvements

0 commit comments

Comments
 (0)