Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev/v0.0.3 #3

Merged
merged 33 commits into from
Jul 25, 2018
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
bfa71d4
start change log
pierreguillot Jul 16, 2018
92f18ad
improve faust ui support
pierreguillot Jul 16, 2018
c072c46
updated pd.build
pierreguillot Jul 17, 2018
5711637
updated pd
pierreguillot Jul 17, 2018
a0e5177
update examples
pierreguillot Jul 18, 2018
ad69717
update full project organization
pierreguillot Jul 18, 2018
fda947e
updated faust
pierreguillot Jul 18, 2018
2fbbec3
clean code and fix small bugs
pierreguillot Jul 18, 2018
0b82960
faust~ to faustgen~ and fix compileoptions
pierreguillot Jul 18, 2018
17a8705
update project and travis
pierreguillot Jul 18, 2018
3492207
update appveyor
pierreguillot Jul 18, 2018
976d0a1
add _USE_MATH_DEFINES for msvc
pierreguillot Jul 18, 2018
899fffc
update faust for MSVC
pierreguillot Jul 18, 2018
b4977a3
update faust
pierreguillot Jul 18, 2018
9cea838
fix deken scripts
pierreguillot Jul 18, 2018
ff1887d
fix log post
pierreguillot Jul 18, 2018
b0da5a6
fix faust for msvc
pierreguillot Jul 18, 2018
93242d5
fix appveyor faust to faustgen
pierreguillot Jul 18, 2018
5877734
updated faust
pierreguillot Jul 18, 2018
d7ff4cd
manage absolute path
pierreguillot Jul 18, 2018
a6e6df3
add auto compile support
pierreguillot Jul 18, 2018
a5371b0
fix automatic compilation
pierreguillot Jul 18, 2018
df58f17
improve passive outlet
pierreguillot Jul 18, 2018
ec40b91
add print method
pierreguillot Jul 18, 2018
3ff0f4b
add parameter list support
pierreguillot Jul 18, 2018
c54a710
improve support for list of parameters
pierreguillot Jul 18, 2018
4694f67
clean
pierreguillot Jul 18, 2018
0b1edbf
update changelog an todo list
pierreguillot Jul 18, 2018
ceaf2e8
updated
pierreguillot Jul 19, 2018
3ae0285
adapte readme and todo list
pierreguillot Jul 25, 2018
c370b36
updated code
pierreguillot Jul 25, 2018
db745a9
update readme [skip ci]
pierreguillot Jul 25, 2018
39139b5
adapted help [skip ci]
pierreguillot Jul 25, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update appveyor
  • Loading branch information
pierreguillot committed Jul 18, 2018
commit 3492207053992b1567e38b61db03085d5bb194e3
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install:
build_script:
- mkdir build%llvmplateform% && cd build%llvmplateform%
- cmake .. -G "%compiler%" -DUSE_LLVM_CONFIG=off -DLLVM_DIR=./llvm-windows-%llvmplateform%-%llvmpconfig%/lib/cmake/llvm
- msbuild faust~.sln /nologo /p:config=%configuration% /p:plateform=%platform%
- msbuild faustgen~.sln /nologo /p:config=%configuration% /p:plateform=%platform%
after_build:
- cd %APPVEYOR_BUILD_FOLDER%
- del /F /Q llvm.zip
Expand All @@ -35,8 +35,8 @@ after_build:
- copy README.md external\README.md
- copy LICENSE external\LICENSE.txt
- xcopy /S /E /Y /I .\faust\libraries .\external\libs
- rename external faust~
- 7z a "faust_tilde-%release_arch%-sources.zip" faust~
- rename external faustgen~
- 7z a "faustgen_tilde-%release_arch%-sources.zip" faustgen~

artifacts:
- path: '*.zip'
Expand Down