Commit Graph

104 Commits

Author SHA1 Message Date
altffour 37abc641b8
Add better automation for module. 2020-01-31 14:42:36 +03:00
altffour 6ff7a69183
Dispatcher now dispatches (UNTESTED) 2020-01-31 14:27:45 +03:00
altffour a583e596e1
Update module to accomodate for functions 2020-01-31 14:23:30 +03:00
altffour 031fb2df54
Add module header. 2020-01-29 21:39:25 +03:00
altffour d44bbcf71a
Arguments now work. 2020-01-28 21:31:22 +03:00
altffour 89c7a027a0
Semi-argument parsing structure 2020-01-27 20:41:11 +03:00
altffour 07bc926174
Add Boost.Program_Options 2020-01-24 12:26:09 +03:00
altffour c351f40f3a
Ditch NIX 2020-01-24 12:02:50 +03:00
altffour fccc1e7ff5
Now using conan 2020-01-23 22:18:51 +03:00
altffour 880bfea181
Merge branch 'master' of https://github.com/realaltffour/skidjular 2020-01-22 20:12:42 +03:00
altffour 2647e001f5
RESET PROJECT 2020-01-22 20:11:09 +03:00
altf_four 2b1358247b
Drop support of Windows. 2020-01-22 20:10:55 +03:00
altffour 02098fdfd0
Fix typos, and fix a bug. 2020-01-20 21:40:03 +03:00
altffour 4c592775ec
Merge branch 'function-seperate-headers' of https://github.com/realaltffour/skidjular 2019-10-29 19:37:09 +03:00
altf_four 34747bf9cf
Fix win-ccp (#11)
* Test

* Add on pull_request, show file test

* Explicit build

* Output dir

* Update win-ccpp.yml

* specify makefile location

* Update win-ccpp.yml

* cmake compiles with mingw makefiles

* changed to msys makefiles
2019-10-28 20:50:36 +03:00
altffour 01157ca75d
Test sign commit 2019-10-27 20:42:47 +03:00
altf_four 639730e95c
Merge pull request #10 from selenefg/master
printHelp() implemented, basic commands are printed
2019-10-26 00:13:16 +03:00
selenefg a835b6c392 printHelp() implemented, basic commands are printed 2019-10-25 22:06:25 +02:00
altf_four 6e004ba02e
Update win-ccpp.yml 2019-10-25 19:23:50 +03:00
altf_four 2e3da08290
Update win-ccpp.yml 2019-10-25 19:21:47 +03:00
altf_four 60e8c06140
Test2 win-ccpp 2019-10-25 19:20:43 +03:00
altf_four b511063b64
Test win-ccpp 2019-10-25 19:19:47 +03:00
altf_four b8a00b8f17
Merge pull request #8 from realaltffour/correct-readme
Correct readme
2019-10-25 19:16:09 +03:00
altffour 7845890565 Correct README.md 2019-10-25 19:12:30 +03:00
altffour e2372bbe8a Merge branch 'master' of https://gitlab.com/altffour/skidjular 2019-10-21 20:38:33 +03:00
altf_four 61597fe9e0
Add macOS-ccpp.yml 2019-10-21 20:36:49 +03:00
altf_four ca584bae19
Update and rename ccpp.yml to linux-ccpp.yml 2019-10-21 20:35:07 +03:00
altf_four 68aaece73a
Fix win-ccpp.yml 2019-10-21 20:34:18 +03:00
altf_four e8d6a59f04
Update and rename ccpp.yml to win-ccpp.yml 2019-10-21 20:33:22 +03:00
altf_four 2fe3d58a0f
Merge pull request #7 from realaltffour/oop-skidsparser
OOP skidsparser
2019-10-21 20:25:16 +03:00
altf_four fde7af99f8 Merge branch 'oop-skidsparser' into 'master'
OOP skidsparser

See merge request altffour/skidjular!1
2019-10-21 17:24:44 +00:00
altffour a2372eb1a4 Seperate skidsParser from skids definitions. 2019-10-21 20:22:16 +03:00
altf_four ba2c85eb51
Update ccpp.yml 2019-10-20 20:54:36 +03:00
altf_four 3522e6acf1
Create CODE_OF_CONDUCT.md 2019-10-20 20:44:41 +03:00
altffour 0b02967fe5 Add function: init
- Add cmds_init().
- Add foundations for adding rest of functions.
2019-10-20 20:18:05 +03:00
altffour 3d011ef983 Add Function declarations for commands. 2019-10-17 22:05:36 +03:00
altffour 1e3b26ca28 Merge branch 'master' of https://github.com/realaltffour/skidjular 2019-10-17 20:31:10 +03:00
altffour a10bb51e96 Add skids_parser.h 2019-10-17 20:29:02 +03:00
altf_four 2ab7004640
Merge pull request #2 from cassioesp/adding-contributing-file
Add CONTRIBUTING.md file
2019-10-16 19:56:05 +03:00
Cássio Espíndola 6650ed1d46 Added CONTRIBUTING.md file 2019-10-15 18:59:41 -03:00
altf_four 6f6b885cc9
Fixed typo in initial work 2019-10-15 14:13:53 +03:00
altffour eaa4755c08 Restarted project 2019-10-14 19:05:01 +03:00
Ayham Abou Al Fadl f68dc7c351 Moved to make from ninja. 2019-09-18 18:58:31 +03:00
Ayham Abou Al Fadl 9631a007f8 Add Tree.addNode(std::shared_ptr node)
To be used in situations where there is a need to have the pointer
immediatly with no overhead.
2019-09-18 18:49:10 +03:00
Ayham Abou Al Fadl 6bd9799398 Add Tree.searchItem(root, node)
The function searches the tree starting from root and compares by node.
It expects that there are no two exact nodes, which is impossible since
```TreeNode```s are compared by considering pointer address rather than
value.

The function is used in situation where you add a custom node, and then
there is a need to assign the added node to a pointer later-on. This
function helps in that situation.

When calling this funciton keep in mind the memory(stack) usage, since
it gets it's argument by value and the function is recursive.
2019-09-18 18:32:35 +03:00
Ayham Abou Al Fadl 74d41cdf39 Merge branch 'master' of https://gitlab.com/ayhamaboualfadl/skidjular 2019-09-17 20:18:03 +03:00
Ayham Abou Al Fadl fd0df029a8 Fix bug when destructing empty Tree class. 2019-09-17 20:17:16 +03:00
Ayham Abou Al Fadl a7429015a2 Add LICENSE 2019-09-17 13:55:41 +00:00
Ayham Abou Al Fadl 512d67ad5c Add README.md file. 2019-09-17 16:53:52 +03:00
Ayham Abou Al Fadl fac9b7de64 Add Tree Class 2019-09-16 20:44:10 +03:00