-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52d76c9
commit 94d4587
Showing
8 changed files
with
62 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
# specific to CodeBlocks IDE | ||
*.layout | ||
*.depend | ||
# generated directories | ||
bin/ | ||
obj/ | ||
index.js | ||
**/test.** | ||
bin | ||
obj | ||
.vscode | ||
*.exe | ||
test/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#ifndef mini_defined | ||
#define mini_defined | ||
#define APP_VERSION "1.0.0" | ||
#define APP_VERSION "1.0.1" | ||
#define APP_AUTHOR "codeAbinash" | ||
#define GITHUB "https://github.com/codeAbinash/mini" | ||
#endif |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,51 @@ | ||
# depslib dependency file v1.0 | ||
1584205420 source:d:\programming\git\mini\main.cpp | ||
1679387232 source:d:\programming\git\mini\main.cpp | ||
<cstring> | ||
<iostream> | ||
"./commands/commands.hpp" | ||
"./main/minify.hpp" | ||
|
||
1679385014 d:\programming\git\mini\commands\commands.hpp | ||
"stdio.h" | ||
"iostream" | ||
"../define/define.hpp" | ||
"../lib/colors.hpp" | ||
"unordered_map" | ||
|
||
1679076211 d:\programming\git\mini\define\define.hpp | ||
|
||
1679308931 d:\programming\git\mini\lib\colors.hpp | ||
<iostream> | ||
<Windows.h> | ||
|
||
1679392376 d:\programming\git\mini\main\minify.hpp | ||
<iostream> | ||
<vector> | ||
"../lib/colors.hpp" | ||
"./tokenizer.hpp" | ||
"./tokenTypes.hpp" | ||
|
||
1679391526 d:\programming\git\mini\main\tokenizer.hpp | ||
<iostream> | ||
<vector> | ||
"./tokenTypes.hpp" | ||
"../lib/colors.hpp" | ||
"./minifySelector.hpp" | ||
"./minifyProperty.hpp" | ||
"./minifyValue.hpp" | ||
|
||
1679312095 d:\programming\git\mini\main\tokentypes.hpp | ||
"iostream" | ||
|
||
1679378007 d:\programming\git\mini\main\minifyselector.hpp | ||
"../lib/methods.hpp" | ||
|
||
1679329678 d:\programming\git\mini\lib\methods.hpp | ||
|
||
1679332115 d:\programming\git\mini\main\minifyproperty.hpp | ||
"../lib/methods.hpp" | ||
|
||
1679391062 d:\programming\git\mini\main\minifyvalue.hpp | ||
|
||
1679393904 source:d:\programming\git\mini\resources.rc | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
MAIN ICON "./resources/favicon.ico" |
Binary file not shown.